Class DataPoolPluginServices

java.lang.Object
step.framework.server.AbstractServices<User>
step.core.deployment.AbstractStepServices
step.plugins.datapool.DataPoolPluginServices

@Singleton @Path("/datapool") public class DataPoolPluginServices extends AbstractStepServices
  • Constructor Details

    • DataPoolPluginServices

      public DataPoolPluginServices()
  • Method Details

    • getDataPoolDefaultInstance

      @GET @Path("/types/{id}") @Consumes("application/json") @Produces("application/json") public DataPoolConfiguration getDataPoolDefaultInstance(@PathParam("id") String type) throws Exception
      Throws:
      Exception