public interface IApplet
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IApplet object allows to read attribute values of a applet
as well as accessing child items and related items.
Item type constant: "gm.crmdocumentationmodule.applet"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IButton> |
getContainedButtons()
Returns the contained button items.
|
java.util.List<? extends IButton> |
getContainedButtons(int sortingCriterion)
Returns the contained button items.
|
java.util.List<? extends IButton> |
getContainedButtons(java.lang.String sortingProperty)
Returns the contained button items.
|
java.util.List<? extends IField> |
getContainedFields()
Returns the contained field items.
|
java.util.List<? extends IField> |
getContainedFields(int sortingCriterion)
Returns the contained field items.
|
java.util.List<? extends IField> |
getContainedFields(java.lang.String sortingProperty)
Returns the contained field items.
|
java.util.List<? extends IView> |
getContainingViews()
Returns the containing view items.
|
java.util.List<? extends IView> |
getContainingViews(int sortingCriterion)
Returns the containing view items.
|
java.util.List<? extends IView> |
getContainingViews(java.lang.String sortingProperty)
Returns the containing view items.
|
java.lang.String |
getID()
Returns the id of the applet.
|
java.lang.String |
getIDandName()
Returns the id and name of the applet.
|
java.lang.String |
getName()
Returns the name of the applet.
|
IFolder |
getParentFolder()
Returns the parent folder.
|
java.lang.String |
getRelatedDocument()
Returns the related document of the applet.
|
java.lang.String |
getRelatedDocumentName()
Returns the related document name of the applet.
|
java.lang.String |
getScreen()
Returns the screen of the applet.
|
java.lang.String |
getVersion()
Returns the version of the applet.
|
boolean |
hasFolderParent()
Returns whether this applet 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 getVersion()
java.lang.String getScreen()
java.lang.String getRelatedDocument()
java.lang.String getRelatedDocumentName()
java.lang.String getIDandName()
boolean hasFolderParent()
IFolder getParentFolder()
java.util.List<? extends IView> getContainingViews()
java.util.List<? extends IView> getContainingViews(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IView> getContainingViews(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IButton> getContainedButtons()
java.util.List<? extends IButton> getContainedButtons(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IButton> getContainedButtons(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IField> getContainedFields()
java.util.List<? extends IField> getContainedFields(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IField> getContainedFields(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting