filenet.vw.api
Class VWWorkflowResults
- java.lang.Object
-
- filenet.vw.api.VWWorkflowResults
-
- All Implemented Interfaces:
- java.io.Serializable
public class VWWorkflowResults extends java.lang.Object implements java.io.SerializableContainer used to fetch dynamic workflow definitions.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description VWWorkflowDefinition[]getDynamicWorkflowDefinitions()booleanisDone()
-
-
-
Method Detail
-
getDynamicWorkflowDefinitions
public VWWorkflowDefinition[] getDynamicWorkflowDefinitions()
- Returns:
- the workflow definitions that match the query
-
isDone
public boolean isDone()
- Returns:
- true for done if there are no more workflow definitions matching the query
-
-