Interface CaseAdminServicesClient

    • Method Detail

      • getCaseInstances

        List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances​(Integer page,
                                                                           Integer pageSize)
      • getCaseInstances

        List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances​(List<String> status,
                                                                           Integer page,
                                                                           Integer pageSize)
      • getCaseInstances

        List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances​(Integer page,
                                                                           Integer pageSize,
                                                                           String sort,
                                                                           boolean sortOrder)
      • getCaseInstances

        List<org.kie.server.api.model.cases.CaseInstance> getCaseInstances​(List<String> status,
                                                                           Integer page,
                                                                           Integer pageSize,
                                                                           String sort,
                                                                           boolean sortOrder)
      • migrateCaseInstance

        org.kie.server.api.model.cases.CaseMigrationReportInstance migrateCaseInstance​(String containerId,
                                                                                       String caseId,
                                                                                       String targetContainerId,
                                                                                       Map<String,​String> processMapping)
      • migrateCaseInstance

        org.kie.server.api.model.cases.CaseMigrationReportInstance migrateCaseInstance​(String containerId,
                                                                                       String caseId,
                                                                                       String targetContainerId,
                                                                                       Map<String,​String> processMapping,
                                                                                       Map<String,​String> nodeMapping)