Interface RuleServicesClient

    • Method Detail

      • executeCommands

        @Deprecated
        org.kie.server.api.model.ServiceResponse<String> executeCommands​(String id,
                                                                         String payload)
        Deprecated.
        use #executeCommandsWithResults
      • executeCommands

        @Deprecated
        org.kie.server.api.model.ServiceResponse<String> executeCommands​(String id,
                                                                         org.kie.api.command.Command<?> cmd)
        Deprecated.
        use #executeCommandsWithResults
      • executeCommandsWithResults

        org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults​(String id,
                                                                                                                  String payload)
      • executeCommandsWithResults

        default org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults​(String id,
                                                                                                                          org.kie.api.command.Command<?> cmd)
      • executeCommandsWithResults

        org.kie.server.api.model.ServiceResponse<org.kie.api.runtime.ExecutionResults> executeCommandsWithResults​(String id,
                                                                                                                  org.kie.api.command.Command<?> cmd,
                                                                                                                  javax.ws.rs.core.Response.Status status)
      • setResponseHandler

        void setResponseHandler​(ResponseHandler responseHandler)