Package org.omg.spec.bpmn.model
Class TUserTask
-
public class TUserTask extends TTask
Java class for tUserTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tUserTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask"> <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
Fields Modifier and Type Field Description protected String
implementation
protected List<TRendering>
rendering
-
Fields inherited from class org.omg.spec.bpmn.model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TUserTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImplementation()
Gets the value of the implementation property.List<TRendering>
getRendering()
Gets the value of the rendering property.void
setImplementation(String value)
Sets the value of the implementation property.-
Methods inherited from class org.omg.spec.bpmn.model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
rendering
protected List<TRendering> rendering
-
implementation
protected String implementation
-
-
Method Detail
-
getRendering
public List<TRendering> 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 JAXB 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
public String getImplementation()
Gets the value of the implementation property.- Returns:
- possible object is
String
-
-