public class Workflows extends Entities<Workflow>
entityType| Constructor and Description |
|---|
Workflows() |
Workflows(List<? extends Workflow> entries) |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
get(int id)
Deprecated.
since 3.2, use
Entities.getEntry(int) instead |
List<Workflow> |
getWorkflows()
Deprecated.
since 3.2, use
Entities.getEntries() instead |
addEntry, getEntries, getEntry, isEmpty, iterator, size, sort, streamEntriesgetEntityTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Deprecated public List<Workflow> getWorkflows()
Entities.getEntries() instead@Deprecated public Workflow get(int id)
Entities.getEntry(int) insteadCopyright © 2018 Nuxeo. All rights reserved.