Uses of Interface
org.camunda.bpm.model.dmn.instance.UsingProcessReference
-
Packages that use UsingProcessReference Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of UsingProcessReference in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement UsingProcessReference Modifier and Type Class Description classUsingProcessReferenceImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type UsingProcessReference Modifier and Type Field Description protected static ChildElementCollection<UsingProcessReference>DecisionImpl. usingProcessCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type UsingProcessReference Modifier and Type Method Description java.util.Collection<UsingProcessReference>DecisionImpl. getUsingProcessReferences() -
Uses of UsingProcessReference in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type UsingProcessReference Modifier and Type Method Description java.util.Collection<UsingProcessReference>Decision. getUsingProcessReferences()
-