Class TScriptTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TScriptTask
Java class for tScriptTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tScriptTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}script" minOccurs="0"/> </sequence> <attribute name="scriptFormat" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoing
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the script property.Gets the value of the scriptFormat property.void
Sets the value of the script property.void
setScriptFormat
(String value) Sets the value of the scriptFormat property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoing
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
script
-
scriptFormat
-
-
Constructor Details
-
TScriptTask
public TScriptTask()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
TScript
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isTScript
-
getScriptFormat
Gets the value of the scriptFormat property.- Returns:
- possible object is
String
-
setScriptFormat
Sets the value of the scriptFormat property.- Parameters:
value
- allowed object isString
-