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 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.v1.variables with parameters of type TargetsModifier and TypeMethodDescriptionvoidVariables.setTargets(Targets targets) Sets execution variableBpmnExecutionVariables.TARGETS.