| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitys()
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitys(int sortingCriterion)
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitys(java.lang.String sortingProperty)
Returns all opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all opportunity 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 IOpportunity> |
ISwotDataProvider.getAllOpportunitysForModelElement(java.lang.String modelElementUID)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysForModelElement(java.lang.String modelElementUID,
int sortingCriterion)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysForModelElement(java.lang.String modelElementUID,
java.lang.String sortingProperty)
Returns all opportunity items of the project which are linked to the given model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysNotLinkedToAnyModelElement()
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysNotLinkedToAnyModelElement(int sortingCriterion)
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysNotLinkedToAnyModelElement(java.lang.String sortingProperty)
Returns all opportunity items of the project which are not linked to any model element.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithCategory(java.lang.String categoryID)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithDefaultCategory()
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithDefaultCategory(int sortingCriterion)
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitys()
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitys(int sortingCriterion)
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitys(java.lang.String sortingProperty)
Returns all root opportunity items of the project.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithCategory(java.lang.String categoryID)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root opportunity items of the project that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithDefaultCategory()
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithDefaultCategory(int sortingCriterion)
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
ISwotDataProvider.getAllRootOpportunitysWithDefaultCategory(java.lang.String sortingProperty)
Returns all root opportunity items of the project that belong to the default category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildren()
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildren(int sortingCriterion)
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildren(java.lang.String sortingProperty)
Returns the opportunity children.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithCategory(java.lang.String categoryID)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the opportunity children that belong to the specified category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithDefaultCategory()
Returns the opportunity children that belong to the default category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithDefaultCategory(int sortingCriterion)
Returns the opportunity children that belong to the default category.
|
java.util.List<? extends IOpportunity> |
IFolder.getOpportunityChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the opportunity children that belong to the default category.
|
java.util.Collection<IOpportunity> |
ICrossModuleLinkReportDataProvider.getOpportunitys(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the opportunity items.
|
java.util.Collection<IOpportunity> |
ICrossModuleLinkReportDataProvider.getOpportunitysWithCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action,
java.lang.String categoryID)
Returns the opportunity items that belong to the specified category.
|
java.util.Collection<IOpportunity> |
ICrossModuleLinkReportDataProvider.getOpportunitysWithDefaultCategory(com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData action)
Returns the opportunity items that belong to the default category.
|