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 StringName of the document property 'identifier'.static final StringName of the ContentType'CMSettings'.static final StringName of the document property 'settings'.Fields inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
LOCALE, MASTER, MASTER_VERSIONFields 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.StructReturns the value of the document property "settings"Methods inherited from interface com.coremedia.objectserver.dataviews.AssumesIdentity
assumeIdentityMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMLocalized
getAspectByName, getAspects, getCountry, getLang, getLocale, getLocalizations, getMaster, getMasterVersion, getVariantsByLocaleMethods inherited from interface com.coremedia.blueprint.common.contentbeans.CMObject
getAspectsProvider, getContentId, getUuidMethods 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
-