public class Step extends Object
Constructor and Description |
---|
Step() |
Modifier and Type | Method and Description |
---|---|
List<Action> |
getActions()
getActions
|
ProcessBehavior |
getBehavior() |
Distribution |
getDistribution()
getDistribution
|
String |
getId() |
PauseOrCancelAction |
getPauseOrCancelAction() |
String |
getStepName() |
ItemStatus |
getStepResponses() |
String |
getWorkerGroupId() |
boolean |
isBlocking() |
Step |
setActions(List<Action> actions) |
Step |
setBehavior(ProcessBehavior behavior) |
Step |
setDistribution(Distribution distribution)
setDistribution
|
void |
setId(String id) |
Step |
setPauseOrCancelAction(PauseOrCancelAction pauseOrCancelAction) |
Step |
setStepName(String stepName) |
Step |
setStepResponses(ItemStatus stepResponses) |
Step |
setWorkerGroupId(String workerGroupId) |
boolean |
shallStop() |
public String getId()
public void setId(String id)
public List<Action> getActions()
public Step setActions(List<Action> actions)
actions
- the list of actionspublic String getWorkerGroupId()
public Step setWorkerGroupId(String workerGroupId)
workerGroupId
- the id of the WorkerGroup for the steppublic String getStepName()
public Step setStepName(String stepName)
stepName
- the step Name to setpublic Distribution getDistribution()
public Step setDistribution(Distribution distribution)
distribution
- objectpublic ProcessBehavior getBehavior()
public Step setBehavior(ProcessBehavior behavior)
behavior
- the Process Behavior to setpublic ItemStatus getStepResponses()
public Step setStepResponses(ItemStatus stepResponses)
stepResponses
- the stepResponses to setpublic boolean shallStop()
public boolean isBlocking()
public PauseOrCancelAction getPauseOrCancelAction()
public Step setPauseOrCancelAction(PauseOrCancelAction pauseOrCancelAction)
Copyright © 2018 Vitam. All rights reserved.