| Modifier and Type | Method and Description |
|---|---|
IGroupofPerson |
IPerson.getParentGroupofPerson()
Returns the parent group of person.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersons()
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersons(int sortingCriterion)
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersons(java.lang.String sortingProperty)
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all group of person 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 IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithCategory(java.lang.String categoryID)
Returns all group of person items of the project that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all group of person items of the project that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all group of person items of the project that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithDefaultCategory()
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithDefaultCategory(int sortingCriterion)
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
IChangeDocumentationDataProvider.getAllGroupofPersonsWithDefaultCategory(java.lang.String sortingProperty)
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildren()
Returns the group of person children.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildren(int sortingCriterion)
Returns the group of person children.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildren(java.lang.String sortingProperty)
Returns the group of person children.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithCategory(java.lang.String categoryID)
Returns the group of person children that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the group of person children that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the group of person children that belong to the specified category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithDefaultCategory()
Returns the group of person children that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithDefaultCategory(int sortingCriterion)
Returns the group of person children that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
IPublication.getGroupofPersonChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the group of person children that belong to the default category.
|