| Modifier and Type | Method and Description |
|---|---|
IGenericModuleData |
IGenericModuleReportDataProvider.findObject(java.lang.String path,
java.lang.String objectTypeID)
Searches for the item with the specified path.
|
IGenericModuleData |
IGenericModuleData.getParentObject()
Returns the parent object of this object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjects(java.lang.String objectTypeID)
Returns all objects of the specified type.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjects(java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all objects of the specified type sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjectsForHistoryItem(java.lang.String objectTypeID,
com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all objects of the specified type which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjectsWithCategory(java.lang.String objectTypeID,
java.lang.String categoryID)
Returns all objects of the specified type that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjectsWithCategory(java.lang.String objectTypeID,
java.lang.String categoryID,
java.lang.String attributeToSortBy)
Returns all objects of the specified type that belong to the specified category sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjectsWithDefaultCategory(java.lang.String objectTypeID)
Returns all objects of the specified type that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllObjectsWithDefaultCategory(java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all objects of the specified type that belong to the default category sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjects(java.lang.String objectTypeID)
Returns all root objects of the specified type
The objects are by default returned in natural order.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjects(java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all root objects of the specified type sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjectsWithCategory(java.lang.String objectTypeID,
java.lang.String categoryID)
Returns all root objects of the specified type that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjectsWithCategory(java.lang.String objectTypeID,
java.lang.String categoryID,
java.lang.String attributeToSortBy)
Returns all root objects of the specified type that belong to the specified category sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjectsWithDefaultCategory(java.lang.String objectTypeID)
Returns all root objects of the specified type that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getAllRootObjectsWithDefaultCategory(java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all root objects of the specified type that belong to the default category sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getAncestorObjects()
Returns the ancestor objects of this object, i.e. the parent object and its parents recursively.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjects(java.lang.String objectType)
Returns the direct child objects of the given type of this object.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjects(java.lang.String objectType,
java.lang.String attributeToSortBy)
Returns the direct child objects of the given type of this object.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjectsOfTypeRank(int typeRank)
Returns the direct child objects of the given type rank of this object.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjectsWithCategory(java.lang.String objectType,
java.lang.String categoryID)
Returns the direct child objects of the given type of this object that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjectsWithCategory(java.lang.String objectType,
java.lang.String categoryID,
java.lang.String attributeToSortBy)
Returns the direct child objects of the given type of this object that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjectsWithDefaultCategory(java.lang.String objectType)
Returns the direct child objects of the given type of this object that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getChildObjectsWithDefaultCategory(java.lang.String objectType,
java.lang.String attributeToSortBy)
Returns the direct child objects of the given type of this object that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getItemsForModelElement(java.lang.String modelElementUID,
java.lang.String objectTypeID)
Returns all objects of the specified type that are linked to the specified model element.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getItemsForModelElement(java.lang.String modelElementUID,
java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all objects of the specified type that are linked to the specified model element
sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getItemsNotLinkedToAnyModelElement(java.lang.String objectTypeID)
Returns all objects of the specified type that are not linked to any model element.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleReportDataProvider.getItemsNotLinkedToAnyModelElement(java.lang.String objectTypeID,
java.lang.String attributeToSortBy)
Returns all objects of the specified type that are not linked to any model element
sorted by the specified attribute.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjects(java.lang.String relationTypeID)
Returns the related linkable objects for this object based on the specified relation type.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjects(java.lang.String relationTypeID,
java.lang.String attributeToSortBy)
Returns the related linkable objects for this object based on the specified relation type.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjectsWithCategory(java.lang.String relationTypeID,
java.lang.String categoryID)
Returns the related linkable objects for this object based on the specified relation type and that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjectsWithCategory(java.lang.String relationTypeID,
java.lang.String categoryID,
java.lang.String attributeToSortBy)
Returns the related linkable objects for this object based on the specified relation type and that belong to the sepcified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjectsWithDefaultCategory(java.lang.String relationTypeID)
Returns the related linkable objects for this object based on the specified relation type and that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedLOObjectsWithDefaultCategory(java.lang.String relationTypeID,
java.lang.String attributeToSortBy)
Returns the related linkable objects for this object based on the specified relation type and that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjects(java.lang.String relationTypeID)
Returns the related module data objects for this object based on the specified relation type.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjects(java.lang.String relationTypeID,
java.lang.String attributeToSortBy)
Returns the related module data objects for this object based on the specified relation type.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjectsWithCategory(java.lang.String relationTypeID,
java.lang.String categoryID)
Returns the related module data objects for this object based on the specified relation type and that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjectsWithCategory(java.lang.String relationTypeID,
java.lang.String categoryID,
java.lang.String attributeToSortBy)
Returns the related module data objects for this object based on the specified relation type and that belong to the specified category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjectsWithDefaultCategory(java.lang.String relationTypeID)
Returns the related module data objects for this object based on the specified relation type and that belong to the default category.
|
java.util.List<? extends IGenericModuleData> |
IGenericModuleData.getRelatedMDObjectsWithDefaultCategory(java.lang.String relationTypeID,
java.lang.String attributeToSortBy)
Returns the related module data objects for this object based on the specified relation type and that belong to the default category.
|