public class FolderGroup extends Object
Constructor and Description |
---|
FolderGroup() |
FolderGroup(long groupId) |
Modifier and Type | Method and Description |
---|---|
FolderGroup |
clone() |
boolean |
equals(Object obj) |
int |
getAdd() |
int |
getArchive() |
int |
getCalendar() |
int |
getDelete() |
int |
getDownload() |
int |
getExport() |
long |
getGroupId() |
int |
getImmutable() |
int |
getImport() |
int |
getPermissions()
Parsing each permission and creates the integer representation
|
int |
getRead() |
int |
getRename() |
int |
getSecurity() |
int |
getSign() |
int |
getWorkflow() |
int |
getWrite() |
int |
hashCode() |
void |
setAdd(int add) |
void |
setArchive(int archive) |
void |
setCalendar(int calendar) |
void |
setDelete(int delete) |
void |
setDownload(int download) |
void |
setExport(int export) |
void |
setGroupId(long groupId) |
void |
setImmutable(int immutable) |
void |
setImport(int _import) |
void |
setPermissions(int permissions)
Set each permission evaluating the given integer representation.
|
void |
setRead(int read) |
void |
setRename(int rename) |
void |
setSecurity(int security) |
void |
setSign(int sign) |
void |
setWorkflow(int workflow) |
void |
setWrite(int write) |
public FolderGroup clone()
public int getPermissions()
public void setPermissions(int permissions)
permissions
- mask(the last slot is for the 'read' permission and it
is not evaluated)public int getRead()
public void setRead(int read)
public int getWrite()
public void setWrite(int write)
public int getAdd()
public void setAdd(int add)
public int getSecurity()
public void setSecurity(int security)
public int getDelete()
public void setDelete(int delete)
public int getRename()
public void setRename(int rename)
public int getImport()
public void setImport(int _import)
public int getExport()
public void setExport(int export)
public int getSign()
public void setSign(int sign)
public int getArchive()
public void setArchive(int archive)
public int getWorkflow()
public void setWorkflow(int workflow)
public long getGroupId()
public void setGroupId(long groupId)
public int getImmutable()
public void setImmutable(int immutable)
public int getDownload()
public void setDownload(int download)
public int getCalendar()
public void setCalendar(int calendar)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.