Uses of Class
org.apache.syncope.common.lib.form.SyncopeForm
Packages that use SyncopeForm
Package
Description
-
Uses of SyncopeForm in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SyncopeFormMethods in org.apache.syncope.client.console.rest with parameters of type SyncopeFormModifier and TypeMethodDescriptionvoid
TaskRestClient.startExecution
(String taskKey, Date startAt, boolean dryRun, SyncopeForm macroTaskForm) -
Uses of SyncopeForm in org.apache.syncope.client.console.tasks
Fields in org.apache.syncope.client.console.tasks with type parameters of type SyncopeFormModifier and TypeFieldDescriptionprotected final IModel
<SyncopeForm> MacroTaskExecWizardBuilder.formModel
-
Uses of SyncopeForm in org.apache.syncope.client.ui.commons.panels
Classes in org.apache.syncope.client.ui.commons.panels with type parameters of type SyncopeForm -
Uses of SyncopeForm in org.apache.syncope.common.lib.to
Subclasses of SyncopeForm in org.apache.syncope.common.lib.to -
Uses of SyncopeForm in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SyncopeFormModifier 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).Methods in org.apache.syncope.common.rest.api.service with parameters of type SyncopeFormModifier 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
Methods in org.apache.syncope.core.logic that return SyncopeFormMethods in org.apache.syncope.core.logic with parameters of type SyncopeForm -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SyncopeForm -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.macro
Methods in org.apache.syncope.core.provisioning.api.macro with parameters of type SyncopeFormModifier and TypeMethodDescriptiondefault void
MacroActions.validate
(SyncopeForm form, Map<String, Object> vars) -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SyncopeFormModifier and TypeMethodDescriptionTaskDataBinderImpl.getMacroTaskForm
(MacroTask task, Locale locale) -
Uses of SyncopeForm in org.apache.syncope.core.provisioning.java.job
Methods in org.apache.syncope.core.provisioning.java.job with parameters of type SyncopeFormModifier and TypeMethodDescriptionprotected Optional
<JexlContext> MacroJobDelegate.check
(SyncopeForm macroTaskForm, Optional<MacroActions> actions, StringBuilder output) -
Uses of SyncopeForm in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SyncopeFormMethods in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeFormModifier and TypeMethodDescriptionTaskServiceImpl.execute
(ExecSpecs specs, SyncopeForm macroTaskForm)