Interface FlowElement
-
- All Superinterfaces:
BaseElement
,BpmnModelElementInstance
,ModelElementInstance
- All Known Subinterfaces:
Activity
,BoundaryEvent
,BusinessRuleTask
,CallActivity
,CatchEvent
,ComplexGateway
,DataObject
,DataObjectReference
,DataStoreReference
,EndEvent
,Event
,EventBasedGateway
,ExclusiveGateway
,FlowNode
,Gateway
,InclusiveGateway
,IntermediateCatchEvent
,IntermediateThrowEvent
,ManualTask
,ParallelGateway
,ReceiveTask
,ScriptTask
,SendTask
,SequenceFlow
,ServiceTask
,StartEvent
,SubProcess
,Task
,ThrowEvent
,Transaction
,UserTask
- All Known Implementing Classes:
ActivityImpl
,BoundaryEventImpl
,BusinessRuleTaskImpl
,CallActivityImpl
,CatchEventImpl
,ComplexGatewayImpl
,DataObjectImpl
,DataObjectReferenceImpl
,DataStoreReferenceImpl
,EndEventImpl
,EventBasedGatewayImpl
,EventImpl
,ExclusiveGatewayImpl
,FlowElementImpl
,FlowNodeImpl
,GatewayImpl
,InclusiveGatewayImpl
,IntermediateCatchEventImpl
,IntermediateThrowEventImpl
,ManualTaskImpl
,ParallelGatewayImpl
,ReceiveTaskImpl
,ScriptTaskImpl
,SendTaskImpl
,SequenceFlowImpl
,ServiceTaskImpl
,StartEventImpl
,SubProcessImpl
,TaskImpl
,ThrowEventImpl
,TransactionImpl
,UserTaskImpl
public interface FlowElement extends BaseElement
The BPMN flowElement element- Author:
- Daniel Meyer, Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Auditing
getAuditing()
Collection<CategoryValue>
getCategoryValueRefs()
Monitoring
getMonitoring()
String
getName()
void
setAuditing(Auditing auditing)
void
setMonitoring(Monitoring monitoring)
void
setName(String name)
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElement
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
-
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
-
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
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
-
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String name)
-
getAuditing
Auditing getAuditing()
-
setAuditing
void setAuditing(Auditing auditing)
-
getMonitoring
Monitoring getMonitoring()
-
setMonitoring
void setMonitoring(Monitoring monitoring)
-
getCategoryValueRefs
Collection<CategoryValue> getCategoryValueRefs()
-
-