public interface IContainer
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IContainer object allows to read attribute values of a container
as well as accessing child items and related items.
Item type constant: "gm.documentcontentmodule.container"| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildren()
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildren(int sortingCriterion)
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildren(java.lang.String sortingProperty)
Returns the cross reference children.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the cross reference children that belong to the specified category.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithDefaultCategory()
Returns the cross reference children that belong to the default category.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the cross reference children that belong to the default category.
|
java.util.List<? extends ICrossReference> |
getCrossReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the cross reference children that belong to the default category.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the container.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildren()
Returns the folder reference children.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildren(int sortingCriterion)
Returns the folder reference children.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildren(java.lang.String sortingProperty)
Returns the folder reference children.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the folder reference children that belong to the specified category.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the folder reference children that belong to the specified category.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the folder reference children that belong to the specified category.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithDefaultCategory()
Returns the folder reference children that belong to the default category.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the folder reference children that belong to the default category.
|
java.util.List<? extends IFolderReference> |
getFolderReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the folder reference children that belong to the default category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildren()
Returns the model element reference children.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildren(int sortingCriterion)
Returns the model element reference children.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildren(java.lang.String sortingProperty)
Returns the model element reference children.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the model element reference children that belong to the specified category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the model element reference children that belong to the specified category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the model element reference children that belong to the specified category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithDefaultCategory()
Returns the model element reference children that belong to the default category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the model element reference children that belong to the default category.
|
java.util.List<? extends IModelElementReference> |
getModelElementReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the model element reference children that belong to the default category.
|
java.lang.String |
getName()
Returns the name of the container.
|
IFolder |
getParentFolder()
Returns the parent folder.
|
java.util.List<? extends IPicture> |
getPictureChildren()
Returns the picture children.
|
java.util.List<? extends IPicture> |
getPictureChildren(int sortingCriterion)
Returns the picture children.
|
java.util.List<? extends IPicture> |
getPictureChildren(java.lang.String sortingProperty)
Returns the picture children.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithCategory(java.lang.String categoryID)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the picture children that belong to the specified category.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithDefaultCategory()
Returns the picture children that belong to the default category.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithDefaultCategory(int sortingCriterion)
Returns the picture children that belong to the default category.
|
java.util.List<? extends IPicture> |
getPictureChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the picture children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildren()
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildren(int sortingCriterion)
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildren(java.lang.String sortingProperty)
Returns the picture reference children.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the picture reference children that belong to the specified category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithDefaultCategory()
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPictureReference> |
getPictureReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the picture reference children that belong to the default category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildren()
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildren(int sortingCriterion)
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildren(java.lang.String sortingProperty)
Returns the plan reference children.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the plan reference children that belong to the specified category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithDefaultCategory()
Returns the plan reference children that belong to the default category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the plan reference children that belong to the default category.
|
java.util.List<? extends IPlanReference> |
getPlanReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the plan reference children that belong to the default category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildren()
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildren(int sortingCriterion)
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildren(java.lang.String sortingProperty)
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithDefaultCategory()
Returns the role reference children that belong to the default category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the role reference children that belong to the default category.
|
java.util.List<? extends IRoleReference> |
getRoleReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the role reference children that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildren()
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildren(int sortingCriterion)
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildren(java.lang.String sortingProperty)
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithDefaultCategory()
Returns the stakeholder reference children that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the stakeholder reference children that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
getStakeholderReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the stakeholder reference children that belong to the default category.
|
java.util.List<? extends IText> |
getTextChildren()
Returns the text children.
|
java.util.List<? extends IText> |
getTextChildren(int sortingCriterion)
Returns the text children.
|
java.util.List<? extends IText> |
getTextChildren(java.lang.String sortingProperty)
Returns the text children.
|
java.util.List<? extends IText> |
getTextChildrenWithCategory(java.lang.String categoryID)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
getTextChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
getTextChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the text children that belong to the specified category.
|
java.util.List<? extends IText> |
getTextChildrenWithDefaultCategory()
Returns the text children that belong to the default category.
|
java.util.List<? extends IText> |
getTextChildrenWithDefaultCategory(int sortingCriterion)
Returns the text children that belong to the default category.
|
java.util.List<? extends IText> |
getTextChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the text children that belong to the default category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildren()
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildren(int sortingCriterion)
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildren(java.lang.String sortingProperty)
Returns the text reference children.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the text reference children that belong to the specified category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithDefaultCategory()
Returns the text reference children that belong to the default category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the text reference children that belong to the default category.
|
java.util.List<? extends ITextReference> |
getTextReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the text reference children that belong to the default category.
|
boolean |
hasCrossReferenceChildren()
Returns whether this container has children of type cross reference.
|
boolean |
hasFolderParent()
Returns whether this container has a parent of type folder.
|
boolean |
hasFolderReferenceChildren()
Returns whether this container has children of type folder reference.
|
boolean |
hasModelElementReferenceChildren()
Returns whether this container has children of type model element reference.
|
boolean |
hasPictureChildren()
Returns whether this container has children of type picture.
|
boolean |
hasPictureReferenceChildren()
Returns whether this container has children of type picture reference.
|
boolean |
hasPlanReferenceChildren()
Returns whether this container has children of type plan reference.
|
boolean |
hasRoleReferenceChildren()
Returns whether this container has children of type role reference.
|
boolean |
hasStakeholderReferenceChildren()
Returns whether this container has children of type stakeholder reference.
|
boolean |
hasTextChildren()
Returns whether this container has children of type text.
|
boolean |
hasTextReferenceChildren()
Returns whether this container has children of type text reference.
|
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 hasTextChildren()
java.util.List<? extends IText> getTextChildren()
java.util.List<? extends IText> getTextChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IText> getTextChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IText> getTextChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IText> getTextChildrenWithCategory(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 IText> getTextChildrenWithCategory(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 IText> getTextChildrenWithDefaultCategory()
java.util.List<? extends IText> getTextChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IText> getTextChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasTextReferenceChildren()
java.util.List<? extends ITextReference> getTextReferenceChildren()
java.util.List<? extends ITextReference> getTextReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ITextReference> getTextReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ITextReference> getTextReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ITextReference> getTextReferenceChildrenWithCategory(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 ITextReference> getTextReferenceChildrenWithCategory(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 ITextReference> getTextReferenceChildrenWithDefaultCategory()
java.util.List<? extends ITextReference> getTextReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ITextReference> getTextReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasPictureChildren()
java.util.List<? extends IPicture> getPictureChildren()
java.util.List<? extends IPicture> getPictureChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPicture> getPictureChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPicture> getPictureChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPicture> getPictureChildrenWithCategory(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 IPicture> getPictureChildrenWithCategory(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 IPicture> getPictureChildrenWithDefaultCategory()
java.util.List<? extends IPicture> getPictureChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPicture> getPictureChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasPictureReferenceChildren()
java.util.List<? extends IPictureReference> getPictureReferenceChildren()
java.util.List<? extends IPictureReference> getPictureReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPictureReference> getPictureReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPictureReference> getPictureReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPictureReference> getPictureReferenceChildrenWithCategory(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 IPictureReference> getPictureReferenceChildrenWithCategory(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 IPictureReference> getPictureReferenceChildrenWithDefaultCategory()
java.util.List<? extends IPictureReference> getPictureReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPictureReference> getPictureReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasModelElementReferenceChildren()
java.util.List<? extends IModelElementReference> getModelElementReferenceChildren()
java.util.List<? extends IModelElementReference> getModelElementReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IModelElementReference> getModelElementReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IModelElementReference> getModelElementReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IModelElementReference> getModelElementReferenceChildrenWithCategory(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 IModelElementReference> getModelElementReferenceChildrenWithCategory(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 IModelElementReference> getModelElementReferenceChildrenWithDefaultCategory()
java.util.List<? extends IModelElementReference> getModelElementReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IModelElementReference> getModelElementReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasFolderReferenceChildren()
java.util.List<? extends IFolderReference> getFolderReferenceChildren()
java.util.List<? extends IFolderReference> getFolderReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolderReference> getFolderReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IFolderReference> getFolderReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IFolderReference> getFolderReferenceChildrenWithCategory(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 IFolderReference> getFolderReferenceChildrenWithCategory(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 IFolderReference> getFolderReferenceChildrenWithDefaultCategory()
java.util.List<? extends IFolderReference> getFolderReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IFolderReference> getFolderReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasPlanReferenceChildren()
java.util.List<? extends IPlanReference> getPlanReferenceChildren()
java.util.List<? extends IPlanReference> getPlanReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPlanReference> getPlanReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPlanReference> getPlanReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPlanReference> getPlanReferenceChildrenWithCategory(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 IPlanReference> getPlanReferenceChildrenWithCategory(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 IPlanReference> getPlanReferenceChildrenWithDefaultCategory()
java.util.List<? extends IPlanReference> getPlanReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPlanReference> getPlanReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasStakeholderReferenceChildren()
java.util.List<? extends IStakeholderReference> getStakeholderReferenceChildren()
java.util.List<? extends IStakeholderReference> getStakeholderReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStakeholderReference> getStakeholderReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IStakeholderReference> getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IStakeholderReference> getStakeholderReferenceChildrenWithCategory(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 IStakeholderReference> getStakeholderReferenceChildrenWithCategory(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 IStakeholderReference> getStakeholderReferenceChildrenWithDefaultCategory()
java.util.List<? extends IStakeholderReference> getStakeholderReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IStakeholderReference> getStakeholderReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasRoleReferenceChildren()
java.util.List<? extends IRoleReference> getRoleReferenceChildren()
java.util.List<? extends IRoleReference> getRoleReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IRoleReference> getRoleReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IRoleReference> getRoleReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IRoleReference> getRoleReferenceChildrenWithCategory(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 IRoleReference> getRoleReferenceChildrenWithCategory(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 IRoleReference> getRoleReferenceChildrenWithDefaultCategory()
java.util.List<? extends IRoleReference> getRoleReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IRoleReference> getRoleReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasCrossReferenceChildren()
java.util.List<? extends ICrossReference> getCrossReferenceChildren()
java.util.List<? extends ICrossReference> getCrossReferenceChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICrossReference> getCrossReferenceChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICrossReference> getCrossReferenceChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICrossReference> getCrossReferenceChildrenWithCategory(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 ICrossReference> getCrossReferenceChildrenWithCategory(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 ICrossReference> getCrossReferenceChildrenWithDefaultCategory()
java.util.List<? extends ICrossReference> getCrossReferenceChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICrossReference> getCrossReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting