public interface IReport
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
IReport object allows to read attribute values of a report
as well as accessing child items and related items.
Item type constant: "gm.reportdesignermodule.report"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the report.
|
java.lang.String |
getID()
Returns the id of the report.
|
java.lang.String |
getIDandTitle()
Returns the id and title of the report.
|
IReportSet |
getParentReportSet()
Returns the parent report set.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildren()
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildren(int sortingCriterion)
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildren(java.lang.String sortingProperty)
Returns the report configuration children.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithCategory(java.lang.String categoryID)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the report configuration children that belong to the specified category.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithDefaultCategory()
Returns the report configuration children that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithDefaultCategory(int sortingCriterion)
Returns the report configuration children that belong to the default category.
|
java.util.List<? extends IReportConfiguration> |
getReportConfigurationChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the report configuration children that belong to the default category.
|
java.lang.String |
getTitle()
Returns the title of the report.
|
boolean |
hasReportConfigurationChildren()
Returns whether this report has children of type report configuration.
|
boolean |
hasReportSetParent()
Returns whether this report 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 getID()
java.lang.String getTitle()
java.util.List<java.lang.String> getDescription()
java.lang.String getIDandTitle()
boolean hasReportSetParent()
IReportSet getParentReportSet()
boolean hasReportConfigurationChildren()
java.util.List<? extends IReportConfiguration> getReportConfigurationChildren()
java.util.List<? extends IReportConfiguration> getReportConfigurationChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportConfiguration> getReportConfigurationChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IReportConfiguration> getReportConfigurationChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IReportConfiguration> getReportConfigurationChildrenWithCategory(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 IReportConfiguration> getReportConfigurationChildrenWithCategory(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 IReportConfiguration> getReportConfigurationChildrenWithDefaultCategory()
java.util.List<? extends IReportConfiguration> getReportConfigurationChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IReportConfiguration> getReportConfigurationChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting