public class TaskImpl extends PlanItemDefinitionImpl implements Task
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<InputCaseParameter> |
inputParameterCollection |
protected static ChildElementCollection<InputsCaseParameter> |
inputsCollection
Deprecated.
|
protected static Attribute<Boolean> |
isBlockingAttribute |
protected static ChildElementCollection<OutputCaseParameter> |
outputParameterCollection |
protected static ChildElementCollection<OutputsCaseParameter> |
outputsCollection
Deprecated.
|
defaultControlChild, nameAttribute
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
TaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<InputCaseParameter> |
getInputParameters() |
Collection<InputsCaseParameter> |
getInputs() |
Collection<OutputCaseParameter> |
getOutputParameters() |
Collection<OutputsCaseParameter> |
getOutputs() |
boolean |
isBlocking() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setIsBlocking(boolean isBlocking) |
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDefaultControl, getName, setDefaultControl, setName
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
@Deprecated protected static ChildElementCollection<InputsCaseParameter> inputsCollection
@Deprecated protected static ChildElementCollection<OutputsCaseParameter> outputsCollection
protected static ChildElementCollection<InputCaseParameter> inputParameterCollection
protected static ChildElementCollection<OutputCaseParameter> outputParameterCollection
public TaskImpl(ModelTypeInstanceContext instanceContext)
public boolean isBlocking()
isBlocking
in interface Task
public void setIsBlocking(boolean isBlocking)
setIsBlocking
in interface Task
public Collection<InputsCaseParameter> getInputs()
public Collection<OutputsCaseParameter> getOutputs()
getOutputs
in interface Task
public Collection<InputCaseParameter> getInputParameters()
getInputParameters
in interface Task
public Collection<OutputCaseParameter> getOutputParameters()
getOutputParameters
in interface Task
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2017. All rights reserved.