Class ScriptAction
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getNode()Gets the value of the node property.Gets the value of the nodeGroup property.Gets the value of the parameter property.Gets the value of the script property.Gets the value of the transition property.Gets the value of the canJoinPreviousNode property.voidsetCanJoinPreviousNode(Boolean value) Sets the value of the canJoinPreviousNode property.voidSets the value of the id property.voidSets the value of the node property.voidsetNodeGroup(String value) Sets the value of the nodeGroup property.voidSets the value of the script property.
-
Field Details
-
script
-
parameter
-
transition
-
node
-
nodeGroup
-
canJoinPreviousNode
-
id
-
-
Constructor Details
-
ScriptAction
public ScriptAction()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
Script
-
setScript
Sets the value of the script property.- Parameters:
value- allowed object isScript
-
getParameter
Gets the value of the parameter property.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
setmethod 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 -
getTransition
Gets the value of the transition property.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
setmethod 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 -
getNode
Gets the value of the node property.- Returns:
- possible object is
Integer
-
setNode
Sets the value of the node property.- Parameters:
value- allowed object isInteger
-
getNodeGroup
Gets the value of the nodeGroup property.- Returns:
- possible object is
String
-
setNodeGroup
Sets the value of the nodeGroup property.- Parameters:
value- allowed object isString
-
isCanJoinPreviousNode
Gets the value of the canJoinPreviousNode property.- Returns:
- possible object is
Boolean
-
setCanJoinPreviousNode
Sets the value of the canJoinPreviousNode property.- Parameters:
value- allowed object isBoolean
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-