+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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)
          Return 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.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD