com.ibm.mashups.enabler.ac.operation
Interface Operation


public Operation

Interface for checking if a operation is allowed to execute by the current user.
Operations are more coarse grained actions compared to the confirmable APIs.


Method Summary
 Boolean isAllowed()
           Checks if the operation is allowed to be executed by the current user.
 

Method Detail

isAllowed

Boolean isAllowed()
Checks if the operation is allowed to be executed by the current user.

Returns:
true if the operation is allowed to be executed by the current user, false otherwise. Can never be null.


Copyright IBM Corp. 2010 All Rights Reserved.