public interface IIssueSet
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData, com.arcway.cockpit.genericmodule.issuemodule2.docgen.provider.interfaces.legacy.IIssueSet_Legacy
IIssueSet object allows to read attribute values of a issue set
as well as accessing child items and related items.
Item type constant: "gm.issuemodule2.issueSet"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the issue set.
|
java.util.List<? extends IIssue> |
getIssueChildren()
Returns the issue children.
|
java.util.List<? extends IIssue> |
getIssueChildren(int sortingCriterion)
Returns the issue children.
|
java.util.List<? extends IIssue> |
getIssueChildren(java.lang.String sortingProperty)
Returns the issue children.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithCategory(java.lang.String categoryID)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the issue children that belong to the specified category.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithDefaultCategory()
Returns the issue children that belong to the default category.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue children that belong to the default category.
|
java.util.List<? extends IIssue> |
getIssueChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue children that belong to the default category.
|
java.lang.String |
getIssueIDPrefix()
Returns the id prefix for new issue child items.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildren()
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildren(int sortingCriterion)
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildren(java.lang.String sortingProperty)
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithCategory(java.lang.String categoryID)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithDefaultCategory()
Returns the issue set children that belong to the default category.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue set children that belong to the default category.
|
java.util.List<? extends IIssueSet> |
getIssueSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue set children that belong to the default category.
|
java.lang.String |
getName()
Returns the name of the issue set.
|
IIssueSet |
getParentIssueSet()
Returns the parent issue set.
|
boolean |
hasIssueChildren()
Returns whether this issue set has children of type issue.
|
boolean |
hasIssueSetChildren()
Returns whether this issue set has children of type issue set.
|
boolean |
hasIssueSetParent()
Returns whether this issue set has a parent of type issue set.
|
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()
java.lang.String getIssueIDPrefix()
boolean hasIssueSetParent()
IIssueSet getParentIssueSet()
boolean hasIssueSetChildren()
java.util.List<? extends IIssueSet> getIssueSetChildren()
java.util.List<? extends IIssueSet> getIssueSetChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssueSet> getIssueSetChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IIssueSet> getIssueSetChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IIssueSet> getIssueSetChildrenWithCategory(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 IIssueSet> getIssueSetChildrenWithCategory(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 IIssueSet> getIssueSetChildrenWithDefaultCategory()
java.util.List<? extends IIssueSet> getIssueSetChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssueSet> getIssueSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasIssueChildren()
java.util.List<? extends IIssue> getIssueChildren()
java.util.List<? extends IIssue> getIssueChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssue> getIssueChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IIssue> getIssueChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IIssue> getIssueChildrenWithCategory(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 IIssue> getIssueChildrenWithCategory(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 IIssue> getIssueChildrenWithDefaultCategory()
java.util.List<? extends IIssue> getIssueChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IIssue> getIssueChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting