| Modifier and Type | Method and Description |
|---|---|
IChange |
IChangeNote.getParentChange()
Returns the parent change.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChanges()
Returns all change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChanges(int sortingCriterion)
Returns all change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChanges(java.lang.String sortingProperty)
Returns all change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all change items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesForModelElement(java.lang.String modelElementUID)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all change items of the project which are linked to the given model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesNotLinkedToAnyModelElement()
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesNotLinkedToAnyModelElement(int sortingCriterion)
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all change items of the project which are not linked to any model element.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithCategory(java.lang.String categoryID)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithDefaultCategory()
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithDefaultCategory(int sortingCriterion)
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllChangesWithDefaultCategory(java.lang.String sortingProperty)
Returns all change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChanges()
Returns all root change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChanges(int sortingCriterion)
Returns all root change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChanges(java.lang.String sortingProperty)
Returns all root change items of the project.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithCategory(java.lang.String categoryID)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root change items of the project that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithDefaultCategory()
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithDefaultCategory(int sortingCriterion)
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeDocumentationDataProvider.getAllRootChangesWithDefaultCategory(java.lang.String sortingProperty)
Returns all root change items of the project that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildren()
Returns the change children.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildren(int sortingCriterion)
Returns the change children.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildren(java.lang.String sortingProperty)
Returns the change children.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithCategory(java.lang.String categoryID)
Returns the change children that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the change children that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the change children that belong to the specified category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithDefaultCategory()
Returns the change children that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithDefaultCategory(int sortingCriterion)
Returns the change children that belong to the default category.
|
java.util.List<? extends IChange> |
IChangeSet.getChangeChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the change children that belong to the default category.
|
java.util.Collection<IChange> |
ICrossModuleLinkReportDataProvider.getChanges(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the change items.
|
java.util.Collection<IChange> |
ICrossModuleLinkReportDataProvider.getChangesWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem,
java.lang.String categoryID)
Returns the change items that belong to the specified category.
|
java.util.Collection<IChange> |
ICrossModuleLinkReportDataProvider.getChangesWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData concernedItem)
Returns the change items that belong to the default category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludess()
Returns the referred includes items.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludess(int sortingCriterion)
Returns the referred includes items.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludess(java.lang.String sortingProperty)
Returns the referred includes items.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithCategory(java.lang.String categoryID)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the referred includes items that belong to the specified category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithDefaultCategory()
Returns the referred includes items that belong to the default category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithDefaultCategory(int sortingCriterion)
Returns the referred includes items that belong to the default category.
|
java.util.List<? extends IChange> |
IVersion.getReferredIncludessWithDefaultCategory(java.lang.String sortingProperty)
Returns the referred includes items that belong to the default category.
|