org.apache.chemistry.opencmis.commons
Class BasicPermissions

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.BasicPermissions

public final class BasicPermissions
extends java.lang.Object

CMIS basic permissions constants.


Field Summary
static java.lang.String ALL
           
static java.lang.String READ
           
static java.lang.String WRITE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ

public static final java.lang.String READ
See Also:
Constant Field Values

WRITE

public static final java.lang.String WRITE
See Also:
Constant Field Values

ALL

public static final java.lang.String ALL
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.