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 SyncopeFormTaskRestClient. getMacroTaskForm(String taskKey)Methods in org.apache.syncope.client.console.rest with parameters of type SyncopeForm Modifier and Type Method Description voidTaskRestClient. 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 classSyncopeFormPanel<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 classUserRequestForm -
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 SyncopeFormTaskService. 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 ExecTOTaskService. 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 SyncopeFormTaskLogic. getMacroTaskForm(String key, Locale locale)Methods in org.apache.syncope.core.logic with parameters of type SyncopeForm Modifier and Type Method Description ExecTOTaskLogic. 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 SyncopeFormTaskDataBinder. 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 voidMacroActions. 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 SyncopeFormTaskDataBinderImpl. 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 SyncopeFormTaskServiceImpl. getMacroTaskForm(String key, String locale)Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeForm Modifier and Type Method Description ExecTOTaskServiceImpl. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
-