public class HybrisProcess extends Process
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
nodeMap |
protected Process |
process |
contextParameter, defaultNodeGroup, name, nodes, onError, processClass, start| Constructor and Description |
|---|
HybrisProcess() |
HybrisProcess(Process process) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(java.lang.Object node) |
java.util.List<ContextParameter> |
getContextParameter()
Gets the value of the contextParameter property.
|
java.lang.String |
getDefaultNodeGroup()
Gets the value of the defaultNodeGroup property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getNode(java.lang.String id) |
<T> T |
getNode(java.lang.String id,
java.lang.Class<T> type) |
java.lang.String |
getNodeId(java.lang.Object hybrisNode) |
java.util.List<java.lang.Object> |
getNodes()
Gets the value of the nodes property.
|
java.lang.String |
getOnError()
Gets the value of the onError property.
|
java.lang.String |
getProcessClass()
Gets the value of the processClass property.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
void |
setDefaultNodeGroup(java.lang.String value)
Sets the value of the defaultNodeGroup property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOnError(java.lang.String value)
Sets the value of the onError property.
|
void |
setProcessClass(java.lang.String value)
Sets the value of the processClass property.
|
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
protected Process process
protected java.util.Map<java.lang.String,java.lang.Object> nodeMap
public HybrisProcess()
public HybrisProcess(Process process)
public java.lang.String getName()
Processpublic void setName(java.lang.String value)
Processpublic java.lang.String getProcessClass()
ProcessgetProcessClass in class ProcessStringpublic java.lang.String getStart()
Processpublic void setStart(java.lang.String value)
Processpublic java.lang.String getOnError()
ProcessgetOnError in class ProcessStringpublic void setOnError(java.lang.String value)
ProcesssetOnError in class Processvalue - allowed object is
Stringpublic void setProcessClass(java.lang.String value)
ProcesssetProcessClass in class Processvalue - allowed object is
Stringpublic java.lang.String getDefaultNodeGroup()
ProcessgetDefaultNodeGroup in class ProcessStringpublic void setDefaultNodeGroup(java.lang.String value)
ProcesssetDefaultNodeGroup in class Processvalue - allowed object is
Stringpublic java.util.List<ContextParameter> getContextParameter()
Process
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contextParameter property.
For example, to add a new item, do as follows:
getContextParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ContextParameter
getContextParameter in class Processpublic java.util.List<java.lang.Object> getNodes()
Process
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nodes property.
For example, to add a new item, do as follows:
getNodes().add(newItem);
Objects of the following type(s) are allowed in the list
Action
ScriptAction
Split
Wait
End
Join
Notify
public java.lang.String getNodeId(java.lang.Object hybrisNode)
public void addNode(java.lang.Object node)
public java.lang.Object getNode(java.lang.String id)
public <T> T getNode(java.lang.String id,
java.lang.Class<T> type)
Copyright © 2018 SAP SE. All Rights Reserved.