Uses of Interface
dev.dsf.bpe.v1.variables.Targets
Packages that use Targets
-
Uses of Targets in dev.dsf.bpe.v1.variables
Methods in dev.dsf.bpe.v1.variables that return TargetsModifier and TypeMethodDescriptiondefault Targets
Variables.createTargets
(Target... targets) Creates a new target list.Variables.createTargets
(List<? extends Target> targets) Creates a new target list.Variables.getTargets()
Retrieves execution variableBpmnExecutionVariables.TARGETS
Targets.removeAllByEndpointIdentifierValue
(Collection<String> targetEndpointIdentifierValues) Removes targets base on the given endpoint identifier values.Targets.removeByEndpointIdentifierValue
(Target target) Removes targets base on the givenTarget
s endpoint identifier value.Targets.removeByEndpointIdentifierValue
(String targetEndpointIdentifierValue) Removes targets base on the given endpoint identifier value.Methods in dev.dsf.bpe.v1.variables with parameters of type TargetsModifier and TypeMethodDescriptionvoid
Variables.setTargets
(Targets targets) Sets execution variableBpmnExecutionVariables.TARGETS
.