public class DefaultProcess extends java.lang.Object implements ExecutionProcess
ExecutionProcess as a bean.COMPLETED, ERROR, INITIALIZED, KILLED, NEW, PURGED, RUNNING, SCHEDULED, UNKOWN| Constructor and Description |
|---|
DefaultProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSteps(java.util.List<ExecutionStep> steps) |
java.util.List<RealizedFlow> |
getRealizedFlows() |
java.lang.String |
getStatus()
The current status of this process.
|
java.util.List<ExecutionStep> |
getSteps() |
java.lang.String |
getUuid()
The UUID of this process.
|
void |
setRealizedFlows(java.util.List<RealizedFlow> realizedFlows) |
void |
setStatus(java.lang.String status)
Sets the current status of this process
|
void |
setSteps(java.util.List<ExecutionStep> steps) |
void |
setUuid(java.lang.String uuid) |
public java.lang.String getUuid()
ExecutionProcessgetUuid in interface ExecutionProcesspublic java.lang.String getStatus()
ExecutionProcessgetStatus in interface ExecutionProcesspublic void setStatus(java.lang.String status)
ExecutionProcesssetStatus in interface ExecutionProcesspublic void addSteps(java.util.List<ExecutionStep> steps)
addSteps in interface ExecutionProcesspublic java.util.List<RealizedFlow> getRealizedFlows()
getRealizedFlows in interface ExecutionProcesspublic java.util.List<ExecutionStep> getSteps()
public void setSteps(java.util.List<ExecutionStep> steps)
public void setUuid(java.lang.String uuid)
public void setRealizedFlows(java.util.List<RealizedFlow> realizedFlows)
Copyright © 2007–2020. All rights reserved.