Interface CMSVersionHelper
-
- All Known Implementing Classes:
DefaultCMSVersionHelper
public interface CMSVersionHelperInterface forAttributeDescriptorModelhelper functions related to versioning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<AttributeDescriptorModel>getSerializableAttributes(ItemModel itemModel)Returns a list of all local and super attributes for a givenItemModel.booleanisCollectionAttribute(AttributeDescriptorModel attribute)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useIsCollectionAttributePredicate
-
-
-
Method Detail
-
isCollectionAttribute
@Deprecated(since="1811", forRemoval=true) boolean isCollectionAttribute(AttributeDescriptorModel attribute)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, please useIsCollectionAttributePredicateWill return true if this property is a collection (localized or not) as per our platform type system.- Parameters:
attribute- theAttributeDescriptorModeldescribing the metadata of the property of a class.- Returns:
- a boolean
-
getSerializableAttributes
java.util.List<AttributeDescriptorModel> getSerializableAttributes(ItemModel itemModel)
Returns a list of all local and super attributes for a givenItemModel.- Parameters:
itemModel- theItemModel.- Returns:
- List of attributes
-
-