Class DualPlanEditorServices


  • @Singleton
    @Path("/planeditor")
    public class DualPlanEditorServices
    extends step.core.deployment.AbstractServices
    • Constructor Detail

      • DualPlanEditorServices

        public DualPlanEditorServices()
    • Method Detail

      • autocomplete

        @POST
        @Path("/autocomplete")
        public List<String> autocomplete​(String prefix)
                                  throws IOException,
                                         step.repositories.parser.StepsParser.ParsingException
        Throws:
        IOException
        step.repositories.parser.StepsParser.ParsingException