Uses of Interface
io.camunda.zeebe.model.bpmn.Query
Packages that use Query
Package
Description
-
Uses of Query in io.camunda.zeebe.model.bpmn
Methods in io.camunda.zeebe.model.bpmn that return QueryModifier and TypeMethodDescription<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V> Query.filterByType(Class<V> elementClass) <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V> Query.filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType) -
Uses of Query in io.camunda.zeebe.model.bpmn.impl
Classes in io.camunda.zeebe.model.bpmn.impl that implement QueryModifier and TypeClassDescriptionclassQueryImpl<T extends org.camunda.bpm.model.xml.instance.ModelElementInstance>Methods in io.camunda.zeebe.model.bpmn.impl that return QueryModifier and TypeMethodDescription<V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V> QueryImpl.filterByType(Class<V> elementClass) <V extends org.camunda.bpm.model.xml.instance.ModelElementInstance>
Query<V> QueryImpl.filterByType(org.camunda.bpm.model.xml.type.ModelElementType elementType) -
Uses of Query in io.camunda.zeebe.model.bpmn.impl.instance
Methods in io.camunda.zeebe.model.bpmn.impl.instance that return QueryModifier and TypeMethodDescriptionActivityImpl.getBoundaryEvents()Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> ExtensionElementsImpl.getElementsQuery()FlowNodeImpl.getPreviousNodes()FlowNodeImpl.getSucceedingNodes() -
Uses of Query in io.camunda.zeebe.model.bpmn.instance
Methods in io.camunda.zeebe.model.bpmn.instance that return QueryModifier and TypeMethodDescriptionActivity.getBoundaryEvents()Query<org.camunda.bpm.model.xml.instance.ModelElementInstance> ExtensionElements.getElementsQuery()FlowNode.getPreviousNodes()FlowNode.getSucceedingNodes()