Interface ProcessDefinitionRestService

    • Method Detail

      • getProcessDefinitions

        List<ProcessDefinitionDto> getProcessDefinitions​(@Context
                                                         javax.ws.rs.core.UriInfo uriInfo,
                                                         Integer firstResult,
                                                         Integer maxResults)
        Exposes the ProcessDefinitionQuery interface as a REST service.
        Parameters:
        uriInfo -
        firstResult -
        maxResults -
        Returns:
      • getProcessDefinitionsCount

        CountResultDto getProcessDefinitionsCount​(@Context
                                                  javax.ws.rs.core.UriInfo uriInfo)
      • deleteProcessDefinitionsByKey

        void deleteProcessDefinitionsByKey​(String processDefinitionKey,
                                           boolean cascade,
                                           boolean skipCustomListeners,
                                           boolean skipIoMappings)
      • deleteProcessDefinitionsByKeyAndTenantId

        void deleteProcessDefinitionsByKeyAndTenantId​(String processDefinitionKey,
                                                      boolean cascade,
                                                      boolean skipCustomListeners,
                                                      boolean skipIoMappings,
                                                      String tenantId)