public interface IFolder
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IFolder object allows to read attribute values of a folder
as well as accessing child items and related items.
Item type constant: "gm.swotmodule.folder"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the folder.
|
java.util.List<? extends IFolder> |
getFolderChildren()
Returns the folder children.
|
java.util.List<? extends IFolder> |
getFolderChildren(int sortingCriterion)
Returns the folder children.
|
java.util.List<? extends IFolder> |
getFolderChildren(java.lang.String sortingProperty)
Returns the folder children.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithCategory(java.lang.String categoryID)
Returns the folder children that belong to the specified category.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the folder children that belong to the specified category.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the folder children that belong to the specified category.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithDefaultCategory()
Returns the folder children that belong to the default category.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithDefaultCategory(int sortingCriterion)
Returns the folder children that belong to the default category.
|
java.util.List<? extends IFolder> |
getFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the folder children that belong to the default category.
|
java.lang.String |
getName()
Returns the name of the folder.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildren()
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildren(int sortingCriterion)
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildren(java.lang.String sortingProperty)
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithCategory(java.lang.String categoryID)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithDefaultCategory()
Returns the opportunity children that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithDefaultCategory(int sortingCriterion)
Returns the opportunity children that belong to the default category.
|
java.util.List<? extends IOpportunity> |
getOpportunityChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the opportunity children that belong to the default category.
|
IFolder |
getParentFolder()
Returns the parent folder.
|
java.util.List<? extends IStrength> |
getStrengthChildren()
Returns the strength children.
|
java.util.List<? extends IStrength> |
getStrengthChildren(int sortingCriterion)
Returns the strength children.
|
java.util.List<? extends IStrength> |
getStrengthChildren(java.lang.String sortingProperty)
Returns the strength children.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithCategory(java.lang.String categoryID)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the strength children that belong to the specified category.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithDefaultCategory()
Returns the strength children that belong to the default category.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithDefaultCategory(int sortingCriterion)
Returns the strength children that belong to the default category.
|
java.util.List<? extends IStrength> |
getStrengthChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the strength children that belong to the default category.
|
java.util.List<? extends IThreat> |
getThreatChildren()
Returns the threat children.
|
java.util.List<? extends IThreat> |
getThreatChildren(int sortingCriterion)
Returns the threat children.
|
java.util.List<? extends IThreat> |
getThreatChildren(java.lang.String sortingProperty)
Returns the threat children.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithCategory(java.lang.String categoryID)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the threat children that belong to the specified category.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithDefaultCategory()
Returns the threat children that belong to the default category.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithDefaultCategory(int sortingCriterion)
Returns the threat children that belong to the default category.
|
java.util.List<? extends IThreat> |
getThreatChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the threat children that belong to the default category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildren()
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
getWeaknessChildren(int sortingCriterion)
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
getWeaknessChildren(java.lang.String sortingProperty)
Returns the weakness children.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithCategory(java.lang.String categoryID)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the weakness children that belong to the specified category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithDefaultCategory()
Returns the weakness children that belong to the default category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithDefaultCategory(int sortingCriterion)
Returns the weakness children that belong to the default category.
|
java.util.List<? extends IWeakness> |
getWeaknessChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the weakness children that belong to the default category.
|
boolean |
hasFolderChildren()
Returns whether this folder has children of type folder.
|
boolean |
hasFolderParent()
Returns whether this folder has a parent of type folder.
|
boolean |
hasOpportunityChildren()
Returns whether this folder has children of type opportunity.
|
boolean |
hasStrengthChildren()
Returns whether this folder has children of type strength.
|
boolean |
hasThreatChildren()
Returns whether this folder has children of type threat.
|
boolean |
hasWeaknessChildren()
Returns whether this folder has children of type weakness.
|
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 getName()
java.util.List<java.lang.String> getDescription()
boolean hasFolderParent()
IFolder getParentFolder()
boolean hasFolderChildren()
java.util.List<? extends IFolder> getFolderChildren()
java.util.List<? extends IFolder> getFolderChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getFolderChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getFolderChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IFolder> getFolderChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getFolderChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolder> getFolderChildrenWithDefaultCategory()
java.util.List<? extends IFolder> getFolderChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolder> getFolderChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasStrengthChildren()
java.util.List<? extends IStrength> getStrengthChildren()
java.util.List<? extends IStrength> getStrengthChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getStrengthChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getStrengthChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IStrength> getStrengthChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getStrengthChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStrength> getStrengthChildrenWithDefaultCategory()
java.util.List<? extends IStrength> getStrengthChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStrength> getStrengthChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasWeaknessChildren()
java.util.List<? extends IWeakness> getWeaknessChildren()
java.util.List<? extends IWeakness> getWeaknessChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getWeaknessChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getWeaknessChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IWeakness> getWeaknessChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getWeaknessChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IWeakness> getWeaknessChildrenWithDefaultCategory()
java.util.List<? extends IWeakness> getWeaknessChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IWeakness> getWeaknessChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasOpportunityChildren()
java.util.List<? extends IOpportunity> getOpportunityChildren()
java.util.List<? extends IOpportunity> getOpportunityChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getOpportunityChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getOpportunityChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IOpportunity> getOpportunityChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getOpportunityChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IOpportunity> getOpportunityChildrenWithDefaultCategory()
java.util.List<? extends IOpportunity> getOpportunityChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IOpportunity> getOpportunityChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasThreatChildren()
java.util.List<? extends IThreat> getThreatChildren()
java.util.List<? extends IThreat> getThreatChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getThreatChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getThreatChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IThreat> getThreatChildrenWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getThreatChildrenWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IThreat> getThreatChildrenWithDefaultCategory()
java.util.List<? extends IThreat> getThreatChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IThreat> getThreatChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting