public class WorkflowInstanceRestModel extends Object implements Serializable
| Constructor and Description |
|---|
WorkflowInstanceRestModel() |
WorkflowInstanceRestModel(long refNum,
String workflowName,
Integer workflowVersion,
String label1,
String label2,
ee.telekom.workflow.core.workflowinstance.WorkflowInstanceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel1() |
String |
getLabel2() |
long |
getRefNum() |
ee.telekom.workflow.core.workflowinstance.WorkflowInstanceStatus |
getStatus() |
String |
getWorkflowName() |
Integer |
getWorkflowVersion() |
public long getRefNum()
public String getWorkflowName()
public Integer getWorkflowVersion()
public String getLabel1()
public String getLabel2()
public ee.telekom.workflow.core.workflowinstance.WorkflowInstanceStatus getStatus()
Copyright © 2016. All rights reserved.