com.ibm.portal.resolver.operations
Interface OperationFactoryService


public interface OperationFactoryService

Service providing access to the operation factories that have been registered.

Since:
8.0

Method Summary
 OperationFactory getOperationFactory(java.lang.String operationID)
          Returns the OperationFactory that is registered under the given identifier.
 

Method Detail

getOperationFactory

OperationFactory getOperationFactory(java.lang.String operationID)
                                     throws OperationFactoryNotFoundException
Returns the OperationFactory that is registered under the given identifier.

Parameters:
operationID - The operation identifier. Must not be null.
Returns:
A OperationFactory. Not null.
Throws:
OperationFactoryNotFoundException - If the requested operation factory could not be found.