com.ibm.portal.resolver.operations
Interface Operation

All Superinterfaces:
ActiveFlag, Addressable, Disposable, Localized
All Known Subinterfaces:
SafeOperation, UnsafeOperation

public interface Operation
extends Localized, ActiveFlag, Addressable, Disposable

Tagging interface for operations. A concrete operation is supposed to implement either the SafeOperation or UnsafeOperation interface.

Since:
8.0

Field Summary
 
Fields inherited from interface com.ibm.portal.resolver.data.Addressable
EMPTY_PARAMETERS
 
Method Summary
 Binding getBinding()
          Returns the Binding that is required to access the operation
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.ActiveFlag
isActive
 
Methods inherited from interface com.ibm.portal.resolver.data.Addressable
getParameters, getURI
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

getBinding

Binding getBinding()
Returns the Binding that is required to access the operation

Returns:
the binding, not null