java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
All Implemented Interfaces:
Message

public class OperationRequest extends Object implements Message
Sent to request an operation. Response will consist of one-or-more OperationResponsePart's followed by an OperationResponseEnd.
  • Constructor Details Link icon

  • Method Details Link icon

    • getConnectorKey Link icon

      public ConnectorKey getConnectorKey()
    • getConnectorFacadeKey Link icon

      public String getConnectorFacadeKey()
    • getOperation Link icon

      public Class<? extends APIOperation> getOperation()
    • getOperationMethodName Link icon

      public String getOperationMethodName()
    • getArguments Link icon

      public List<Object> getArguments()