Skip navigation links
C F G H I 

G

getAllApprovalNotes(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllApprovalNotes(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllApprovalNotesForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllApprovalNotesWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllApprovalNotesWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllApprovalNotesWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllApprovalNotesWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllApprovals(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project.
getAllApprovals(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project.
getAllApprovalsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllApprovalsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project that belong to the specified category.
getAllApprovalsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project that belong to the specified category.
getAllApprovalsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project that belong to the default category.
getAllApprovalsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all approval items of the project that belong to the default category.
getAllChangeNotes(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllChangeNotes(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllChangeNotesForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllChangeNotesWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllChangeNotesWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllChangeNotesWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllChangeNotesWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllChanges() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project.
getAllChanges(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project.
getAllChanges(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project.
getAllChangeSets() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project.
getAllChangeSets(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project.
getAllChangeSets(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project.
getAllChangeSetsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllChangeSetsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the specified category.
getAllChangeSetsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the specified category.
getAllChangeSetsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the specified category.
getAllChangeSetsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the default category.
getAllChangeSetsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the default category.
getAllChangeSetsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change set items of the project that belong to the default category.
getAllChangesForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllChangesForModelElement(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are linked to the given model element.
getAllChangesForModelElement(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are linked to the given model element.
getAllChangesForModelElement(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are linked to the given model element.
getAllChangesNotLinkedToAnyModelElement() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are not linked to any model element.
getAllChangesNotLinkedToAnyModelElement(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are not linked to any model element.
getAllChangesNotLinkedToAnyModelElement(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project which are not linked to any model element.
getAllChangesWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the specified category.
getAllChangesWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the specified category.
getAllChangesWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the specified category.
getAllChangesWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the default category.
getAllChangesWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the default category.
getAllChangesWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all change items of the project that belong to the default category.
getAllCoordinationNotes(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllCoordinationNotes(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project.
getAllCoordinationNotesForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllCoordinationNotesWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllCoordinationNotesWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the specified category.
getAllCoordinationNotesWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllCoordinationNotesWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all note items of the project that belong to the default category.
getAllCoordinations(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project.
getAllCoordinations(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project.
getAllCoordinationsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllCoordinationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project that belong to the specified category.
getAllCoordinationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project that belong to the specified category.
getAllCoordinationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project that belong to the default category.
getAllCoordinationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all coordination items of the project that belong to the default category.
getAllDomains() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project.
getAllDomains(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project.
getAllDomains(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project.
getAllDomainsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllDomainsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the specified category.
getAllDomainsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the specified category.
getAllDomainsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the specified category.
getAllDomainsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the default category.
getAllDomainsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the default category.
getAllDomainsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain items of the project that belong to the default category.
getAllDomainVersions() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project.
getAllDomainVersions(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project.
getAllDomainVersions(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project.
getAllDomainVersionsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllDomainVersionsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the specified category.
getAllDomainVersionsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the specified category.
getAllDomainVersionsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the specified category.
getAllDomainVersionsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the default category.
getAllDomainVersionsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the default category.
getAllDomainVersionsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all domain version items of the project that belong to the default category.
getAllGroupofPersons() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project.
getAllGroupofPersons(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project.
getAllGroupofPersons(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project.
getAllGroupofPersonsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllGroupofPersonsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the specified category.
getAllGroupofPersonsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the specified category.
getAllGroupofPersonsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the specified category.
getAllGroupofPersonsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the default category.
getAllGroupofPersonsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the default category.
getAllGroupofPersonsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all group of person items of the project that belong to the default category.
getAllPersons(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project.
getAllPersons(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project.
getAllPersonsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllPersonsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project that belong to the specified category.
getAllPersonsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project that belong to the specified category.
getAllPersonsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project that belong to the default category.
getAllPersonsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all person items of the project that belong to the default category.
getAllPublications() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project.
getAllPublications(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project.
getAllPublications(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project.
getAllPublicationsFolders() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project.
getAllPublicationsFolders(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project.
getAllPublicationsFolders(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project.
getAllPublicationsFoldersForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllPublicationsFoldersWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the specified category.
getAllPublicationsFoldersWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the specified category.
getAllPublicationsFoldersWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the specified category.
getAllPublicationsFoldersWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the default category.
getAllPublicationsFoldersWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the default category.
getAllPublicationsFoldersWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publications folder items of the project that belong to the default category.
getAllPublicationsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllPublicationsForModelElement(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are linked to the given model element.
getAllPublicationsForModelElement(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are linked to the given model element.
getAllPublicationsForModelElement(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are linked to the given model element.
getAllPublicationsNotLinkedToAnyModelElement() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are not linked to any model element.
getAllPublicationsNotLinkedToAnyModelElement(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are not linked to any model element.
getAllPublicationsNotLinkedToAnyModelElement(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project which are not linked to any model element.
getAllPublicationsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the specified category.
getAllPublicationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the specified category.
getAllPublicationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the specified category.
getAllPublicationsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the default category.
getAllPublicationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the default category.
getAllPublicationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all publication items of the project that belong to the default category.
getAllRootApprovals() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project.
getAllRootApprovals(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project.
getAllRootApprovals(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project.
getAllRootApprovalsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the specified category.
getAllRootApprovalsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the specified category.
getAllRootApprovalsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the specified category.
getAllRootApprovalsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the default category.
getAllRootApprovalsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the default category.
getAllRootApprovalsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root approval items of the project that belong to the default category.
getAllRootChanges() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project.
getAllRootChanges(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project.
getAllRootChanges(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project.
getAllRootChangeSets() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project.
getAllRootChangeSets(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project.
getAllRootChangeSets(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project.
getAllRootChangeSetsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the specified category.
getAllRootChangeSetsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the specified category.
getAllRootChangeSetsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the specified category.
getAllRootChangeSetsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the default category.
getAllRootChangeSetsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the default category.
getAllRootChangeSetsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change set items of the project that belong to the default category.
getAllRootChangesWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the specified category.
getAllRootChangesWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the specified category.
getAllRootChangesWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the specified category.
getAllRootChangesWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the default category.
getAllRootChangesWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the default category.
getAllRootChangesWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root change items of the project that belong to the default category.
getAllRootCoordinations() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project.
getAllRootCoordinations(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project.
getAllRootCoordinations(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project.
getAllRootCoordinationsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the specified category.
getAllRootCoordinationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the specified category.
getAllRootCoordinationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the specified category.
getAllRootCoordinationsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the default category.
getAllRootCoordinationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the default category.
getAllRootCoordinationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root coordination items of the project that belong to the default category.
getAllRootPublications() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project.
getAllRootPublications(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project.
getAllRootPublications(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project.
getAllRootPublicationsFolders() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project.
getAllRootPublicationsFolders(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project.
getAllRootPublicationsFolders(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project.
getAllRootPublicationsFoldersWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the specified category.
getAllRootPublicationsFoldersWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the specified category.
getAllRootPublicationsFoldersWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the specified category.
getAllRootPublicationsFoldersWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the default category.
getAllRootPublicationsFoldersWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the default category.
getAllRootPublicationsFoldersWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publications folder items of the project that belong to the default category.
getAllRootPublicationsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the specified category.
getAllRootPublicationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the specified category.
getAllRootPublicationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the specified category.
getAllRootPublicationsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the default category.
getAllRootPublicationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the default category.
getAllRootPublicationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root publication items of the project that belong to the default category.
getAllRootSetforexportedDomainss() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project.
getAllRootSetforexportedDomainss(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project.
getAllRootSetforexportedDomainss(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project.
getAllRootSetforexportedDomainssWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the specified category.
getAllRootSetforexportedDomainssWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the specified category.
getAllRootSetforexportedDomainssWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the specified category.
getAllRootSetforexportedDomainssWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the default category.
getAllRootSetforexportedDomainssWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the default category.
getAllRootSetforexportedDomainssWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for exported domains items of the project that belong to the default category.
getAllRootSetforimportedDomainss() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project.
getAllRootSetforimportedDomainss(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project.
getAllRootSetforimportedDomainss(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project.
getAllRootSetforimportedDomainssWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the specified category.
getAllRootSetforimportedDomainssWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the specified category.
getAllRootSetforimportedDomainssWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the specified category.
getAllRootSetforimportedDomainssWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the default category.
getAllRootSetforimportedDomainssWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the default category.
getAllRootSetforimportedDomainssWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all root set for imported domains items of the project that belong to the default category.
getAllSetforexportedDomainss() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project.
getAllSetforexportedDomainss(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project.
getAllSetforexportedDomainss(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project.
getAllSetforexportedDomainssForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllSetforexportedDomainssWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the specified category.
getAllSetforexportedDomainssWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the specified category.
getAllSetforexportedDomainssWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the specified category.
getAllSetforexportedDomainssWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the default category.
getAllSetforexportedDomainssWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the default category.
getAllSetforexportedDomainssWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for exported domains items of the project that belong to the default category.
getAllSetforimportedDomainss() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project.
getAllSetforimportedDomainss(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project.
getAllSetforimportedDomainss(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project.
getAllSetforimportedDomainssForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllSetforimportedDomainssWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the specified category.
getAllSetforimportedDomainssWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the specified category.
getAllSetforimportedDomainssWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the specified category.
getAllSetforimportedDomainssWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the default category.
getAllSetforimportedDomainssWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the default category.
getAllSetforimportedDomainssWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all set for imported domains items of the project that belong to the default category.
getAllTypeofPublications() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project.
getAllTypeofPublications(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project.
getAllTypeofPublications(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project.
getAllTypeofPublicationsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllTypeofPublicationsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the specified category.
getAllTypeofPublicationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the specified category.
getAllTypeofPublicationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the specified category.
getAllTypeofPublicationsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the default category.
getAllTypeofPublicationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the default category.
getAllTypeofPublicationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all type of publication items of the project that belong to the default category.
getAllVersions() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project.
getAllVersions(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project.
getAllVersions(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project.
getAllVersionsForHistoryItem(IHistoryEntry) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
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).
getAllVersionsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the specified category.
getAllVersionsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the specified category.
getAllVersionsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the specified category.
getAllVersionsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the default category.
getAllVersionsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the default category.
getAllVersionsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns all version items of the project that belong to the default category.
getApprovalChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children.
getApprovalChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children.
getApprovalChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children.
getApprovalChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children.
getApprovalChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children.
getApprovalChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children.
getApprovalChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the specified category.
getApprovalChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the specified category.
getApprovalChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the specified category.
getApprovalChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the specified category.
getApprovalChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the specified category.
getApprovalChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the specified category.
getApprovalChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the default category.
getApprovalChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the default category.
getApprovalChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the approval children that belong to the default category.
getApprovalChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the default category.
getApprovalChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the default category.
getApprovalChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the approval children that belong to the default category.
getApprovalNoteChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children.
getApprovalNoteChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children.
getApprovalNoteChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children.
getApprovalNoteChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the specified category.
getApprovalNoteChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the specified category.
getApprovalNoteChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the specified category.
getApprovalNoteChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the default category.
getApprovalNoteChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the default category.
getApprovalNoteChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the note children that belong to the default category.
getBugfixCounterMicro() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomainVersion
Returns the bugfix counter (micro) of the domain version.
getChangeChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children.
getChangeChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children.
getChangeChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children.
getChangeChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the specified category.
getChangeChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the specified category.
getChangeChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the specified category.
getChangeChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the default category.
getChangeChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the default category.
getChangeChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change children that belong to the default category.
getChangeIDPrefix() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the id prefix for new change child items.
getChangeNoteChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children.
getChangeNoteChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children.
getChangeNoteChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children.
getChangeNoteChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the specified category.
getChangeNoteChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the specified category.
getChangeNoteChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the specified category.
getChangeNoteChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the default category.
getChangeNoteChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the default category.
getChangeNoteChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the note children that belong to the default category.
getChanges(IModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the change items.
getChangeSetChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children.
getChangeSetChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children.
getChangeSetChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children.
getChangeSetChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the specified category.
getChangeSetChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the specified category.
getChangeSetChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the specified category.
getChangeSetChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the default category.
getChangeSetChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the default category.
getChangeSetChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the change set children that belong to the default category.
getChangesWithCategory(IModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the change items that belong to the specified category.
getChangesWithDefaultCategory(IModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the change items that belong to the default category.
getCompatibilityCounterMajor() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomainVersion
Returns the compatibility counter (major) of the domain version.
getConcernedItems(IGenericModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items.
getConcernedItems(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items of the specified type.
getConcernedItemsWithCategory(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items that belong to the specified category.
getConcernedItemsWithCategory(IGenericModuleData, String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items of the specified type that belong to the specified category.
getConcernedItemsWithDefaultCategory(IGenericModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items that belong to the default category.
getConcernedItemsWithDefaultCategory(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the concerned item items of the specified type that belong to the default category.
getCoordinationChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children.
getCoordinationChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children.
getCoordinationChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children.
getCoordinationChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children.
getCoordinationChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children.
getCoordinationChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children.
getCoordinationChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the specified category.
getCoordinationChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the default category.
getCoordinationChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the default category.
getCoordinationChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the coordination children that belong to the default category.
getCoordinationChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the default category.
getCoordinationChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the default category.
getCoordinationChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the coordination children that belong to the default category.
getCoordinationNoteChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children.
getCoordinationNoteChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children.
getCoordinationNoteChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children.
getCoordinationNoteChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the specified category.
getCoordinationNoteChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the specified category.
getCoordinationNoteChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the specified category.
getCoordinationNoteChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the default category.
getCoordinationNoteChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the default category.
getCoordinationNoteChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the note children that belong to the default category.
getCoordinationPartner() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the coordination partner of the coordination.
getDescription() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the description of the change.
getDescription() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the description of the domain.
getDomainChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children.
getDomainChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children.
getDomainChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children.
getDomainChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children.
getDomainChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children.
getDomainChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children.
getDomainChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the specified category.
getDomainChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the default category.
getDomainChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the default category.
getDomainChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the domain children that belong to the default category.
getDomainChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the default category.
getDomainChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the default category.
getDomainChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the domain children that belong to the default category.
getDomainVersionChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children.
getDomainVersionChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children.
getDomainVersionChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children.
getDomainVersionChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the specified category.
getDomainVersionChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the specified category.
getDomainVersionChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the specified category.
getDomainVersionChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the default category.
getDomainVersionChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the default category.
getDomainVersionChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the domain version children that belong to the default category.
getEditor() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the editor of the change.
getFeatureCounterMinor() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomainVersion
Returns the feature counter (minor) of the domain version.
getGroupofPersonChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children.
getGroupofPersonChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children.
getGroupofPersonChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children.
getGroupofPersonChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the specified category.
getGroupofPersonChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the specified category.
getGroupofPersonChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the specified category.
getGroupofPersonChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the default category.
getGroupofPersonChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the default category.
getGroupofPersonChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the group of person children that belong to the default category.
getID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the id of the change.
getID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the id of the domain.
getID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the id of the publication.
getID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the id of the type of publication.
getIDandName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the id and name of the change.
getIDandName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the id and name of the domain.
getIDandName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the id and name of the type of publication.
getIDandTitle() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the id and title of the publication.
getKnownValuesForSetforimportedDomainsUpdateBehaviour() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Returns the known values for the update behaviour of set for imported domains items.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the name of the change.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the name of the change set.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the name of the domain.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the name of the group of person.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the name of the set for exported domains.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the name of the set for imported domains.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the name of the type of publication.
getName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the name of the version.
getObjectTypeName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the object type name of the approval.
getObjectTypeName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApprovalNote
Returns the object type name of the note.
getObjectTypeName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeNote
Returns the object type name of the note.
getObjectTypeName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the object type name of the coordination.
getObjectTypeName() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordinationNote
Returns the object type name of the note.
getParentApproval() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApprovalNote
Returns the parent approval.
getParentChange() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeNote
Returns the parent change.
getParentChangeSet() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the parent change set.
getParentChangeSet() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeSet
Returns the parent change set.
getParentCoordination() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordinationNote
Returns the parent coordination.
getParentDomain() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomainVersion
Returns the parent domain.
getParentDomain() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the parent domain.
getParentGroupofPerson() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPerson
Returns the parent group of person.
getParentPublication() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the parent publication.
getParentPublication() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the parent publication.
getParentPublicationsFolder() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the parent publications folder.
getParentPublicationsFolder() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the parent publications folder.
getParentPublicationsFolder() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the parent publications folder.
getParentPublicationsFolder() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the parent publications folder.
getParentSetforexportedDomains() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the parent set for exported domains.
getParentSetforexportedDomains() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the parent set for exported domains.
getParentSetforimportedDomains() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the parent set for imported domains.
getParentSetforimportedDomains() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the parent set for imported domains.
getParentVersion() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the parent version.
getParentVersion() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordination
Returns the parent version.
getPerson() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPerson
Returns the person of the person.
getPersonChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children.
getPersonChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children.
getPersonChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children.
getPersonChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the specified category.
getPersonChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the specified category.
getPersonChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the specified category.
getPersonChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the default category.
getPersonChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the default category.
getPersonChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IGroupofPerson
Returns the person children that belong to the default category.
getPersonresponsible() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApproval
Returns the person responsible of the approval.
getPublicationChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children.
getPublicationChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children.
getPublicationChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children.
getPublicationChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the specified category.
getPublicationChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the specified category.
getPublicationChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the specified category.
getPublicationChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the default category.
getPublicationChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the default category.
getPublicationChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publication children that belong to the default category.
getPublicationIDPrefix() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the id prefix for new publication child items.
getPublications(IModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the publication items.
getPublications() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items.
getPublications(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items.
getPublications(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items.
getPublicationsFolderChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children.
getPublicationsFolderChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children.
getPublicationsFolderChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children.
getPublicationsFolderChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the specified category.
getPublicationsFolderChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the specified category.
getPublicationsFolderChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the specified category.
getPublicationsFolderChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the default category.
getPublicationsFolderChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the default category.
getPublicationsFolderChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the publications folder children that belong to the default category.
getPublicationsWithCategory(IModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the publication items that belong to the specified category.
getPublicationsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the specified category.
getPublicationsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the specified category.
getPublicationsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the specified category.
getPublicationsWithDefaultCategory(IModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the publication items that belong to the default category.
getPublicationsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the default category.
getPublicationsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the default category.
getPublicationsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ITypeofPublication
Returns the publication items that belong to the default category.
getPublicationType() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the linked publication type or null if none is linked.
getReferences(IGenericModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items.
getReferences(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items of the specified type.
getReferencesWithCategory(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items that belong to the specified category.
getReferencesWithCategory(IGenericModuleData, String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items of the specified type that belong to the specified category.
getReferencesWithDefaultCategory(IGenericModuleData) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items that belong to the default category.
getReferencesWithDefaultCategory(IGenericModuleData, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICrossModuleLinkReportDataProvider
Returns the reference items of the specified type that belong to the default category.
getReferredIncludess() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items.
getReferredIncludess(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items.
getReferredIncludess(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items.
getReferredIncludessWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the specified category.
getReferredIncludessWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the specified category.
getReferredIncludessWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the specified category.
getReferredIncludessWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the default category.
getReferredIncludessWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the default category.
getReferredIncludessWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IVersion
Returns the referred includes items that belong to the default category.
getSetforexportedDomainsChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children.
getSetforexportedDomainsChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children.
getSetforexportedDomainsChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children.
getSetforexportedDomainsChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the specified category.
getSetforexportedDomainsChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the specified category.
getSetforexportedDomainsChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the specified category.
getSetforexportedDomainsChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the default category.
getSetforexportedDomainsChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the default category.
getSetforexportedDomainsChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforexportedDomains
Returns the set for exported domains children that belong to the default category.
getSetforimportedDomainsChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children.
getSetforimportedDomainsChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children.
getSetforimportedDomainsChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children.
getSetforimportedDomainsChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the specified category.
getSetforimportedDomainsChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the specified category.
getSetforimportedDomainsChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the specified category.
getSetforimportedDomainsChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the default category.
getSetforimportedDomainsChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the default category.
getSetforimportedDomainsChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the set for imported domains children that belong to the default category.
getSORT_APPROVAL_BY_OBJECTTYPENAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting approval items by object type name.
getSORT_APPROVAL_BY_PERSONRESPONSIBLE() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting approval items by person responsible.
getSORT_APPROVALNOTE_BY_OBJECTTYPENAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting note items by object type name.
getSORT_CHANGE_BY_EDITOR() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting change items by editor.
getSORT_CHANGE_BY_ID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting change items by id.
getSORT_CHANGE_BY_IDANDNAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting change items by id and name.
getSORT_CHANGE_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting change items by name.
getSORT_CHANGENOTE_BY_OBJECTTYPENAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting note items by object type name.
getSORT_CHANGESET_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting change set items by name.
getSORT_COORDINATION_BY_COORDINATIONPARTNER() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting coordination items by coordination partner.
getSORT_COORDINATION_BY_OBJECTTYPENAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting coordination items by object type name.
getSORT_COORDINATIONNOTE_BY_OBJECTTYPENAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting note items by object type name.
getSORT_DOMAIN_BY_ID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain items by id.
getSORT_DOMAIN_BY_IDANDNAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain items by id and name.
getSORT_DOMAIN_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain items by name.
getSORT_DOMAINVERSION_BY_BUGFIXCOUNTERMICRO() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain version items by bugfix counter (micro).
getSORT_DOMAINVERSION_BY_COMPATIBILITYCOUNTERMAJOR() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain version items by compatibility counter (major).
getSORT_DOMAINVERSION_BY_FEATURECOUNTERMINOR() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain version items by feature counter (minor).
getSORT_DOMAINVERSION_BY_VERSION() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting domain version items by version.
getSORT_GROUPOFPERSON_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting group of person items by name.
getSORT_PERSON_BY_PERSON() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting person items by person.
getSORT_PUBLICATION_BY_ID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting publication items by id.
getSORT_PUBLICATION_BY_IDANDTITLE() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting publication items by id and title.
getSORT_PUBLICATION_BY_TITLE() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting publication items by title.
getSORT_PUBLICATIONSFOLDER_BY_TITLE() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting publications folder items by title.
getSORT_SETFOREXPORTEDDOMAINS_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting set for exported domains items by name.
getSORT_SETFORIMPORTEDDOMAINS_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting set for imported domains items by name.
getSORT_SETFORIMPORTEDDOMAINS_BY_UPDATEBEHAVIOUR() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting set for imported domains items by update behaviour.
getSORT_TYPEOFPUBLICATION_BY_ID() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting type of publication items by id.
getSORT_TYPEOFPUBLICATION_BY_IDANDNAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting type of publication items by id and name.
getSORT_TYPEOFPUBLICATION_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting type of publication items by name.
getSORT_VERSION_BY_NAME() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeDocumentationDataProvider
Constant for sorting version items by name.
getText() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IApprovalNote
Returns the text of the note.
getText() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChangeNote
Returns the text of the note.
getText() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ICoordinationNote
Returns the text of the note.
getTitle() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the title of the publication.
getTitle() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublicationsFolder
Returns the title of the publications folder.
getTypeofPublicationChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children.
getTypeofPublicationChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children.
getTypeofPublicationChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children.
getTypeofPublicationChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the specified category.
getTypeofPublicationChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the specified category.
getTypeofPublicationChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the specified category.
getTypeofPublicationChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the default category.
getTypeofPublicationChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the default category.
getTypeofPublicationChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the type of publication children that belong to the default category.
getTypeofPublicationIDPrefix() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomain
Returns the id prefix for new type of publication child items.
getUpdateBehaviour() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.ISetforimportedDomains
Returns the update behaviour of the set for imported domains.
getUsedins() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items.
getUsedins(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items.
getUsedins(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items.
getUsedinsWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the specified category.
getUsedinsWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the specified category.
getUsedinsWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the specified category.
getUsedinsWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the default category.
getUsedinsWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the default category.
getUsedinsWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IChange
Returns the used in items that belong to the default category.
getVersion() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IDomainVersion
Returns the version of the domain version.
getVersionChildren() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children.
getVersionChildren(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children.
getVersionChildren(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children.
getVersionChildrenWithCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the specified category.
getVersionChildrenWithCategory(String, int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the specified category.
getVersionChildrenWithCategory(String, String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the specified category.
getVersionChildrenWithDefaultCategory() - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the default category.
getVersionChildrenWithDefaultCategory(int) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the default category.
getVersionChildrenWithDefaultCategory(String) - Method in interface com.arcway.cockpit.genericmodule.changedocumentationmodule.docgen.provider.interfaces.IPublication
Returns the version children that belong to the default category.
C F G H I 
Skip navigation links