Package org.flowable.cmmn.model
Class Process
java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnElement
org.flowable.cmmn.model.Process
- All Implemented Interfaces:
HasExtensionAttributes
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormat
Fields inherited from class org.flowable.cmmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setExternalRef
(String externalRef) void
setImplementationType
(String implementationType) void
Methods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValues
Methods inherited from class org.flowable.cmmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
name
-
externalRef
-
implementationType
-
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
getName
-
setName
-
getExternalRef
-
setExternalRef
-
getImplementationType
-
setImplementationType
-