Uses of Class
org.apache.syncope.common.lib.form.SyncopeForm
Package
Description
-
Uses of SyncopeForm in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
TaskRestClient.startExecution
(String taskKey, Date startAt, boolean dryRun, SyncopeForm macroTaskForm) -
Uses of SyncopeForm in org.apache.syncope.client.console.tasks
Modifier and TypeFieldDescriptionprotected final IModel
<SyncopeForm> MacroTaskExecWizardBuilder.formModel
-
Uses of SyncopeForm in org.apache.syncope.client.ui.commons.panels
-
Uses of SyncopeForm in org.apache.syncope.common.lib.to
-
Uses of SyncopeForm in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionTaskService.getMacroTaskForm
(@NotNull String key, @NotNull String locale) Fetches the form to fill and submit for execution, for the given macro task (if defined).Modifier and TypeMethodDescriptionTaskService.execute
(ExecSpecs specs, SyncopeForm macroTaskForm) Executes the macro task matching the given specs, with the provided form as input. -
Uses of SyncopeForm in org.apache.syncope.core.logic
-
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.data
-
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.macro
Modifier and TypeMethodDescriptiondefault void
MacroActions.validate
(SyncopeForm form, Map<String, Object> vars) -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionTaskDataBinderImpl.getMacroTaskForm
(MacroTask task, Locale locale) -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.java.job
Modifier and TypeMethodDescriptionprotected Optional
<JexlContext> MacroJobDelegate.check
(SyncopeForm macroTaskForm, Optional<MacroActions> actions, StringBuilder output) -
Uses of SyncopeForm in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionTaskServiceImpl.execute
(ExecSpecs specs, SyncopeForm macroTaskForm)