Uses of Class
org.apache.syncope.common.rest.api.beans.ExecSpecs
-
Packages that use ExecSpecs Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of ExecSpecs in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ExecSpecs Modifier and Type Method Description ExecSpecsExecSpecs.Builder. build() -
Uses of ExecSpecs in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ExecSpecs Modifier and Type Method Description org.apache.syncope.common.lib.to.ExecTOExecutableService. execute(ExecSpecs specs)Executes the executable matching the given specs.org.apache.syncope.common.lib.to.ExecTOTaskService. execute(ExecSpecs specs, org.apache.syncope.common.lib.form.SyncopeForm macroTaskForm)Executes the macro task matching the given specs, with the provided form as input.
-