public interface IListofValues
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IListofValues object allows to read attribute values of a list of values
as well as accessing child items and related items.
Item type constant: "gm.crmdocumentationmodule.lov"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IField> |
getFields()
Returns the field items.
|
java.util.List<? extends IField> |
getFields(int sortingCriterion)
Returns the field items.
|
java.util.List<? extends IField> |
getFields(java.lang.String sortingProperty)
Returns the field items.
|
java.lang.String |
getID()
Returns the id of the list of values.
|
java.lang.String |
getIDandType()
Returns the id and type of the list of values.
|
IFolder |
getParentFolder()
Returns the parent folder.
|
java.lang.String |
getProcess()
Returns the process of the list of values.
|
java.lang.String |
getType()
Returns the type of the list of values.
|
java.util.List<? extends IValue> |
getValueChildren()
Returns the value children.
|
java.util.List<? extends IValue> |
getValueChildren(int sortingCriterion)
Returns the value children.
|
java.util.List<? extends IValue> |
getValueChildren(java.lang.String sortingProperty)
Returns the value children.
|
boolean |
hasFolderParent()
Returns whether this list of values has a parent of type folder.
|
boolean |
hasValueChildren()
Returns whether this list of values has children of type value.
|
getAncestorObjects, getAttribute_asParagraphList, getAttribute_asSingleLine, getAttribute_asTimestamp_MilliSecondsSince_01_01_1970, getAttribute, getChildObjects, getChildObjects, getChildObjectsOfTypeRank, getChildObjectsWithCategory, getChildObjectsWithCategory, getChildObjectsWithDefaultCategory, getChildObjectsWithDefaultCategory, getChildrenIDPrefix, getLinkedModelElements, getObjectType, getParentObject, getRelatedLOObjects, getRelatedLOObjects, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedLOObjectsWithDefaultCategory, getRelatedMDObjects, getRelatedMDObjects, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithCategory, getRelatedMDObjectsWithDefaultCategory, getRelatedMDObjectsWithDefaultCategory, getUniqueIdentifier, isLinkedToAnyModelElement, toRecordgetImage, getPNGFile, getSVGFile, getWMFFilegetCategoryID, getCategoryLabel, getDateTimeProperty_MilliSecondsSince_01_01_1970, getFileProperty, getFileProperty, getFilePropertyAsBase64StringList, getFilePropertyAsFileName, getFilePropertyAsFileName, getFilePropertyAsRawStringList, getFilePropertyAsStringList, getPropertyAsString, getPropertyAsStringArray, getPropertyAsStringList, hasCustomPropertyValues, hasDefaultCategory, hasPropertyValue, readImageInfoOfFilePropertygetCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getID()
java.lang.String getType()
java.lang.String getProcess()
java.lang.String getIDandType()
boolean hasFolderParent()
IFolder getParentFolder()
boolean hasValueChildren()
java.util.List<? extends IValue> getValueChildren()
java.util.List<? extends IValue> getValueChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IValue> getValueChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IField> getFields()
java.util.List<? extends IField> getFields(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IField> getFields(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting