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
    • 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
      • Methods inherited from class step.framework.server.AbstractServices

        getAbstractContext, getHttpSession, getSession, getSession, invalidateSession, setHttpServletRequest, 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
        @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