com.ibm.portal.state.accesscheck
Class Constants.DeletePageConstant

java.lang.Object
  extended by com.ibm.portal.state.accesscheck.Constants.DeletePageConstant
All Implemented Interfaces:
Constants, Constants.AccessCheck, java.io.Serializable
Enclosing interface:
Constants

public static final class Constants.DeletePageConstant
extends java.lang.Object
implements Constants.AccessCheck, java.io.Serializable

Access control permission to deletet a portal page.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.portal.state.accesscheck.Constants
Constants.AccessCheck, Constants.AssignRolesConstant, Constants.CreatePageConstant, Constants.DeletePageConstant, Constants.EditPageConstant, Constants.NoCheckConstant
 
Field Summary
 
Fields inherited from interface com.ibm.portal.state.accesscheck.Constants
ASSIGN_ROLES, CREATE_PAGE, DELETE_PAGE, EDIT_PAGE, NO_CHECK
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()