public class ActionDefinition extends Object
| Constructor and Description | 
|---|
| ActionDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActionKey() | 
| ProcessBehavior | getBehavior() | 
| List<IOParameter> | getIn() | 
| List<IOParameter> | getOut() | 
| ActionDefinition | setActionKey(String actionKey)set action key | 
| ActionDefinition | setBehavior(ProcessBehavior behavior)set action type | 
| ActionDefinition | setIn(List<IOParameter> in) | 
| ActionDefinition | setOut(List<IOParameter> out) | 
public String getActionKey()
public ActionDefinition setActionKey(String actionKey)
actionKey - the key of the actionpublic ProcessBehavior getBehavior()
public ActionDefinition setBehavior(ProcessBehavior behavior)
behavior - the process behaviorpublic List<IOParameter> getIn()
public ActionDefinition setIn(List<IOParameter> in)
in - the in to setpublic List<IOParameter> getOut()
public ActionDefinition setOut(List<IOParameter> out)
out - the out to setCopyright © 2018 Vitam. All rights reserved.