Package com.ibm.portal.resolver.operations

Interface Summary
Constants Operation URI-specific constants.
Operation Tagging interface for operations.
OperationFactory A generic factory for operations.
OperationFactoryService Service providing access to the operation factories that have been registered.
OperationFactoryServiceHome Home interface to access the OperationFactoryService.
SafeOperation A safe operation is a operation which should not have any non-idempotent side effects.
SafeOperationFactory Factory for safe operations.
UnsafeOperation An unsafe operation is a operation which can be used to modify server-side state (session or persistent state).
UnsafeOperationFactory Factory for unsafe operations.
 

Class Summary
OperationURI URI which can be used to address operations.