Class KieServerControllerDescriptorCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<org.kie.server.api.model.ServiceResponse>, org.kie.server.api.model.KieServerCommand

    public class KieServerControllerDescriptorCommand
    extends Object
    implements org.kie.server.api.model.KieServerCommand
    See Also:
    Serialized Form
    • Constructor Detail

      • KieServerControllerDescriptorCommand

        public KieServerControllerDescriptorCommand()
      • KieServerControllerDescriptorCommand

        public KieServerControllerDescriptorCommand​(String service,
                                                    String method,
                                                    Object... arguments)
      • KieServerControllerDescriptorCommand

        public KieServerControllerDescriptorCommand​(String service,
                                                    String method,
                                                    String marshallerFormat,
                                                    Object... arguments)
      • KieServerControllerDescriptorCommand

        public KieServerControllerDescriptorCommand​(String service,
                                                    String method,
                                                    String payload,
                                                    String marshallerFormat,
                                                    Object... arguments)
    • Method Detail

      • getService

        public String getService()
      • setService

        public void setService​(String service)
      • getMethod

        public String getMethod()
      • setMethod

        public void setMethod​(String method)
      • getArguments

        public List<Object> getArguments()
      • setArguments

        public void setArguments​(List<Object> arguments)
      • getPayload

        public String getPayload()
      • setPayload

        public void setPayload​(String payload)
      • getMarshallerFormat

        public String getMarshallerFormat()
      • setMarshallerFormat

        public void setMarshallerFormat​(String marshallerFormat)