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, setIdaddChildElement, 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, updateAfterReplacementString getName()
void setName(String name)
String getImplementationType()
void setImplementationType(String implementationType)
Collection<InputProcessParameter> getInputs()
Collection<OutputProcessParameter> getOutputs()
Copyright © 2018. All rights reserved.