@Path(value="/") public final class CompatibilityShowScheduler extends ShowScheduler
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
CompatibilityShowScheduler() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createScheduleInJobGroupOld(String groupName,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
javax.ws.rs.core.Response |
deleteSchedulesOld(String jobName,
String groupName)
Deprecated.
|
javax.ws.rs.core.Response |
getScheduleOld(String jobName,
String groupName)
Deprecated.
|
javax.ws.rs.core.Response |
triggerOld(String jobName,
String groupName,
Map<String,Object> json)
Deprecated.
|
javax.ws.rs.core.Response |
updateScheduleOld(String groupName,
String jobName,
org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
Deprecated.
|
createSchedule, createScheduleInJobGroup, deleteSchedules, getSchedule, getSchedules, trigger, updateSchedule, updateScheduler
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/schedules/{groupName}/job/{jobName}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response getScheduleOld(@PathParam(value="jobName") String jobName, @PathParam(value="groupName") String groupName)
@PUT @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/schedules/{groupName}/job/{jobName}") @Consumes(value="application/json") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response triggerOld(@PathParam(value="jobName") String jobName, @PathParam(value="groupName") String groupName, Map<String,Object> json)
@PUT @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/schedules/{groupName}/job/{jobName}") @Consumes(value="multipart/form-data") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response updateScheduleOld(@PathParam(value="groupName") String groupName, @PathParam(value="jobName") String jobName, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
@POST @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/schedules/{groupName}/job") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response createScheduleInJobGroupOld(@PathParam(value="groupName") String groupName, org.apache.cxf.jaxrs.ext.multipart.MultipartBody input)
@DELETE @RolesAllowed(value={"IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/schedules/{groupName}/job/{jobName}") @Produces(value="application/json") @Deprecated public javax.ws.rs.core.Response deleteSchedulesOld(@PathParam(value="jobName") String jobName, @PathParam(value="groupName") String groupName)
Copyright © 2023 Frank!Framework. All rights reserved.