@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface AttributesManager
Modifier and Type | Method and Description |
---|---|
java.util.List<CIAttribute> |
getAllAttributes(AuthorElement element)
Returns all possible attributes for a specific element.
|
java.util.List<CIValue> |
getPossibleCIValues(AuthorElement element,
CIAttribute attribute)
Get list of all possible values as CIValues.
|
java.util.List<CIAttribute> getAllAttributes(AuthorElement element)
element
- The author element.java.util.List<CIValue> getPossibleCIValues(AuthorElement element, CIAttribute attribute)
element
- The current element.attribute
- The attribute to determine current allowed values for.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.