Class DualPlanEditorServices


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

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

        configuration, controller
    • 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.AbstractServices

        getContext, getExecutionRunnable, getObjectEnricher, getScheduler, getSession, init, setSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DualPlanEditorServices

        public DualPlanEditorServices()
    • Method Detail

      • autocomplete

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