Uses of Interface
dev.dsf.bpe.v1.variables.Target
Packages that use Target
-
Uses of Target in dev.dsf.bpe.v1.activity
Methods in dev.dsf.bpe.v1.activity with parameters of type TargetModifier and TypeMethodDescriptionprotected org.hl7.fhir.r4.model.Reference
AbstractTaskMessageSend.getRecipient
(Target target) protected void
AbstractTaskMessageSend.sendTask
(org.camunda.bpm.engine.delegate.DelegateExecution execution, Variables variables, Target target, String instantiatesCanonical, String messageName, String businessKey, String profile, Stream<org.hl7.fhir.r4.model.Task.ParameterComponent> additionalInputParameters) -
Uses of Target in dev.dsf.bpe.v1.variables
Methods in dev.dsf.bpe.v1.variables that return TargetModifier and TypeMethodDescriptiondefault Target
Variables.createTarget
(String organizationIdentifierValue, String endpointIdentifierValue, String endpointAddress) Creates a newTarget
object.Variables.createTarget
(String organizationIdentifierValue, String endpointIdentifierValue, String endpointAddress, String correlationKey) Creates a newTarget
object.Variables.getTarget()
Retrieves execution variableBpmnExecutionVariables.TARGET
Methods in dev.dsf.bpe.v1.variables that return types with arguments of type TargetMethods in dev.dsf.bpe.v1.variables with parameters of type TargetModifier and TypeMethodDescriptiondefault Targets
Variables.createTargets
(Target... targets) Creates a new target list.Targets.removeByEndpointIdentifierValue
(Target target) Removes targets base on the givenTarget
s endpoint identifier value.void
Sets execution variableBpmnExecutionVariables.TARGET
Method parameters in dev.dsf.bpe.v1.variables with type arguments of type TargetModifier and TypeMethodDescriptionVariables.createTargets
(List<? extends Target> targets) Creates a new target list.