Uses of Interface
dev.dsf.bpe.v2.variables.Target
Packages that use Target
-
Uses of Target in dev.dsf.bpe.v2.activity
Methods in dev.dsf.bpe.v2.activity with parameters of type TargetModifier and TypeMethodDescriptiondefault List
<org.hl7.fhir.r4.model.Task.ParameterComponent> MessageActivity.getAdditionalInputParameters
(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, Target target) -
Uses of Target in dev.dsf.bpe.v2.activity.task
Fields in dev.dsf.bpe.v2.activity.task with type parameters of type TargetMethods in dev.dsf.bpe.v2.activity.task that return TargetMethods in dev.dsf.bpe.v2.activity.task with parameters of type TargetModifier and TypeMethodDescriptionprotected String
DefaultTaskSender.getCorrelationKey
(Target target) protected String
DefaultTaskSender.getEndpointIdentifierValue
(Target target) protected String
DefaultTaskSender.getEndpointUrl
(Target target) protected String
DefaultTaskSender.getInstantiatesCanonical
(Target target) protected String
DefaultTaskSender.getMessageName
(Target target) protected String
DefaultTaskSender.getOrganizationIdentifierValue
(Target target) protected String
DefaultTaskSender.getProfile
(Target target) protected org.hl7.fhir.r4.model.Reference
DefaultTaskSender.getRecipient
(Target target) protected org.hl7.fhir.r4.model.Reference
DefaultTaskSender.getRequester
(Target target) Constructor parameters in dev.dsf.bpe.v2.activity.task with type arguments of type TargetModifierConstructorDescriptionDefaultTaskSender
(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, BusinessKeyStrategy businessKeyStrategy, Function<Target, List<org.hl7.fhir.r4.model.Task.ParameterComponent>> additionalInputParameters) -
Uses of Target in dev.dsf.bpe.v2.variables
Methods in dev.dsf.bpe.v2.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.v2.variables that return types with arguments of type TargetMethods in dev.dsf.bpe.v2.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.v2.variables with type arguments of type TargetModifier and TypeMethodDescriptionVariables.createTargets
(List<? extends Target> targets) Creates a new target list.