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 org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.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 ExecSpecs
ExecSpecs.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 ExecTO
ExecutableService. execute(ExecSpecs specs)
Executes the executable matching the given specs.ExecTO
TaskService. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
Executes the macro task matching the given specs, with the provided form as input. -
Uses of ExecSpecs in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ExecSpecs Modifier and Type Method Description abstract ExecTO
AbstractExecutableLogic. execute(ExecSpecs specs)
ExecTO
ReportLogic. execute(ExecSpecs specs)
ExecTO
TaskLogic. execute(ExecSpecs specs)
ExecTO
TaskLogic. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
-
Uses of ExecSpecs in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ExecSpecs Modifier and Type Method Description ExecTO
AbstractExecutableService. execute(ExecSpecs execSpecs)
ExecTO
TaskServiceImpl. execute(ExecSpecs specs, SyncopeForm macroTaskForm)
-