public interface IView
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IView object allows to read attribute values of a view
as well as accessing child items and related items.
Item type constant: "gm.crmdocumentationmodule.view"| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBPEContact()
Returns the bpe contact of the view.
|
java.lang.String |
getBSMContact()
Returns the bsm contact of the view.
|
java.util.List<? extends IApplet> |
getContainedApplets()
Returns the contained applet items.
|
java.util.List<? extends IApplet> |
getContainedApplets(int sortingCriterion)
Returns the contained applet items.
|
java.util.List<? extends IApplet> |
getContainedApplets(java.lang.String sortingProperty)
Returns the contained applet items.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the view.
|
java.util.List<? extends IEAMFeature> |
getEAMFeatures()
Returns the eam feature items.
|
java.util.List<? extends IEAMFeature> |
getEAMFeatures(int sortingCriterion)
Returns the eam feature items.
|
java.util.List<? extends IEAMFeature> |
getEAMFeatures(java.lang.String sortingProperty)
Returns the eam feature items.
|
java.lang.String |
getID()
Returns the id of the view.
|
java.lang.String |
getIDandName()
Returns the id and name of the view.
|
java.lang.String |
getName()
Returns the name of the view.
|
IFolder |
getParentFolder()
Returns the parent folder.
|
java.util.List<? extends IPredefinedQuery> |
getPredefinedQuerys()
Returns the predefined query items.
|
java.util.List<? extends IPredefinedQuery> |
getPredefinedQuerys(int sortingCriterion)
Returns the predefined query items.
|
java.util.List<? extends IPredefinedQuery> |
getPredefinedQuerys(java.lang.String sortingProperty)
Returns the predefined query items.
|
java.lang.String |
getTitle()
Returns the title of the view.
|
boolean |
hasFolderParent()
Returns whether this view has a parent of type folder.
|
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 getName()
java.lang.String getBSMContact()
java.lang.String getBPEContact()
java.lang.String getTitle()
java.util.List<java.lang.String> getDescription()
java.lang.String getIDandName()
boolean hasFolderParent()
IFolder getParentFolder()
java.util.List<? extends IApplet> getContainedApplets()
java.util.List<? extends IApplet> getContainedApplets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApplet> getContainedApplets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPredefinedQuery> getPredefinedQuerys()
java.util.List<? extends IPredefinedQuery> getPredefinedQuerys(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPredefinedQuery> getPredefinedQuerys(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IEAMFeature> getEAMFeatures()
java.util.List<? extends IEAMFeature> getEAMFeatures(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IEAMFeature> getEAMFeatures(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting