Interface CMSettings
- All Superinterfaces:
com.coremedia.objectserver.dataviews.AssumesIdentity
,CMLocalized
,CMObject
,com.coremedia.objectserver.beans.ContentBean
The Blueprint uses settings for various purposes. They are available by CMSettings beans.
Represents document type CMSettings
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the document property 'identifier'.static final String
Name of the ContentType
'CMSettings'.static final String
Name of the document property 'settings'.Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
LOCALE, MASTER, MASTER_VERSION
Fields inherited from interface com.coremedia.objectserver.beans.ContentBean
METADATA_PROPERTIES_PREFIX
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the document propertyIDENTIFIER
.com.coremedia.cap.struct.Struct
Returns the value of the document property "settings"Methods inherited from interface com.coremedia.objectserver.dataviews.AssumesIdentity
assumeIdentity
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
getAspectByName, getAspects, getCountry, getLang, getLocale, getLocalizations, getMaster, getMasterVersion, getVariantsByLocale
Methods inherited from interface com.coremedia.blueprint.common.contentbeans.CMObject
getAspectsProvider, getContentId, getUuid
Methods inherited from interface com.coremedia.objectserver.beans.ContentBean
getContent, getContentBeanFactory
-
Field Details
-
NAME
Name of the ContentType
'CMSettings'.- See Also:
-
SETTINGS
Name of the document property 'settings'.- See Also:
-
IDENTIFIER
Name of the document property 'identifier'.- See Also:
-
-
Method Details
-
getSettings
com.coremedia.cap.struct.Struct getSettings()Returns the value of the document property "settings"- Returns:
- the value of the document property "settings"
-
getIdentifier
String getIdentifier()Returns the value of the document propertyIDENTIFIER
.- Returns:
- the value of the document property
IDENTIFIER
-