Class TGlobalUserTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalUserTask
Java class for tGlobalUserTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalUserTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tGlobalTask"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}rendering" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##unspecified" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
resourceRole
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
ioBinding, ioSpecification, name, supportedInterfaceRef
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 implementation property.Gets the value of the rendering property.void
setImplementation
(String value) Sets the value of the implementation property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalTask
getResourceRole
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCallableElement
getIoBinding, getIoSpecification, getName, getSupportedInterfaceRef, setIoSpecification, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
rendering
-
implementation
-
-
Constructor Details
-
TGlobalUserTask
public TGlobalUserTask()
-
-
Method Details
-
getRendering
Gets the value of the rendering 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 Jakarta XML Binding object. This is why there is not a
set
method for the rendering property.For example, to add a new item, do as follows:
getRendering().add(newItem);
Objects of the following type(s) are allowed in the list
TRendering
-
getImplementation
Gets the value of the implementation property.- Returns:
- possible object is
String
-
setImplementation
Sets the value of the implementation property.- Parameters:
value
- allowed object isString
-