Class DualPlanEditorServices


  • @Singleton
    @Path("/planeditor")
    public class DualPlanEditorServices
    extends step.core.deployment.AbstractStepServices
    • Field Summary

      • Fields inherited from class step.core.deployment.AbstractStepServices

        configuration, SESSION
    • Constructor Detail

      • DualPlanEditorServices

        public DualPlanEditorServices()
    • Method Detail

      • autocomplete

        @POST
        @Consumes("application/json")
        @Produces("application/json")
        @Path("/autocomplete")
        public List<String> autocomplete​(String prefix)
                                  throws IOException,
                                         step.repositories.parser.StepsParser.ParsingException,
                                         step.framework.server.tables.service.TableServiceException
        Throws:
        IOException
        step.repositories.parser.StepsParser.ParsingException
        step.framework.server.tables.service.TableServiceException