Class ViewPluginServices


  • @Singleton
    @Path("/views")
    public class ViewPluginServices
    extends AbstractServices
    • Constructor Detail

      • ViewPluginServices

        public ViewPluginServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
                  throws java.lang.Exception
        Overrides:
        init in class AbstractServices
        Throws:
        java.lang.Exception
      • getView

        @GET
        @Path("/{id}/{executionId}")
        @Produces("application/json")
        public ViewModel getView​(@PathParam("id")
                                 java.lang.String viewId,
                                 @PathParam("executionId")
                                 java.lang.String executionId)