Interface DecisionDefinitionRestService

    • Method Detail

      • getDecisionDefinitionByKeyAndTenantId

        @Path("/key/{key}/tenant-id/{tenantId}")
        DecisionDefinitionResource getDecisionDefinitionByKeyAndTenantId​(@PathParam("key")
                                                                         String decisionDefinitionKey,
                                                                         @PathParam("tenantId")
                                                                         String tenantId)
      • getDecisionDefinitions

        @GET
        @Produces("application/json")
        List<DecisionDefinitionDto> getDecisionDefinitions​(@Context
                                                           javax.ws.rs.core.UriInfo uriInfo,
                                                           @QueryParam("firstResult")
                                                           Integer firstResult,
                                                           @QueryParam("maxResults")
                                                           Integer maxResults)
      • getDecisionDefinitionsCount

        @GET
        @Path("/count")
        @Produces("application/json")
        CountResultDto getDecisionDefinitionsCount​(@Context
                                                   javax.ws.rs.core.UriInfo uriInfo)