| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferences()
Returns all role reference items of the project.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferences(int sortingCriterion)
Returns all role reference items of the project.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferences(java.lang.String sortingProperty)
Returns all role reference items of the project.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all role 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 IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithCategory(java.lang.String categoryID)
Returns all role reference items of the project that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all role reference items of the project that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all role reference items of the project that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithDefaultCategory()
Returns all role reference items of the project that belong to the default category.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithDefaultCategory(int sortingCriterion)
Returns all role reference items of the project that belong to the default category.
|
java.util.List<? extends IRoleReference> |
IDocumentContentDataProvider.getAllRoleReferencesWithDefaultCategory(java.lang.String sortingProperty)
Returns all role reference items of the project that belong to the default category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildren()
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildren(int sortingCriterion)
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildren(java.lang.String sortingProperty)
Returns the role reference children.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithCategory(java.lang.String categoryID)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the role reference children that belong to the specified category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithDefaultCategory()
Returns the role reference children that belong to the default category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithDefaultCategory(int sortingCriterion)
Returns the role reference children that belong to the default category.
|
java.util.List<? extends IRoleReference> |
IContainer.getRoleReferenceChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the role reference children that belong to the default category.
|