Uses of Interface
org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection
Packages that use ElementReferenceCollection
Package
Description
-
Uses of ElementReferenceCollection in org.camunda.bpm.model.bpmn.impl.instance
Fields in org.camunda.bpm.model.bpmn.impl.instance declared as ElementReferenceCollectionModifier and TypeFieldDescriptionprotected static ElementReferenceCollection<CategoryValue,
CategoryValueRef> FlowElementImpl.categoryValueRefCollection
protected static ElementReferenceCollection<CorrelationProperty,
CorrelationPropertyRef> CorrelationKeyImpl.correlationPropertyRefCollection
protected static ElementReferenceCollection<DataInput,
DataInputRefs> InputSetImpl.dataInputDataInputRefsCollection
protected static ElementReferenceCollection<DataOutput,
DataOutputRefs> OutputSetImpl.dataOutputRefsCollection
protected static ElementReferenceCollection<EndPoint,
EndPointRef> ParticipantImpl.endPointRefCollection
protected static ElementReferenceCollection<Error,
ErrorRef> OperationImpl.errorRefCollection
protected static ElementReferenceCollection<EventDefinition,
EventDefinitionRef> CatchEventImpl.eventDefinitionRefCollection
protected static ElementReferenceCollection<EventDefinition,
EventDefinitionRef> ThrowEventImpl.eventDefinitionRefCollection
protected static ElementReferenceCollection<FlowNode,
FlowNodeRef> LaneImpl.flowNodeRefCollection
protected static ElementReferenceCollection<SequenceFlow,
Incoming> FlowNodeImpl.incomingCollection
protected static ElementReferenceCollection<InputSet,
InputSetRefs> OutputSetImpl.inputSetInputSetRefsCollection
protected static ElementReferenceCollection<Interface,
InterfaceRef> ParticipantImpl.interfaceRefCollection
protected static ElementReferenceCollection<MessageFlow,
MessageFlowRef> ConversationNodeImpl.messageFlowRefCollection
protected static ElementReferenceCollection<DataInput,
OptionalInputRefs> InputSetImpl.optionalInputRefsCollection
protected static ElementReferenceCollection<DataOutput,
OptionalOutputRefs> OutputSetImpl.optionalOutputRefsCollection
protected static ElementReferenceCollection<SequenceFlow,
Outgoing> FlowNodeImpl.outgoingCollection
protected static ElementReferenceCollection<OutputSet,
OutputSetRefs> InputSetImpl.outputSetOutputSetRefsCollection
protected static ElementReferenceCollection<Participant,
ParticipantRef> ConversationNodeImpl.participantRefCollection
protected static ElementReferenceCollection<LinkEventDefinition,
Source> LinkEventDefinitionImpl.sourceCollection
protected static ElementReferenceCollection<ItemAwareElement,
SourceRef> DataAssociationImpl.sourceRefCollection
protected static ElementReferenceCollection<Interface,
SupportedInterfaceRef> CallableElementImpl.supportedInterfaceRefCollection
protected static ElementReferenceCollection<Process,
Supports> ProcessImpl.supportsCollection
protected static ElementReferenceCollection<DataInput,
WhileExecutingInputRefs> InputSetImpl.whileExecutingInputRefsCollection
protected static ElementReferenceCollection<DataOutput,
WhileExecutingOutputRefs> OutputSetImpl.whileExecutingOutputRefsCollection
-
Uses of ElementReferenceCollection in org.camunda.bpm.model.dmn.impl.instance
Fields in org.camunda.bpm.model.dmn.impl.instance declared as ElementReferenceCollectionModifier and TypeFieldDescriptionprotected static ElementReferenceCollection<Decision,
DecisionMadeReference> OrganizationUnitImpl.decisionDecisionMadeRefCollection
protected static ElementReferenceCollection<Decision,
DecisionOwnedReference> OrganizationUnitImpl.decisionDecisionOwnedRefCollection
protected static ElementReferenceCollection<OrganizationUnit,
DecisionMakerReference> DecisionImpl.decisionMakerRefCollection
protected static ElementReferenceCollection<OrganizationUnit,
DecisionOwnerReference> DecisionImpl.decisionOwnerRefCollection
protected static ElementReferenceCollection<DrgElement,
DrgElementReference> ElementCollectionImpl.drgElementRefCollection
protected static ElementReferenceCollection<Decision,
EncapsulatedDecisionReference> DecisionServiceImpl.encapsulatedDecisionRefCollection
protected static ElementReferenceCollection<PerformanceIndicator,
ImpactedPerformanceIndicatorReference> DecisionImpl.impactedPerformanceIndicatorRefCollection
protected static ElementReferenceCollection<Decision,
ImpactingDecisionReference> PerformanceIndicatorImpl.impactingDecisionRefCollection
protected static ElementReferenceCollection<InputData,
InputDataReference> DecisionServiceImpl.inputDataRefCollection
protected static ElementReferenceCollection<Decision,
InputDecisionReference> DecisionServiceImpl.inputDecisionRefCollection
protected static ElementReferenceCollection<Decision,
OutputDecisionReference> DecisionServiceImpl.outputDecisionRefCollection
-
Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.impl.type.reference
Classes in org.camunda.bpm.model.xml.impl.type.reference that implement ElementReferenceCollectionModifier and TypeClassDescriptionclass
ElementReferenceCollectionImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
ElementReferenceImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
IdsElementReferenceCollectionImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
QNameElementReferenceImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
UriElementReferenceCollectionImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> class
UriElementReferenceImpl<Target extends ModelElementInstance,
Source extends ModelElementInstance> Methods in org.camunda.bpm.model.xml.impl.type.reference that return ElementReferenceCollection -
Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.test.assertions
Methods in org.camunda.bpm.model.xml.test.assertions with parameters of type ElementReferenceCollectionModifier and TypeMethodDescriptionModelAssertions.assertThat
(ElementReferenceCollection<?, ?> actual) Constructors in org.camunda.bpm.model.xml.test.assertions with parameters of type ElementReferenceCollectionModifierConstructorDescriptionprotected
-
Uses of ElementReferenceCollection in org.camunda.bpm.model.xml.type.reference
Subinterfaces of ElementReferenceCollection in org.camunda.bpm.model.xml.type.referenceModifier and TypeInterfaceDescriptioninterface
ElementReference<Target extends ModelElementInstance,
Source extends ModelElementInstance> Methods in org.camunda.bpm.model.xml.type.reference that return ElementReferenceCollection