Class APIOperationRunner
java.lang.Object
org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
- Direct Known Subclasses:
- ConnectorAPIOperationRunner,- ValidateImpl
Base class for API operation runners.
- 
Constructor SummaryConstructorsConstructorDescriptionAPIOperationRunner(OperationalContext context) Creates the API operation so it can called multiple times.
- 
Method SummaryModifier and TypeMethodDescriptionGet the current operational context.
- 
Constructor Details- 
APIOperationRunnerCreates the API operation so it can called multiple times.
 
- 
- 
Method Details- 
getOperationalContextGet the current operational context.
 
-