Uses of Class
org.apache.syncope.common.lib.form.SyncopeForm
-
-
Uses of SyncopeForm in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SyncopeForm Modifier and Type Method Description SyncopeForm
TaskRestClient. getMacroTaskForm(String taskKey)
Methods in org.apache.syncope.client.console.rest with parameters of type SyncopeForm Modifier and Type Method Description void
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 SyncopeForm Modifier and Type Field Description protected 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 Modifier and Type Class Description class
SyncopeFormPanel<F extends SyncopeForm>
-
Uses of SyncopeForm in org.apache.syncope.common.lib.to
Subclasses of SyncopeForm in org.apache.syncope.common.lib.to Modifier and Type Class Description class
UserRequestForm
-
Uses of SyncopeForm in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SyncopeForm Modifier and Type Method Description SyncopeForm
TaskService. 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 SyncopeForm Modifier and Type Method Description ExecTO
TaskService. 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 SyncopeForm Modifier and Type Method Description SyncopeForm
TaskLogic. getMacroTaskForm(String key, Locale locale)
Methods in org.apache.syncope.core.logic with parameters of type SyncopeForm Modifier and Type Method Description ExecTO
TaskLogic. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
-
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SyncopeForm Modifier and Type Method Description SyncopeForm
TaskDataBinder. getMacroTaskForm(MacroTask task, Locale locale)
-
Uses of SyncopeForm in org.apache.syncope.core.provisioning.api.macro
Methods in org.apache.syncope.core.provisioning.api.macro with parameters of type SyncopeForm Modifier and Type Method Description default 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 SyncopeForm Modifier and Type Method Description SyncopeForm
TaskDataBinderImpl. 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 SyncopeForm Modifier and Type Method Description protected 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 SyncopeForm Modifier and Type Method Description SyncopeForm
TaskServiceImpl. getMacroTaskForm(String key, String locale)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeForm Modifier and Type Method Description ExecTO
TaskServiceImpl. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
-