Package | Description |
---|---|
org.camunda.bpm.model.bpmn | |
org.camunda.bpm.model.bpmn.impl | |
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Method and Description |
---|---|
<V extends ModelElementInstance> |
Query.filterByType(Class<V> elementClass) |
<V extends ModelElementInstance> |
Query.filterByType(ModelElementType elementType) |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl<T extends ModelElementInstance> |
Modifier and Type | Method and Description |
---|---|
<V extends ModelElementInstance> |
QueryImpl.filterByType(Class<V> elementClass) |
<V extends ModelElementInstance> |
QueryImpl.filterByType(ModelElementType elementType) |
Modifier and Type | Method and Description |
---|---|
Query<ModelElementInstance> |
ExtensionElementsImpl.getElementsQuery() |
Query<FlowNode> |
FlowNodeImpl.getPreviousNodes() |
Query<FlowNode> |
FlowNodeImpl.getSucceedingNodes() |
Modifier and Type | Method and Description |
---|---|
Query<ModelElementInstance> |
ExtensionElements.getElementsQuery() |
Query<FlowNode> |
FlowNode.getPreviousNodes() |
Query<FlowNode> |
FlowNode.getSucceedingNodes() |
Copyright © 2015. All rights reserved.