Uses of Class
org.apache.syncope.common.lib.types.JobAction
-
-
Uses of JobAction in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type JobAction Modifier and Type Method Description voidNotificationRestClient. actionJob(JobAction jobAction)voidReportRestClient. actionJob(String refKey, JobAction jobAction)voidTaskRestClient. actionJob(String refKey, JobAction jobAction) -
Uses of JobAction in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return JobAction Modifier and Type Method Description static JobActionJobAction. valueOf(String name)Returns the enum constant of this type with the specified name.static JobAction[]JobAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobAction in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type JobAction Modifier and Type Method Description voidExecutableService. actionJob(@NotNull String key, JobAction action)Executes an action on an existing executable's job.voidNotificationService. actionJob(JobAction action)Executes an action on the notification job. -
Uses of JobAction in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type JobAction Modifier and Type Method Description abstract voidAbstractExecutableLogic. actionJob(String key, JobAction action)voidNotificationLogic. actionJob(JobAction action)voidReportLogic. actionJob(String key, JobAction action)voidTaskLogic. actionJob(String key, JobAction action) -
Uses of JobAction in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type JobAction Modifier and Type Method Description voidAbstractExecutableService. actionJob(String key, JobAction action)voidNotificationServiceImpl. actionJob(JobAction action)
-