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

  • Method Details

    • getConnectorKey

      public ConnectorKey getConnectorKey()
    • getConnectorFacadeKey

      public String getConnectorFacadeKey()
    • getOperation

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

      public String getOperationMethodName()
    • getArguments

      public List<Object> getArguments()