Interface DecisionDefinitionResource

    • Method Detail

      • getDecisionDefinition

        @GET
        @Produces("application/json")
        DecisionDefinitionDto getDecisionDefinition()
      • getDecisionDefinitionDiagram

        @GET
        @Path("/diagram")
        javax.ws.rs.core.Response getDecisionDefinitionDiagram()
      • updateHistoryTimeToLive

        @PUT
        @Path("/history-time-to-live")
        @Consumes("application/json")
        void updateHistoryTimeToLive​(HistoryTimeToLiveDto historyTimeToLiveDto)