| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IValue> |
ICrmDocumentationDataProvider.getAllValues()
Returns all value items of the project.
|
java.util.List<? extends IValue> |
ICrmDocumentationDataProvider.getAllValues(int sortingCriterion)
Returns all value items of the project.
|
java.util.List<? extends IValue> |
ICrmDocumentationDataProvider.getAllValues(java.lang.String sortingProperty)
Returns all value items of the project.
|
java.util.List<? extends IValue> |
ICrmDocumentationDataProvider.getAllValuesForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all value 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 IValue> |
IListofValues.getValueChildren()
Returns the value children.
|
java.util.List<? extends IValue> |
IListofValues.getValueChildren(int sortingCriterion)
Returns the value children.
|
java.util.List<? extends IValue> |
IListofValues.getValueChildren(java.lang.String sortingProperty)
Returns the value children.
|