Interface CMSVersionHelper
-
- All Known Implementing Classes:
DefaultCMSVersionHelper
public interface CMSVersionHelper
Interface forAttributeDescriptorModel
helper 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
.boolean
isCollectionAttribute(AttributeDescriptorModel attribute)
Deprecated.since 1811, please useIsCollectionAttributePredicate
-
-
-
Method Detail
-
isCollectionAttribute
@Deprecated boolean isCollectionAttribute(AttributeDescriptorModel attribute)
Deprecated.since 1811, please useIsCollectionAttributePredicate
Will return true if this property is a collection (localized or not) as per our platform type system.- Parameters:
attribute
- theAttributeDescriptorModel
describing 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
-
-