| Modifier and Type | Method and Description |
|---|---|
IContainer |
ITextReference.getParentContainer()
Returns the parent container.
|
IContainer |
IText.getParentContainer()
Returns the parent container.
|
IContainer |
IStakeholderReference.getParentContainer()
Returns the parent container.
|
IContainer |
IRoleReference.getParentContainer()
Returns the parent container.
|
IContainer |
IPlanReference.getParentContainer()
Returns the parent container.
|
IContainer |
IPictureReference.getParentContainer()
Returns the parent container.
|
IContainer |
IPicture.getParentContainer()
Returns the parent container.
|
IContainer |
IModelElementReference.getParentContainer()
Returns the parent container.
|
IContainer |
IFolderReference.getParentContainer()
Returns the parent container.
|
IContainer |
ICrossReference.getParentContainer()
Returns the parent container.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainers()
Returns all container items of the project.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainers(int sortingCriterion)
Returns all container items of the project.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainers(java.lang.String sortingProperty)
Returns all container items of the project.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all container items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersForModelElement(java.lang.String modelElementUID)
Returns all container items of the project which are linked to the given model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all container items of the project which are linked to the given model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all container items of the project which are linked to the given model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersNotLinkedToAnyModelElement()
Returns all container items of the project which are not linked to any model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersNotLinkedToAnyModelElement(int sortingCriterion)
Returns all container items of the project which are not linked to any model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all container items of the project which are not linked to any model element.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithCategory(java.lang.String categoryID)
Returns all container items of the project that belong to the specified category.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all container items of the project that belong to the specified category.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all container items of the project that belong to the specified category.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithDefaultCategory()
Returns all container items of the project that belong to the default category.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithDefaultCategory(int sortingCriterion)
Returns all container items of the project that belong to the default category.
|
java.util.List<? extends IContainer> |
IDocumentContentDataProvider.getAllContainersWithDefaultCategory(java.lang.String sortingProperty)
Returns all container items of the project that belong to the default category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildren()
Returns the container children.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildren(int sortingCriterion)
Returns the container children.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildren(java.lang.String sortingProperty)
Returns the container children.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithCategory(java.lang.String categoryID)
Returns the container children that belong to the specified category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the container children that belong to the specified category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the container children that belong to the specified category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithDefaultCategory()
Returns the container children that belong to the default category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithDefaultCategory(int sortingCriterion)
Returns the container children that belong to the default category.
|
java.util.List<? extends IContainer> |
IFolder.getContainerChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the container children that belong to the default category.
|