Package org.flowable.bpmn.model
Class Operation
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Operation
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Operation extends BaseElement
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>errorMessageRefprotected StringimplementationRefprotected StringinMessageRefprotected Stringnameprotected StringoutMessageRef-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operationclone()List<String>getErrorMessageRef()StringgetImplementationRef()StringgetInMessageRef()StringgetName()StringgetOutMessageRef()voidsetErrorMessageRef(List<String> errorMessageRef)voidsetImplementationRef(String implementationRef)voidsetInMessageRef(String inMessageRef)voidsetName(String name)voidsetOutMessageRef(String outMessageRef)voidsetValues(Operation otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getImplementationRef
public String getImplementationRef()
-
setImplementationRef
public void setImplementationRef(String implementationRef)
-
getInMessageRef
public String getInMessageRef()
-
setInMessageRef
public void setInMessageRef(String inMessageRef)
-
getOutMessageRef
public String getOutMessageRef()
-
setOutMessageRef
public void setOutMessageRef(String outMessageRef)
-
clone
public Operation clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(Operation otherElement)
-
-