public class WorkflowModelSearchResult<T extends WorkflowModel>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WorkflowModelSearchResult(java.util.List<T> workflowModels,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
java.util.List<T> |
getWorkflowModels() |