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.ReferenceAbstractTaskMessageSend.getRecipient(Target target) protected voidAbstractTaskMessageSend.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 TargetVariables.createTarget(String organizationIdentifierValue, String endpointIdentifierValue, String endpointAddress) Creates a newTargetobject.Variables.createTarget(String organizationIdentifierValue, String endpointIdentifierValue, String endpointAddress, String correlationKey) Creates a newTargetobject.Variables.getTarget()Retrieves execution variableBpmnExecutionVariables.TARGETMethods 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 TargetsVariables.createTargets(Target... targets) Creates a new target list.Targets.removeByEndpointIdentifierValue(Target target) Removes targets base on the givenTargets endpoint identifier value.voidSets execution variableBpmnExecutionVariables.TARGETMethod 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.