public class ProcessImpl extends CmmnElementImpl implements Process
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
implementationTypeAttribute |
protected static ChildElementCollection<InputProcessParameter> |
inputCollection |
protected static Attribute<String> |
nameAttribute |
protected static ChildElementCollection<OutputProcessParameter> |
outputCollection |
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ProcessImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getImplementationType() |
Collection<InputProcessParameter> |
getInputs() |
String |
getName() |
Collection<OutputProcessParameter> |
getOutputs() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setImplementationType(String implementationType) |
void |
setName(String name) |
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<InputProcessParameter> inputCollection
protected static ChildElementCollection<OutputProcessParameter> outputCollection
public ProcessImpl(ModelTypeInstanceContext instanceContext)
public String getImplementationType()
getImplementationType
in interface Process
public void setImplementationType(String implementationType)
setImplementationType
in interface Process
public Collection<InputProcessParameter> getInputs()
public Collection<OutputProcessParameter> getOutputs()
getOutputs
in interface Process
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2022. All rights reserved.