| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersons(int sortingCriterion)
Returns all person items of the project.
|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersons(java.lang.String sortingProperty)
Returns all person items of the project.
|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all 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 IPerson> |
IChangeDocumentationDataProvider.getAllPersonsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all person items of the project that belong to the specified category.
|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersonsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all person items of the project that belong to the specified category.
|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersonsWithDefaultCategory(int sortingCriterion)
Returns all person items of the project that belong to the default category.
|
java.util.List<? extends IPerson> |
IChangeDocumentationDataProvider.getAllPersonsWithDefaultCategory(java.lang.String sortingProperty)
Returns all person items of the project that belong to the default category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildren()
Returns the person children.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildren(int sortingCriterion)
Returns the person children.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildren(java.lang.String sortingProperty)
Returns the person children.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithCategory(java.lang.String categoryID)
Returns the person children that belong to the specified category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the person children that belong to the specified category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the person children that belong to the specified category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithDefaultCategory()
Returns the person children that belong to the default category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithDefaultCategory(int sortingCriterion)
Returns the person children that belong to the default category.
|
java.util.List<? extends IPerson> |
IGroupofPerson.getPersonChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the person children that belong to the default category.
|