Class EventLogicCopyActionResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.event.impl.actions.logiccopy.EventLogicCopyActionResource
- All Implemented Interfaces:
RestResource
@Path("/event/actions/eventLogicCopy")
public class EventLogicCopyActionResource
extends AbstractRestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionEventLogicCopyActionResource
(Context context, SelectionService selectionService, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager, EventLogicCopyService eventLogicCopyService) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
EventLogicCopyActionResource
public EventLogicCopyActionResource(Context context, SelectionService selectionService, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager, EventLogicCopyService eventLogicCopyService)
-
-
Method Details
-
getConfigurationPaths
@Path("/configurationPaths") @GET @Produces("application/json") public EventLogicCopyService.ConfigurationPaths getConfigurationPaths() -
loadData
@Path("/loadData") @POST @Produces("application/json") @Consumes("application/json") public EventLogicCopyService.EventLogicCopyData loadData(EntitySelectionBean selection) -
copy
@Path("/copy") @POST @Produces("application/json") @Consumes("application/json") public void copy(EventLogicCopyService.EventLogicCopyData data)
-