Uses of Interface
dev.dsf.bpe.v2.variables.Targets
Packages that use Targets
-
Uses of Targets in dev.dsf.bpe.v2.error.impl
Methods in dev.dsf.bpe.v2.error.impl with parameters of type TargetsModifier and TypeMethodDescriptionprotected ExceptionDefaultMessageSendTaskErrorHandler.handleMultiInstance(ProcessPluginApi api, Variables variables, SendTaskValues sendTaskValues, Exception exception, Targets targets) -
Uses of Targets in dev.dsf.bpe.v2.service
Methods in dev.dsf.bpe.v2.service that return TargetsModifier and TypeMethodDescriptionTargetProvider.Builder.withCorrelationKey()A correlationKey should be used if return messages i.e.TargetProvider.Builder.withoutCorrelationKey()Targetswithout correlation key can be used when sending out multiple messages without expecting replies. -
Uses of Targets in dev.dsf.bpe.v2.variables
Methods in dev.dsf.bpe.v2.variables that return TargetsModifier and TypeMethodDescriptiondefault TargetsVariables.createTargets(Target... targets) Creates a new target list.Variables.createTargets(List<? extends Target> targets) Creates a new target list.Variables.getTargets()Retrieves execution variableBpmnExecutionVariables.TARGETSTargets.removeAllByEndpointIdentifierValue(Collection<String> targetEndpointIdentifierValues) Removes targets base on the given endpoint identifier values.Targets.removeByEndpointIdentifierValue(Target target) Removes targets base on the givenTargets endpoint identifier value.Targets.removeByEndpointIdentifierValue(String targetEndpointIdentifierValue) Removes targets base on the given endpoint identifier value.Methods in dev.dsf.bpe.v2.variables with parameters of type TargetsModifier and TypeMethodDescriptionvoidVariables.setTargets(Targets targets) Sets execution variableBpmnExecutionVariables.TARGETS.