public interface IChangeDocumentationDataProvider
IChangeDocumentationDataProvider allows to access Change Entries of a COCKPIT project
for document generation. The IChangeDocumentationDataProvider can be referenced directly within a
document template by its name changeDocumentationDataProvider.| Modifier and Type | Method and Description |
|---|---|
IChangeSet |
findChangeSet(java.lang.String path)
Searches for the change set item with the specified path.
|
IPublicationsFolder |
findPublicationsFolder(java.lang.String path)
Searches for the publications folder item with the specified path.
|
ISetforexportedDomains |
findSetforexportedDomains(java.lang.String path)
Searches for the set for exported domains item with the specified path.
|
ISetforimportedDomains |
findSetforimportedDomains(java.lang.String path)
Searches for the set for imported domains item with the specified path.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotes(int sortingCriterion)
Returns all note items of the project.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotes(java.lang.String sortingProperty)
Returns all note items of the project.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all note 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 IApprovalNote> |
getAllApprovalNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotesWithDefaultCategory(int sortingCriterion)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IApprovalNote> |
getAllApprovalNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
getAllApprovals(int sortingCriterion)
Returns all approval items of the project.
|
java.util.List<? extends IApproval> |
getAllApprovals(java.lang.String sortingProperty)
Returns all approval items of the project.
|
java.util.List<? extends IApproval> |
getAllApprovalsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all approval 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 IApproval> |
getAllApprovalsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
getAllApprovalsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
getAllApprovalsWithDefaultCategory(int sortingCriterion)
Returns all approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
getAllApprovalsWithDefaultCategory(java.lang.String sortingProperty)
Returns all approval items of the project that belong to the default category.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotes(int sortingCriterion)
Returns all note items of the project.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotes(java.lang.String sortingProperty)
Returns all note items of the project.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all note 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 IChangeNote> |
getAllChangeNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotesWithDefaultCategory(int sortingCriterion)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IChangeNote> |
getAllChangeNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllChanges()
Returns all change items of the project.
|
java.util.List<? extends IChange> |
getAllChanges(int sortingCriterion)
Returns all change items of the project.
|
java.util.List<? extends IChange> |
getAllChanges(java.lang.String sortingProperty)
Returns all change items of the project.
|
java.util.List<? extends IChangeSet> |
getAllChangeSets()
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllChangeSets(int sortingCriterion)
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllChangeSets(java.lang.String sortingProperty)
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all change set 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 IChangeSet> |
getAllChangeSetsWithCategory(java.lang.String categoryID)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsWithDefaultCategory()
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsWithDefaultCategory(int sortingCriterion)
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
getAllChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllChangesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all change 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 IChange> |
getAllChangesForModelElement(java.lang.String modelElementUID)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
getAllChangesForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
getAllChangesForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
getAllChangesNotLinkedToAnyModelElement()
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
getAllChangesNotLinkedToAnyModelElement(int sortingCriterion)
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
getAllChangesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
getAllChangesWithCategory(java.lang.String categoryID)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllChangesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllChangesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllChangesWithDefaultCategory()
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllChangesWithDefaultCategory(int sortingCriterion)
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllChangesWithDefaultCategory(java.lang.String sortingProperty)
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotes(int sortingCriterion)
Returns all note items of the project.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotes(java.lang.String sortingProperty)
Returns all note items of the project.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all note 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 ICoordinationNote> |
getAllCoordinationNotesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all note items of the project that belong to the specified category.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotesWithDefaultCategory(int sortingCriterion)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends ICoordinationNote> |
getAllCoordinationNotesWithDefaultCategory(java.lang.String sortingProperty)
Returns all note items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
getAllCoordinations(int sortingCriterion)
Returns all coordination items of the project.
|
java.util.List<? extends ICoordination> |
getAllCoordinations(java.lang.String sortingProperty)
Returns all coordination items of the project.
|
java.util.List<? extends ICoordination> |
getAllCoordinationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all coordination 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 ICoordination> |
getAllCoordinationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getAllCoordinationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getAllCoordinationsWithDefaultCategory(int sortingCriterion)
Returns all coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
getAllCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all coordination items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
getAllDomains()
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
getAllDomains(int sortingCriterion)
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
getAllDomains(java.lang.String sortingProperty)
Returns all domain items of the project.
|
java.util.List<? extends IDomain> |
getAllDomainsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all domain 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 IDomain> |
getAllDomainsWithCategory(java.lang.String categoryID)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
getAllDomainsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
getAllDomainsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all domain items of the project that belong to the specified category.
|
java.util.List<? extends IDomain> |
getAllDomainsWithDefaultCategory()
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
getAllDomainsWithDefaultCategory(int sortingCriterion)
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomain> |
getAllDomainsWithDefaultCategory(java.lang.String sortingProperty)
Returns all domain items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersions()
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersions(int sortingCriterion)
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersions(java.lang.String sortingProperty)
Returns all domain version items of the project.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all domain version 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 IDomainVersion> |
getAllDomainVersionsWithCategory(java.lang.String categoryID)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all domain version items of the project that belong to the specified category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsWithDefaultCategory()
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsWithDefaultCategory(int sortingCriterion)
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IDomainVersion> |
getAllDomainVersionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all domain version items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
getAllGroupofPersons()
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
getAllGroupofPersons(int sortingCriterion)
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
getAllGroupofPersons(java.lang.String sortingProperty)
Returns all group of person items of the project.
|
java.util.List<? extends IGroupofPerson> |
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> |
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> |
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> |
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> |
getAllGroupofPersonsWithDefaultCategory()
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
getAllGroupofPersonsWithDefaultCategory(int sortingCriterion)
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IGroupofPerson> |
getAllGroupofPersonsWithDefaultCategory(java.lang.String sortingProperty)
Returns all group of person items of the project that belong to the default category.
|
java.util.List<? extends IPerson> |
getAllPersons(int sortingCriterion)
Returns all person items of the project.
|
java.util.List<? extends IPerson> |
getAllPersons(java.lang.String sortingProperty)
Returns all person items of the project.
|
java.util.List<? extends IPerson> |
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> |
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> |
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> |
getAllPersonsWithDefaultCategory(int sortingCriterion)
Returns all person items of the project that belong to the default category.
|
java.util.List<? extends IPerson> |
getAllPersonsWithDefaultCategory(java.lang.String sortingProperty)
Returns all person items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllPublications()
Returns all publication items of the project.
|
java.util.List<? extends IPublication> |
getAllPublications(int sortingCriterion)
Returns all publication items of the project.
|
java.util.List<? extends IPublication> |
getAllPublications(java.lang.String sortingProperty)
Returns all publication items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFolders()
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFolders(int sortingCriterion)
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFolders(java.lang.String sortingProperty)
Returns all publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all publications folder 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 IPublicationsFolder> |
getAllPublicationsFoldersWithCategory(java.lang.String categoryID)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersWithDefaultCategory()
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersWithDefaultCategory(int sortingCriterion)
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
getAllPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllPublicationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all publication 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 IPublication> |
getAllPublicationsForModelElement(java.lang.String modelElementUID)
Returns all publication items of the project which are linked to the given model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all publication items of the project which are linked to the given model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all publication items of the project which are linked to the given model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsNotLinkedToAnyModelElement()
Returns all publication items of the project which are not linked to any model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsNotLinkedToAnyModelElement(int sortingCriterion)
Returns all publication items of the project which are not linked to any model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all publication items of the project which are not linked to any model element.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithCategory(java.lang.String categoryID)
Returns all publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithDefaultCategory()
Returns all publication items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithDefaultCategory(int sortingCriterion)
Returns all publication items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllPublicationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all publication items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
getAllRootApprovals()
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
getAllRootApprovals(int sortingCriterion)
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
getAllRootApprovals(java.lang.String sortingProperty)
Returns all root approval items of the project.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithCategory(java.lang.String categoryID)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root approval items of the project that belong to the specified category.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithDefaultCategory()
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithDefaultCategory(int sortingCriterion)
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IApproval> |
getAllRootApprovalsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root approval items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllRootChanges()
Returns all root change items of the project.
|
java.util.List<? extends IChange> |
getAllRootChanges(int sortingCriterion)
Returns all root change items of the project.
|
java.util.List<? extends IChange> |
getAllRootChanges(java.lang.String sortingProperty)
Returns all root change items of the project.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSets()
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSets(int sortingCriterion)
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSets(java.lang.String sortingProperty)
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithCategory(java.lang.String categoryID)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithDefaultCategory()
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithDefaultCategory(int sortingCriterion)
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
getAllRootChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithCategory(java.lang.String categoryID)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithDefaultCategory()
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithDefaultCategory(int sortingCriterion)
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
getAllRootChangesWithDefaultCategory(java.lang.String sortingProperty)
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinations()
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinations(int sortingCriterion)
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinations(java.lang.String sortingProperty)
Returns all root coordination items of the project.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithCategory(java.lang.String categoryID)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root coordination items of the project that belong to the specified category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithDefaultCategory()
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithDefaultCategory(int sortingCriterion)
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends ICoordination> |
getAllRootCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root coordination items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllRootPublications()
Returns all root publication items of the project.
|
java.util.List<? extends IPublication> |
getAllRootPublications(int sortingCriterion)
Returns all root publication items of the project.
|
java.util.List<? extends IPublication> |
getAllRootPublications(java.lang.String sortingProperty)
Returns all root publication items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFolders()
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFolders(int sortingCriterion)
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFolders(java.lang.String sortingProperty)
Returns all root publications folder items of the project.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root publications folder items of the project that belong to the specified category.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithDefaultCategory()
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithDefaultCategory(int sortingCriterion)
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublicationsFolder> |
getAllRootPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns all root publications folder items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithCategory(java.lang.String categoryID)
Returns all root publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root publication items of the project that belong to the specified category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithDefaultCategory()
Returns all root publication items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithDefaultCategory(int sortingCriterion)
Returns all root publication items of the project that belong to the default category.
|
java.util.List<? extends IPublication> |
getAllRootPublicationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root publication items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainss()
Returns all root set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainss(int sortingCriterion)
Returns all root set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainss(java.lang.String sortingProperty)
Returns all root set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID)
Returns all root set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithDefaultCategory()
Returns all root set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithDefaultCategory(int sortingCriterion)
Returns all root set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllRootSetforexportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
Returns all root set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainss()
Returns all root set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainss(int sortingCriterion)
Returns all root set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainss(java.lang.String sortingProperty)
Returns all root set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID)
Returns all root set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithDefaultCategory()
Returns all root set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithDefaultCategory(int sortingCriterion)
Returns all root set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllRootSetforimportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
Returns all root set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainss()
Returns all set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainss(int sortingCriterion)
Returns all set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainss(java.lang.String sortingProperty)
Returns all set for exported domains items of the project.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all set for exported domains 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 ISetforexportedDomains> |
getAllSetforexportedDomainssWithCategory(java.lang.String categoryID)
Returns all set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all set for exported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssWithDefaultCategory()
Returns all set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssWithDefaultCategory(int sortingCriterion)
Returns all set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforexportedDomains> |
getAllSetforexportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
Returns all set for exported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainss()
Returns all set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainss(int sortingCriterion)
Returns all set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainss(java.lang.String sortingProperty)
Returns all set for imported domains items of the project.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all set for imported domains 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 ISetforimportedDomains> |
getAllSetforimportedDomainssWithCategory(java.lang.String categoryID)
Returns all set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all set for imported domains items of the project that belong to the specified category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssWithDefaultCategory()
Returns all set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssWithDefaultCategory(int sortingCriterion)
Returns all set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ISetforimportedDomains> |
getAllSetforimportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
Returns all set for imported domains items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublications()
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublications(int sortingCriterion)
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublications(java.lang.String sortingProperty)
Returns all type of publication items of the project.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all type of publication 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 ITypeofPublication> |
getAllTypeofPublicationsWithCategory(java.lang.String categoryID)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all type of publication items of the project that belong to the specified category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsWithDefaultCategory()
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsWithDefaultCategory(int sortingCriterion)
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends ITypeofPublication> |
getAllTypeofPublicationsWithDefaultCategory(java.lang.String sortingProperty)
Returns all type of publication items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
getAllVersions()
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
getAllVersions(int sortingCriterion)
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
getAllVersions(java.lang.String sortingProperty)
Returns all version items of the project.
|
java.util.List<? extends IVersion> |
getAllVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all version 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 IVersion> |
getAllVersionsWithCategory(java.lang.String categoryID)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
getAllVersionsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
getAllVersionsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all version items of the project that belong to the specified category.
|
java.util.List<? extends IVersion> |
getAllVersionsWithDefaultCategory()
Returns all version items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
getAllVersionsWithDefaultCategory(int sortingCriterion)
Returns all version items of the project that belong to the default category.
|
java.util.List<? extends IVersion> |
getAllVersionsWithDefaultCategory(java.lang.String sortingProperty)
Returns all version items of the project that belong to the default category.
|
java.util.List<java.lang.String> |
getKnownValuesForSetforimportedDomainsUpdateBehaviour()
Returns the known values for the update behaviour of set for imported domains items.
|
int |
getSORT_APPROVAL_BY_OBJECTTYPENAME()
Constant for sorting approval items by object type name.
|
int |
getSORT_APPROVAL_BY_PERSONRESPONSIBLE()
Constant for sorting approval items by person responsible.
|
int |
getSORT_APPROVALNOTE_BY_OBJECTTYPENAME()
Constant for sorting note items by object type name.
|
int |
getSORT_CHANGE_BY_EDITOR()
Constant for sorting change items by editor.
|
int |
getSORT_CHANGE_BY_ID()
Constant for sorting change items by id.
|
int |
getSORT_CHANGE_BY_IDANDNAME()
Constant for sorting change items by id and name.
|
int |
getSORT_CHANGE_BY_NAME()
Constant for sorting change items by name.
|
int |
getSORT_CHANGENOTE_BY_OBJECTTYPENAME()
Constant for sorting note items by object type name.
|
int |
getSORT_CHANGESET_BY_NAME()
Constant for sorting change set items by name.
|
int |
getSORT_COORDINATION_BY_COORDINATIONPARTNER()
Constant for sorting coordination items by coordination partner.
|
int |
getSORT_COORDINATION_BY_OBJECTTYPENAME()
Constant for sorting coordination items by object type name.
|
int |
getSORT_COORDINATIONNOTE_BY_OBJECTTYPENAME()
Constant for sorting note items by object type name.
|
int |
getSORT_DOMAIN_BY_ID()
Constant for sorting domain items by id.
|
int |
getSORT_DOMAIN_BY_IDANDNAME()
Constant for sorting domain items by id and name.
|
int |
getSORT_DOMAIN_BY_NAME()
Constant for sorting domain items by name.
|
int |
getSORT_DOMAINVERSION_BY_BUGFIXCOUNTERMICRO()
Constant for sorting domain version items by bugfix counter (micro).
|
int |
getSORT_DOMAINVERSION_BY_COMPATIBILITYCOUNTERMAJOR()
Constant for sorting domain version items by compatibility counter (major).
|
int |
getSORT_DOMAINVERSION_BY_FEATURECOUNTERMINOR()
Constant for sorting domain version items by feature counter (minor).
|
int |
getSORT_DOMAINVERSION_BY_VERSION()
Constant for sorting domain version items by version.
|
int |
getSORT_GROUPOFPERSON_BY_NAME()
Constant for sorting group of person items by name.
|
int |
getSORT_PERSON_BY_PERSON()
Constant for sorting person items by person.
|
int |
getSORT_PUBLICATION_BY_ID()
Constant for sorting publication items by id.
|
int |
getSORT_PUBLICATION_BY_IDANDTITLE()
Constant for sorting publication items by id and title.
|
int |
getSORT_PUBLICATION_BY_TITLE()
Constant for sorting publication items by title.
|
int |
getSORT_PUBLICATIONSFOLDER_BY_TITLE()
Constant for sorting publications folder items by title.
|
int |
getSORT_SETFOREXPORTEDDOMAINS_BY_NAME()
Constant for sorting set for exported domains items by name.
|
int |
getSORT_SETFORIMPORTEDDOMAINS_BY_NAME()
Constant for sorting set for imported domains items by name.
|
int |
getSORT_SETFORIMPORTEDDOMAINS_BY_UPDATEBEHAVIOUR()
Constant for sorting set for imported domains items by update behaviour.
|
int |
getSORT_TYPEOFPUBLICATION_BY_ID()
Constant for sorting type of publication items by id.
|
int |
getSORT_TYPEOFPUBLICATION_BY_IDANDNAME()
Constant for sorting type of publication items by id and name.
|
int |
getSORT_TYPEOFPUBLICATION_BY_NAME()
Constant for sorting type of publication items by name.
|
int |
getSORT_VERSION_BY_NAME()
Constant for sorting version items by name.
|
boolean |
hasChangesForModelElement(java.lang.String modelElementUID)
Returns whether there are any change items linked to the specified model element.
|
boolean |
hasPublicationsForModelElement(java.lang.String modelElementUID)
Returns whether there are any publication items linked to the specified model element.
|
int getSORT_CHANGESET_BY_NAME()
int getSORT_CHANGE_BY_ID()
int getSORT_CHANGE_BY_NAME()
int getSORT_CHANGE_BY_EDITOR()
int getSORT_CHANGE_BY_IDANDNAME()
int getSORT_CHANGENOTE_BY_OBJECTTYPENAME()
int getSORT_PUBLICATIONSFOLDER_BY_TITLE()
int getSORT_PUBLICATION_BY_ID()
int getSORT_PUBLICATION_BY_TITLE()
int getSORT_PUBLICATION_BY_IDANDTITLE()
int getSORT_GROUPOFPERSON_BY_NAME()
int getSORT_PERSON_BY_PERSON()
int getSORT_VERSION_BY_NAME()
int getSORT_COORDINATION_BY_COORDINATIONPARTNER()
int getSORT_COORDINATION_BY_OBJECTTYPENAME()
int getSORT_COORDINATIONNOTE_BY_OBJECTTYPENAME()
int getSORT_APPROVAL_BY_PERSONRESPONSIBLE()
int getSORT_APPROVAL_BY_OBJECTTYPENAME()
int getSORT_APPROVALNOTE_BY_OBJECTTYPENAME()
int getSORT_SETFORIMPORTEDDOMAINS_BY_NAME()
int getSORT_SETFORIMPORTEDDOMAINS_BY_UPDATEBEHAVIOUR()
int getSORT_SETFOREXPORTEDDOMAINS_BY_NAME()
int getSORT_DOMAIN_BY_ID()
int getSORT_DOMAIN_BY_NAME()
int getSORT_DOMAIN_BY_IDANDNAME()
int getSORT_DOMAINVERSION_BY_COMPATIBILITYCOUNTERMAJOR()
int getSORT_DOMAINVERSION_BY_FEATURECOUNTERMINOR()
int getSORT_DOMAINVERSION_BY_BUGFIXCOUNTERMICRO()
int getSORT_DOMAINVERSION_BY_VERSION()
int getSORT_TYPEOFPUBLICATION_BY_ID()
int getSORT_TYPEOFPUBLICATION_BY_NAME()
int getSORT_TYPEOFPUBLICATION_BY_IDANDNAME()
java.util.List<? extends IChangeSet> getAllChangeSets()
java.util.List<? extends IChangeSet> getAllChangeSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllChangeSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllChangeSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChangeSet> getAllChangeSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllChangeSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllChangeSetsWithDefaultCategory()
java.util.List<? extends IChangeSet> getAllChangeSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllRootChangeSets()
java.util.List<? extends IChangeSet> getAllRootChangeSets(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllRootChangeSets(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllRootChangeSetsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChangeSet> getAllRootChangeSetsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllRootChangeSetsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllRootChangeSetsWithDefaultCategory()
java.util.List<? extends IChangeSet> getAllRootChangeSetsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeSet> getAllRootChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeSet> getAllChangeSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an change set is
only assigned to the history item for the commit of the last change of the
change set. This method does not allow to access old versions.
historyItem - history item identifying the last change of the change set itemsjava.util.List<? extends IChange> getAllChanges()
java.util.List<? extends IChange> getAllChanges(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllChanges(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllChangesWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChange> getAllChangesWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllChangesWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllChangesWithDefaultCategory()
java.util.List<? extends IChange> getAllChangesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllChangesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllRootChanges()
java.util.List<? extends IChange> getAllRootChanges(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllRootChanges(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllRootChangesWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IChange> getAllRootChangesWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllRootChangesWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllRootChangesWithDefaultCategory()
java.util.List<? extends IChange> getAllRootChangesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllRootChangesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasChangesForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IChange> getAllChangesForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IChange> getAllChangesForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllChangesForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllChangesNotLinkedToAnyModelElement()
java.util.List<? extends IChange> getAllChangesNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChange> getAllChangesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChange> getAllChangesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an change is
only assigned to the history item for the commit of the last change of the
change. This method does not allow to access old versions.
historyItem - history item identifying the last change of the change itemsjava.util.List<? extends IChangeNote> getAllChangeNotes(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getAllChangeNotes(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeNote> getAllChangeNotesWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getAllChangeNotesWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeNote> getAllChangeNotesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IChangeNote> getAllChangeNotesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IChangeNote> getAllChangeNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an note is
only assigned to the history item for the commit of the last change of the
note. This method does not allow to access old versions.
historyItem - history item identifying the last change of the note itemsjava.util.List<? extends IPublicationsFolder> getAllPublicationsFolders()
java.util.List<? extends IPublicationsFolder> getAllPublicationsFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllPublicationsFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithDefaultCategory()
java.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllRootPublicationsFolders()
java.util.List<? extends IPublicationsFolder> getAllRootPublicationsFolders(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllRootPublicationsFolders(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithDefaultCategory()
java.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublicationsFolder> getAllRootPublicationsFoldersWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublicationsFolder> getAllPublicationsFoldersForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an publications folder is
only assigned to the history item for the commit of the last change of the
publications folder. This method does not allow to access old versions.
historyItem - history item identifying the last change of the publications folder itemsjava.util.List<? extends IPublication> getAllPublications()
java.util.List<? extends IPublication> getAllPublications(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllPublications(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllPublicationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPublication> getAllPublicationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllPublicationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllPublicationsWithDefaultCategory()
java.util.List<? extends IPublication> getAllPublicationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllPublicationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllRootPublications()
java.util.List<? extends IPublication> getAllRootPublications(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllRootPublications(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllRootPublicationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IPublication> getAllRootPublicationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllRootPublicationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllRootPublicationsWithDefaultCategory()
java.util.List<? extends IPublication> getAllRootPublicationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllRootPublicationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingboolean hasPublicationsForModelElement(java.lang.String modelElementUID)
modelElementUID - unique identifier of the model elementjava.util.List<? extends IPublication> getAllPublicationsForModelElement(java.lang.String modelElementUID)
modelElementUID - the uid of the model elementjava.util.List<? extends IPublication> getAllPublicationsForModelElement(java.lang.String modelElementUID, int sortingCriterion)
modelElementUID - the uid of the model elementsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllPublicationsForModelElement(java.lang.String modelElementUID, java.lang.String sortingProperty)
modelElementUID - the uid of the model elementsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllPublicationsNotLinkedToAnyModelElement()
java.util.List<? extends IPublication> getAllPublicationsNotLinkedToAnyModelElement(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPublication> getAllPublicationsNotLinkedToAnyModelElement(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPublication> getAllPublicationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an publication is
only assigned to the history item for the commit of the last change of the
publication. This method does not allow to access old versions.
historyItem - history item identifying the last change of the publication itemsjava.util.List<? extends IGroupofPerson> getAllGroupofPersons()
java.util.List<? extends IGroupofPerson> getAllGroupofPersons(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IGroupofPerson> getAllGroupofPersons(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithDefaultCategory()
java.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IGroupofPerson> getAllGroupofPersonsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IGroupofPerson> getAllGroupofPersonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an group of person is
only assigned to the history item for the commit of the last change of the
group of person. This method does not allow to access old versions.
historyItem - history item identifying the last change of the group of person itemsjava.util.List<? extends IPerson> getAllPersons(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPerson> getAllPersons(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPerson> getAllPersonsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPerson> getAllPersonsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPerson> getAllPersonsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IPerson> getAllPersonsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IPerson> getAllPersonsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an person is
only assigned to the history item for the commit of the last change of the
person. This method does not allow to access old versions.
historyItem - history item identifying the last change of the person itemsjava.util.List<? extends IVersion> getAllVersions()
java.util.List<? extends IVersion> getAllVersions(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getAllVersions(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getAllVersionsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IVersion> getAllVersionsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getAllVersionsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getAllVersionsWithDefaultCategory()
java.util.List<? extends IVersion> getAllVersionsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IVersion> getAllVersionsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IVersion> getAllVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an version is
only assigned to the history item for the commit of the last change of the
version. This method does not allow to access old versions.
historyItem - history item identifying the last change of the version itemsjava.util.List<? extends ICoordination> getAllCoordinations(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllCoordinations(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllCoordinationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllCoordinationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllCoordinationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllRootCoordinations()
java.util.List<? extends ICoordination> getAllRootCoordinations(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllRootCoordinations(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllRootCoordinationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ICoordination> getAllRootCoordinationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllRootCoordinationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllRootCoordinationsWithDefaultCategory()
java.util.List<? extends ICoordination> getAllRootCoordinationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordination> getAllRootCoordinationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordination> getAllCoordinationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an coordination is
only assigned to the history item for the commit of the last change of the
coordination. This method does not allow to access old versions.
historyItem - history item identifying the last change of the coordination itemsjava.util.List<? extends ICoordinationNote> getAllCoordinationNotes(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordinationNote> getAllCoordinationNotes(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordinationNote> getAllCoordinationNotesWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordinationNote> getAllCoordinationNotesWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordinationNote> getAllCoordinationNotesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ICoordinationNote> getAllCoordinationNotesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ICoordinationNote> getAllCoordinationNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an note is
only assigned to the history item for the commit of the last change of the
note. This method does not allow to access old versions.
historyItem - history item identifying the last change of the note itemsjava.util.List<? extends IApproval> getAllApprovals(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllApprovals(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllApprovalsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllApprovalsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllApprovalsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllApprovalsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllRootApprovals()
java.util.List<? extends IApproval> getAllRootApprovals(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllRootApprovals(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllRootApprovalsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IApproval> getAllRootApprovalsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllRootApprovalsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllRootApprovalsWithDefaultCategory()
java.util.List<? extends IApproval> getAllRootApprovalsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApproval> getAllRootApprovalsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApproval> getAllApprovalsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an approval is
only assigned to the history item for the commit of the last change of the
approval. This method does not allow to access old versions.
historyItem - history item identifying the last change of the approval itemsjava.util.List<? extends IApprovalNote> getAllApprovalNotes(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApprovalNote> getAllApprovalNotes(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApprovalNote> getAllApprovalNotesWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApprovalNote> getAllApprovalNotesWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApprovalNote> getAllApprovalNotesWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IApprovalNote> getAllApprovalNotesWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IApprovalNote> getAllApprovalNotesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an note is
only assigned to the history item for the commit of the last change of the
note. This method does not allow to access old versions.
historyItem - history item identifying the last change of the note itemsjava.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainss()
java.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithDefaultCategory()
java.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainss()
java.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithDefaultCategory()
java.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforimportedDomains> getAllRootSetforimportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforimportedDomains> getAllSetforimportedDomainssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an set for imported domains is
only assigned to the history item for the commit of the last change of the
set for imported domains. This method does not allow to access old versions.
historyItem - history item identifying the last change of the set for imported domains itemsjava.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainss()
java.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithDefaultCategory()
java.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainss()
java.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainss(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainss(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithDefaultCategory()
java.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ISetforexportedDomains> getAllRootSetforexportedDomainssWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ISetforexportedDomains> getAllSetforexportedDomainssForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an set for exported domains is
only assigned to the history item for the commit of the last change of the
set for exported domains. This method does not allow to access old versions.
historyItem - history item identifying the last change of the set for exported domains itemsjava.util.List<? extends IDomain> getAllDomains()
java.util.List<? extends IDomain> getAllDomains(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomain> getAllDomains(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomain> getAllDomainsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IDomain> getAllDomainsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomain> getAllDomainsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomain> getAllDomainsWithDefaultCategory()
java.util.List<? extends IDomain> getAllDomainsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomain> getAllDomainsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomain> getAllDomainsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an domain is
only assigned to the history item for the commit of the last change of the
domain. This method does not allow to access old versions.
historyItem - history item identifying the last change of the domain itemsjava.util.List<? extends IDomainVersion> getAllDomainVersions()
java.util.List<? extends IDomainVersion> getAllDomainVersions(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomainVersion> getAllDomainVersions(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomainVersion> getAllDomainVersionsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends IDomainVersion> getAllDomainVersionsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomainVersion> getAllDomainVersionsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomainVersion> getAllDomainVersionsWithDefaultCategory()
java.util.List<? extends IDomainVersion> getAllDomainVersionsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends IDomainVersion> getAllDomainVersionsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends IDomainVersion> getAllDomainVersionsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an domain version is
only assigned to the history item for the commit of the last change of the
domain version. This method does not allow to access old versions.
historyItem - history item identifying the last change of the domain version itemsjava.util.List<? extends ITypeofPublication> getAllTypeofPublications()
java.util.List<? extends ITypeofPublication> getAllTypeofPublications(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ITypeofPublication> getAllTypeofPublications(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithCategory(java.lang.String categoryID)
categoryID - the category IDjava.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithCategory(java.lang.String categoryID, int sortingCriterion)
categoryID - the category IDsortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithCategory(java.lang.String categoryID, java.lang.String sortingProperty)
categoryID - the category IDsortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithDefaultCategory()
java.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithDefaultCategory(int sortingCriterion)
sortingCriterion - specifies the criterion to be used for sorting (use the integer constants defined above)java.util.List<? extends ITypeofPublication> getAllTypeofPublicationsWithDefaultCategory(java.lang.String sortingProperty)
sortingProperty - specifies the custom property which shall be used as a criterion for sortingjava.util.List<? extends ITypeofPublication> getAllTypeofPublicationsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Note: For the purpose of this method, the current version of an type of publication is
only assigned to the history item for the commit of the last change of the
type of publication. This method does not allow to access old versions.
historyItem - history item identifying the last change of the type of publication itemsIChangeSet findChangeSet(java.lang.String path)
path - the pathIPublicationsFolder findPublicationsFolder(java.lang.String path)
path - the pathISetforimportedDomains findSetforimportedDomains(java.lang.String path)
path - the pathISetforexportedDomains findSetforexportedDomains(java.lang.String path)
path - the pathjava.util.List<java.lang.String> getKnownValuesForSetforimportedDomainsUpdateBehaviour()