Class APIOperationRunner
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
-
- Direct Known Subclasses:
ConnectorAPIOperationRunner
,ValidateImpl
public abstract class APIOperationRunner extends Object
Base class for API operation runners.
-
-
Constructor Summary
Constructors Constructor Description APIOperationRunner(OperationalContext context)
Creates the API operation so it can called multiple times.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationalContext
getOperationalContext()
Get the current operational context.
-
-
-
Constructor Detail
-
APIOperationRunner
public APIOperationRunner(OperationalContext context)
Creates the API operation so it can called multiple times.
-
-
Method Detail
-
getOperationalContext
public OperationalContext getOperationalContext()
Get the current operational context.
-
-