Package com.openkm.sdk4j.bean.workflow
Class ProcessInstanceResultSet
- java.lang.Object
-
- com.openkm.sdk4j.bean.workflow.ProcessInstanceResultSet
-
- All Implemented Interfaces:
Serializable
public class ProcessInstanceResultSet extends Object implements Serializable
ProcessInstanceResultSet- Author:
- jllort
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceResultSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProcessInstance>getResults()longgetTotal()voidsetResults(List<ProcessInstance> results)voidsetTotal(long total)StringtoString()
-
-
-
Method Detail
-
getResults
public List<ProcessInstance> getResults()
-
setResults
public void setResults(List<ProcessInstance> results)
-
getTotal
public long getTotal()
-
setTotal
public void setTotal(long total)
-
-