jet.server.api.rmi
Interface RemoteSecurityWebAdaptor

All Superinterfaces:
java.rmi.Remote

public interface RemoteSecurityWebAdaptor
extends java.rmi.Remote


Method Summary
 boolean isEditing(int action)
          Checks whether the action can be edited or not
 

Method Detail

isEditing

boolean isEditing(int action)
                  throws java.rmi.RemoteException
Checks whether the action can be edited or not

Parameters:
action - the action's type, for example, ACTION_EDIT_RELATION_ROLE_SUBROLE
Returns:
true if it is editable, otherwise return false.
Throws:
java.rmi.RemoteException - if communication-related error occurs during RMI call execution.