public interface ISourceSet
extends com.arcway.cockpit.genericmodule.docgen.provider.interfaces.IGenericModuleData
ISourceSet object allows to read attribute values of a source set
as well as accessing child items and related items.
Item type constant: "gm.reportdesignermodule.sourceSet"| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getDescription()
Returns the description of the source set.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildren()
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildren(int sortingCriterion)
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildren(java.lang.String sortingProperty)
Returns the macro definition children.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithCategory(java.lang.String categoryID)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the macro definition children that belong to the specified category.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithDefaultCategory()
Returns the macro definition children that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithDefaultCategory(int sortingCriterion)
Returns the macro definition children that belong to the default category.
|
java.util.List<? extends IMacroDefinition> |
getMacroDefinitionChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the macro definition children that belong to the default category.
|
java.lang.String |
getMacroDefinitionIDPrefix()
Returns the id prefix for new macro definition child items.
|
java.lang.String |
getName()
Returns the name of the source set.
|
ISourceSet |
getParentSourceSet()
Returns the parent source set.
|
java.util.List<? extends IScript> |
getScriptChildren()
Returns the script children.
|
java.util.List<? extends IScript> |
getScriptChildren(int sortingCriterion)
Returns the script children.
|
java.util.List<? extends IScript> |
getScriptChildren(java.lang.String sortingProperty)
Returns the script children.
|
java.util.List<? extends IScript> |
getScriptChildrenWithCategory(java.lang.String categoryID)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
getScriptChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
getScriptChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the script children that belong to the specified category.
|
java.util.List<? extends IScript> |
getScriptChildrenWithDefaultCategory()
Returns the script children that belong to the default category.
|
java.util.List<? extends IScript> |
getScriptChildrenWithDefaultCategory(int sortingCriterion)
Returns the script children that belong to the default category.
|
java.util.List<? extends IScript> |
getScriptChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the script children that belong to the default category.
|
java.lang.String |
getScriptIDPrefix()
Returns the id prefix for new script child items.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildren()
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildren(int sortingCriterion)
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildren(java.lang.String sortingProperty)
Returns the source set children.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithCategory(java.lang.String categoryID)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the source set children that belong to the specified category.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithDefaultCategory()
Returns the source set children that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the source set children that belong to the default category.
|
java.util.List<? extends ISourceSet> |
getSourceSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the source set children that belong to the default category.
|
boolean |
hasMacroDefinitionChildren()
Returns whether this source set has children of type macro definition.
|
boolean |
hasScriptChildren()
Returns whether this source set has children of type script.
|
boolean |
hasSourceSetChildren()
Returns whether this source set has children of type source set.
|
boolean |
hasSourceSetParent()
Returns whether this source set has a parent of type source 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 getMacroDefinitionIDPrefix()
java.lang.String getScriptIDPrefix()
boolean hasSourceSetParent()
ISourceSet getParentSourceSet()
boolean hasSourceSetChildren()
java.util.List<? extends ISourceSet> getSourceSetChildren()
java.util.List<? extends ISourceSet> getSourceSetChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getSourceSetChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISourceSet> getSourceSetChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISourceSet> getSourceSetChildrenWithCategory(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 ISourceSet> getSourceSetChildrenWithCategory(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 ISourceSet> getSourceSetChildrenWithDefaultCategory()
java.util.List<? extends ISourceSet> getSourceSetChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISourceSet> getSourceSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasMacroDefinitionChildren()
java.util.List<? extends IMacroDefinition> getMacroDefinitionChildren()
java.util.List<? extends IMacroDefinition> getMacroDefinitionChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getMacroDefinitionChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IMacroDefinition> getMacroDefinitionChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IMacroDefinition> getMacroDefinitionChildrenWithCategory(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 IMacroDefinition> getMacroDefinitionChildrenWithCategory(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 IMacroDefinition> getMacroDefinitionChildrenWithDefaultCategory()
java.util.List<? extends IMacroDefinition> getMacroDefinitionChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IMacroDefinition> getMacroDefinitionChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasScriptChildren()
java.util.List<? extends IScript> getScriptChildren()
java.util.List<? extends IScript> getScriptChildren(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getScriptChildren(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IScript> getScriptChildrenWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IScript> getScriptChildrenWithCategory(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 IScript> getScriptChildrenWithCategory(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 IScript> getScriptChildrenWithDefaultCategory()
java.util.List<? extends IScript> getScriptChildrenWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IScript> getScriptChildrenWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sorting