| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferences()
Returns all stakeholder reference items of the project.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferences(int sortingCriterion)
Returns all stakeholder reference items of the project.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferences(java.lang.String sortingProperty)
Returns all stakeholder reference items of the project.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all stakeholder reference 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 IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithCategory(java.lang.String categoryID)
Returns all stakeholder reference items of the project that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all stakeholder reference items of the project that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all stakeholder reference items of the project that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithDefaultCategory()
Returns all stakeholder reference items of the project that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithDefaultCategory(int sortingCriterion)
Returns all stakeholder reference items of the project that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
IDocumentContentDataProvider.getAllStakeholderReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all stakeholder reference items of the project that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildren()
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildren(int sortingCriterion)
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildren(java.lang.String sortingProperty)
Returns the stakeholder reference children.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the stakeholder reference children that belong to the specified category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithDefaultCategory()
Returns the stakeholder reference children that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the stakeholder reference children that belong to the default category.
|
java.util.List<? extends IStakeholderReference> |
IContainer.getStakeholderReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the stakeholder reference children that belong to the default category.
|