Class DualPlanEditorServices
- java.lang.Object
-
- step.framework.server.AbstractServices<step.core.access.User>
-
- step.core.deployment.AbstractStepServices
-
- step.controller.plans.editor.dual.DualPlanEditorServices
-
@Singleton @Path("/planeditor") public class DualPlanEditorServices extends step.core.deployment.AbstractStepServices
-
-
Constructor Summary
Constructors Constructor Description DualPlanEditorServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
autocomplete(java.lang.String prefix)
-
Methods inherited from class step.core.deployment.AbstractStepServices
checkRightsOnBehalfOf, getAuthorizationManager, getContext, getExecutionRunnable, getObjectEnricher, getObjectFilter, getScheduler, init
-
-
-
-
Method Detail
-
autocomplete
@POST @Consumes("application/json") @Produces("application/json") @Path("/autocomplete") public java.util.List<java.lang.String> autocomplete(java.lang.String prefix) throws java.io.IOException, step.repositories.parser.StepsParser.ParsingException, step.framework.server.tables.service.TableServiceException
- Throws:
java.io.IOException
step.repositories.parser.StepsParser.ParsingException
step.framework.server.tables.service.TableServiceException
-
-