| Modifier and Type | Method and Description |
|---|---|
IListofValues |
IField.getListofValues()
Returns the linked list of values or null if none is linked.
|
IListofValues |
IValue.getParentListofValues()
Returns the parent list of values.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllListofValuess()
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllListofValuess(int sortingCriterion)
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllListofValuess(java.lang.String sortingProperty)
Returns all list of values items of the project.
|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllListofValuessForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all list of values 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 IListofValues> |
ICrmDocumentationDataProvider.getAllRootListofValuess()
Returns all root list of values items of the project.
|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllRootListofValuess(int sortingCriterion)
Returns all root list of values items of the project.
|
java.util.List<? extends IListofValues> |
ICrmDocumentationDataProvider.getAllRootListofValuess(java.lang.String sortingProperty)
Returns all root list of values items of the project.
|
java.util.List<? extends IListofValues> |
IFolder.getListofValuesChildren()
Returns the list of values children.
|
java.util.List<? extends IListofValues> |
IFolder.getListofValuesChildren(int sortingCriterion)
Returns the list of values children.
|
java.util.List<? extends IListofValues> |
IFolder.getListofValuesChildren(java.lang.String sortingProperty)
Returns the list of values children.
|