public class DefaultCMSVersionHelper extends java.lang.Object implements CMSVersionHelper
CMSVersionHelper| Constructor and Description |
|---|
DefaultCMSVersionHelper() |
| 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. |
protected TypeService |
getTypeService() |
boolean |
isCollectionAttribute(AttributeDescriptorModel attribute)
Will return true if this property is a collection (localized or not) as per our platform type system.
|
void |
setTypeService(TypeService typeService) |
public boolean isCollectionAttribute(AttributeDescriptorModel attribute)
CMSVersionHelperisCollectionAttribute in interface CMSVersionHelperattribute - the AttributeDescriptorModel describing the metadata of the property of a class.public java.util.List<AttributeDescriptorModel> getSerializableAttributes(ItemModel itemModel)
CMSVersionHelperItemModel.getSerializableAttributes in interface CMSVersionHelperitemModel - the ItemModel.protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.