Class WpsProcessExecuteController<E extends WpsProcessExecute,​D extends WpsProcessExecuteDao<E>,​S extends WpsProcessExecuteService<E,​D>>

    • Constructor Detail

      • WpsProcessExecuteController

        public WpsProcessExecuteController()
        Default constructor, which calls the type-constructor
      • WpsProcessExecuteController

        protected WpsProcessExecuteController​(Class<E> entityClass)
        Constructor that sets the concrete entity class for the controller. Subclasses MUST call this constructor.
    • Method Detail

      • preCheckDelete

        @RequestMapping(value="preCheckDelete.action",
                        method=POST)
        public org.springframework.http.ResponseEntity<?> preCheckDelete​(@RequestParam("wpsProcessId")
                                                                         Integer wpsProcessId)
        Checks in which WpsPlugins the given WpsProcessExecute is contained (and from which it would be "disconnected" in case of deletion).
        Parameters:
        wpsProcessId - ID of the WpsProcessExecute
        Returns: