public class ScriptAction
extends java.lang.Object
Java class for scriptAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scriptAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" type="{http://www.hybris.de/xsd/processdefinition}script"/>
<element name="parameter" type="{http://www.hybris.de/xsd/processdefinition}parameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="transition" type="{http://www.hybris.de/xsd/processdefinition}transition" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://www.hybris.de/xsd/processdefinition}nodeAttributes"/>
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="nodeGroup" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="canJoinPreviousNode" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
canJoinPreviousNode |
protected java.lang.String |
id |
protected java.lang.Integer |
node |
protected java.lang.String |
nodeGroup |
protected java.util.List<Parameter> |
parameter |
protected Script |
script |
protected java.util.List<Transition> |
transition |
| Constructor and Description |
|---|
ScriptAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.Integer |
getNode()
Gets the value of the node property.
|
java.lang.String |
getNodeGroup()
Gets the value of the nodeGroup property.
|
java.util.List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
Script |
getScript()
Gets the value of the script property.
|
java.util.List<Transition> |
getTransition()
Gets the value of the transition property.
|
java.lang.Boolean |
isCanJoinPreviousNode()
Gets the value of the canJoinPreviousNode property.
|
void |
setCanJoinPreviousNode(java.lang.Boolean value)
Sets the value of the canJoinPreviousNode property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setNode(java.lang.Integer value)
Sets the value of the node property.
|
void |
setNodeGroup(java.lang.String value)
Sets the value of the nodeGroup property.
|
void |
setScript(Script value)
Sets the value of the script property.
|
protected Script script
protected java.util.List<Parameter> parameter
protected java.util.List<Transition> transition
protected java.lang.Integer node
protected java.lang.String nodeGroup
protected java.lang.Boolean canJoinPreviousNode
protected java.lang.String id
public Script getScript()
Scriptpublic void setScript(Script value)
value - allowed object is
Scriptpublic java.util.List<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public java.util.List<Transition> getTransition()
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 transition property.
For example, to add a new item, do as follows:
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
Transition
public java.lang.Integer getNode()
Integerpublic void setNode(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getNodeGroup()
Stringpublic void setNodeGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isCanJoinPreviousNode()
Booleanpublic void setCanJoinPreviousNode(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.