Package | Description |
---|---|
org.activiti.bpmn.model | |
org.activiti.bpmn.model.alfresco |
Modifier and Type | Class and Description |
---|---|
class |
Activity |
class |
BooleanDataObject |
class |
BoundaryEvent |
class |
BusinessRuleTask |
class |
CallActivity |
class |
ComplexGateway |
class |
DataObject |
class |
DataStoreReference |
class |
DateDataObject |
class |
DoubleDataObject |
class |
EndEvent |
class |
Event |
class |
EventGateway |
class |
EventSubProcess |
class |
ExclusiveGateway |
class |
FlowNode |
class |
Gateway |
class |
InclusiveGateway |
class |
IntegerDataObject |
class |
IntermediateCatchEvent |
class |
LongDataObject |
class |
ManualTask |
class |
ParallelGateway |
class |
ReceiveTask |
class |
ScriptTask |
class |
SendTask |
class |
SequenceFlow |
class |
ServiceTask |
class |
StartEvent |
class |
StringDataObject |
class |
SubProcess |
class |
Task |
class |
ThrowEvent |
class |
Transaction |
class |
UserTask |
class |
ValuedDataObject |
Modifier and Type | Field and Description |
---|---|
protected FlowElement |
GraphicInfo.element |
Modifier and Type | Field and Description |
---|---|
protected List<FlowElement> |
SubProcess.flowElementList |
protected List<FlowElement> |
Process.flowElementList |
Modifier and Type | Method and Description |
---|---|
<FlowElementType extends FlowElement> |
Process.findFlowElementsInSubProcessOfType(SubProcess subProcess,
Class<FlowElementType> type) |
<FlowElementType extends FlowElement> |
Process.findFlowElementsInSubProcessOfType(SubProcess subProcess,
Class<FlowElementType> type,
boolean goIntoSubprocesses) |
<FlowElementType extends FlowElement> |
Process.findFlowElementsOfType(Class<FlowElementType> type) |
<FlowElementType extends FlowElement> |
Process.findFlowElementsOfType(Class<FlowElementType> type,
boolean goIntoSubprocesses) |
Modifier and Type | Method and Description |
---|---|
abstract FlowElement |
FlowElement.clone() |
protected FlowElement |
Process.findFlowElementInList(String flowElementId) |
FlowElement |
GraphicInfo.getElement() |
FlowElement |
SubProcess.getFlowElement(String id) |
FlowElement |
Process.getFlowElement(String flowElementId) |
FlowElement |
FlowElementsContainer.getFlowElement(String id) |
FlowElement |
BpmnModel.getFlowElement(String id) |
protected FlowElement |
BpmnModel.getFlowElementInSubProcess(String id,
SubProcess subProcess) |
protected FlowElement |
Process.getFlowElementRecursive(FlowElementsContainer flowElementsContainer,
String flowElementId) |
FlowElement |
Process.getFlowElementRecursive(String flowElementId)
Searches the whole process, including subprocesses (unlike
getFlowElements(String) |
Modifier and Type | Method and Description |
---|---|
Collection<FlowElement> |
SubProcess.getFlowElements() |
Collection<FlowElement> |
Process.getFlowElements() |
Collection<FlowElement> |
FlowElementsContainer.getFlowElements() |
Modifier and Type | Method and Description |
---|---|
void |
SubProcess.addFlowElement(FlowElement element) |
void |
Process.addFlowElement(FlowElement element) |
void |
FlowElementsContainer.addFlowElement(FlowElement element) |
FlowElementsContainer |
Process.findParent(FlowElement childElement) |
FlowElementsContainer |
Process.findParent(FlowElement childElement,
FlowElementsContainer flowElementsContainer) |
void |
GraphicInfo.setElement(FlowElement element) |
void |
FlowElement.setValues(FlowElement otherElement) |
Modifier and Type | Class and Description |
---|---|
class |
AlfrescoMailTask |
class |
AlfrescoScriptTask |
class |
AlfrescoStartEvent |
class |
AlfrescoUserTask |
Copyright © 2016 Alfresco. All rights reserved.