Interface CMSVersionHelper

    • Method Detail

      • isCollectionAttribute

        @Deprecated
        boolean isCollectionAttribute​(AttributeDescriptorModel attribute)
        Deprecated.
        since 1811, please use IsCollectionAttributePredicate
        Will return true if this property is a collection (localized or not) as per our platform type system.
        Parameters:
        attribute - the AttributeDescriptorModel 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 given ItemModel.
        Parameters:
        itemModel - the ItemModel.
        Returns:
        List of attributes