public class OperationRequest extends Object implements Message
OperationResponsePart's followed by an OperationResponseEnd.| Constructor and Description |
|---|
OperationRequest(org.identityconnectors.framework.api.ConnectorKey key,
String connectorFacadeKey,
Class<? extends org.identityconnectors.framework.api.operations.APIOperation> operation,
String operationMethodName,
List<Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getArguments() |
String |
getConnectorFacadeKey() |
org.identityconnectors.framework.api.ConnectorKey |
getConnectorKey() |
Class<? extends org.identityconnectors.framework.api.operations.APIOperation> |
getOperation() |
String |
getOperationMethodName() |
public org.identityconnectors.framework.api.ConnectorKey getConnectorKey()
public String getConnectorFacadeKey()
public Class<? extends org.identityconnectors.framework.api.operations.APIOperation> getOperation()
public String getOperationMethodName()
Copyright © 2018. All rights reserved.