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)
Will return true if this property is a collection (localized or not) as per our platform type system.
|
boolean isCollectionAttribute(AttributeDescriptorModel attribute)
attribute - 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.