public interface Process extends CmmnElement
Modifier and Type | Method and Description |
---|---|
String |
getImplementationType() |
Collection<InputProcessParameter> |
getInputs() |
String |
getName() |
Collection<OutputProcessParameter> |
getOutputs() |
void |
setImplementationType(String implementationType) |
void |
setName(String name) |
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
String getName()
void setName(String name)
String getImplementationType()
void setImplementationType(String implementationType)
Collection<InputProcessParameter> getInputs()
Collection<OutputProcessParameter> getOutputs()
Copyright © 2017. All rights reserved.