|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.catalog.service.Perm
The Perm class contains the three flags that is common to all unix permissions: read, write and execute; and some extra flags for catalog operations.
Field Summary | |
boolean |
execute
|
boolean |
getMetadata
|
boolean |
list
|
boolean |
permission
|
boolean |
read
|
boolean |
remove
|
boolean |
setMetadata
|
boolean |
write
|
Constructor Summary | |
Perm()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean permission
public boolean remove
public boolean read
public boolean write
public boolean list
public boolean execute
public boolean getMetadata
public boolean setMetadata
Constructor Detail |
public Perm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |