public class SearchWorkflowInstances extends Object implements Serializable
| Constructor and Description |
|---|
SearchWorkflowInstances() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getLabel1() |
List<String> |
getLabel2() |
int |
getLength() |
List<Long> |
getRefNum() |
int |
getStart() |
List<WorkflowInstanceFacadeStatus> |
getStatus() |
List<String> |
getWorkflowName() |
void |
setLabel1(List<String> label1) |
void |
setLabel2(List<String> label2) |
void |
setLength(int length) |
void |
setRefNum(List<Long> refNum) |
void |
setStart(int start) |
void |
setStatus(List<WorkflowInstanceFacadeStatus> status) |
void |
setWorkflowName(List<String> workflowName) |
public List<WorkflowInstanceFacadeStatus> getStatus()
public void setStatus(List<WorkflowInstanceFacadeStatus> status)
public int getStart()
public void setStart(int start)
public int getLength()
public void setLength(int length)
Copyright © 2017. All rights reserved.