public interface CMSVersionHelper
AttributeDescriptorModel helper functions related to versioning.| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeDescriptorModel> |
getSerializableAttributes(ItemModel itemModel)
Returns a list of all local and super attributes for a given
ItemModel. |
boolean |
isCollectionAttribute(AttributeDescriptorModel attribute)
Deprecated.
since 1811, please use
IsCollectionAttributePredicate |
@Deprecated boolean isCollectionAttribute(AttributeDescriptorModel attribute)
IsCollectionAttributePredicateattribute - the AttributeDescriptorModel describing the metadata of the property of a class.java.util.List<AttributeDescriptorModel> getSerializableAttributes(ItemModel itemModel)
ItemModel.itemModel - the ItemModel.Copyright © 2018 SAP SE. All Rights Reserved.