public class THumanTask extends TTask
tHumanTask defines the type of element "humanTask"
<p>Java class for tHumanTask complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tHumanTask"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tTask"> <sequence> <element name="planningTable" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanningTable" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="performerRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
THumanTask() |
Modifier and Type | Method and Description |
---|---|
Object |
getPerformerRef()
Gets the value of the performerRef property.
|
List<TPlanningTable> |
getPlanningTable()
Gets the value of the planningTable property.
|
void |
setPerformerRef(Object value)
Sets the value of the performerRef property.
|
getInputs, getOutputs, isIsBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TPlanningTable> getPlanningTable()
Gets the value of the planningTable property.
<p>
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 planningTable property.
<p> For example, to add a new item, do as follows: <pre> getPlanningTable().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TPlanningTable
public Object getPerformerRef()
Gets the value of the performerRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.