public interface IReportSet
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IReportSet object allows to read attribute values of a report set
as well as accessing child items and related items.
Item type constant: "gm.reportdesignermodule.reportSet"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the report set.
|
java.lang.String |
getName()
Returns the name of the report set.
|
IReportSet |
getParentReportSet()
Returns the parent report set.
|
java.util.List<? extends IReport> |
getReportChildren()
Returns the report children.
|
java.util.List<? extends IReport> |
getReportChildren(int sortingCriterion)
Returns the report children.
|
java.util.List<? extends IReport> |
getReportChildren(java.lang.String sortingProperty)
Returns the report children.
|
java.util.List<? extends IReport> |
getReportChildrenWithCategory(java.lang.String categoryID)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
getReportChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
getReportChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report children that belong to the specified category.
|
java.util.List<? extends IReport> |
getReportChildrenWithDefaultCategory()
Returns the report children that belong to the default category.
|
java.util.List<? extends IReport> |
getReportChildrenWithDefaultCategory(int sortingCriterion)
Returns the report children that belong to the default category.
|
java.util.List<? extends IReport> |
getReportChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report children that belong to the default category.
|
java.lang.String |
getReportIDPrefix()
Returns the id prefix for new report child items.
|
java.util.List<? extends IReportSet> |
getReportSetChildren()
Returns the report set children.
|
java.util.List<? extends IReportSet> |
getReportSetChildren(int sortingCriterion)
Returns the report set children.
|
java.util.List<? extends IReportSet> |
getReportSetChildren(java.lang.String sortingProperty)
Returns the report set children.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithCategory(java.lang.String categoryID)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report set children that belong to the specified category.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithDefaultCategory()
Returns the report set children that belong to the default category.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the report set children that belong to the default category.
|
java.util.List<? extends IReportSet> |
getReportSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report set children that belong to the default category.
|
boolean |
hasReportChildren()
Returns whether this report set has children of type report.
|
boolean |
hasReportSetChildren()
Returns whether this report set has children of type report set.
|
boolean |
hasReportSetParent()
Returns whether this report set has a parent of type report 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, toRecordgetEMFFile, getImage, 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, getLinkForShow, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, toRecordjava.lang.String getName()
java.util.List<java.lang.String> getDescription()
java.lang.String getReportIDPrefix()
boolean hasReportSetParent()
IReportSet getParentReportSet()
boolean hasReportSetChildren()
java.util.List<? extends IReportSet> getReportSetChildren()
java.util.List<? extends IReportSet> getReportSetChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getReportSetChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportSet> getReportSetChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReportSet> getReportSetChildrenWithCategory(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 IReportSet> getReportSetChildrenWithCategory(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 IReportSet> getReportSetChildrenWithDefaultCategory()
java.util.List<? extends IReportSet> getReportSetChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportSet> getReportSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasReportChildren()
java.util.List<? extends IReport> getReportChildren()
java.util.List<? extends IReport> getReportChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getReportChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReport> getReportChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReport> getReportChildrenWithCategory(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 IReport> getReportChildrenWithCategory(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 IReport> getReportChildrenWithDefaultCategory()
java.util.List<? extends IReport> getReportChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReport> getReportChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting