Class Workflows
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.Entities<Workflow>
-
- org.nuxeo.client.objects.workflow.Workflows
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<Workflow>
public class Workflows extends Entities<Workflow>
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Workflowget(int id)Deprecated.since 3.2, useEntities.getEntry(int)insteadjava.util.List<Workflow>getWorkflows()Deprecated.since 3.2, useEntities.getEntries()instead-
Methods inherited from class org.nuxeo.client.objects.Entities
addEntry, getEntries, getEntry, isEmpty, iterator, size, sort, streamEntries
-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-
-
-
Constructor Detail
-
Workflows
public Workflows()
-
Workflows
public Workflows(java.util.List<? extends Workflow> entries)
-
-
Method Detail
-
getWorkflows
@Deprecated public java.util.List<Workflow> getWorkflows()
Deprecated.since 3.2, useEntities.getEntries()instead
-
get
@Deprecated public Workflow get(int id)
Deprecated.since 3.2, useEntities.getEntry(int)instead
-
-