|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CStockage.spacesPersonalization.DirectorySharingProperties
Id: DirectorySharingProperties,v 1.0 6 janv. 2005 Copyright (c) 2005 Esup Portail (www.esup-portail.org) Classes: DirectorySharingProperties Original Author: Yohan Colmant This object represents the sharing properties of a directory
Constructor Summary | |
DirectorySharingProperties(java.lang.String directoryName)
Constructor |
Method Summary | |
java.lang.Object |
clone()
Clone this object to another similary one |
boolean |
equals(java.lang.Object o)
Compare this object to another one |
java.util.Vector |
getGroups()
|
java.util.Vector |
getInherited()
|
java.util.Vector |
getOthers()
|
java.util.Vector |
getUsers()
|
java.lang.StringBuffer |
getXml(java.lang.String label,
boolean manageAcl,
Space currentSpace)
Get an xml form from this sharing properties |
boolean |
isPublicDirectory()
|
boolean |
isSharingActive()
|
void |
setDirectoryName(java.lang.String directoryName)
|
void |
setGroups(java.util.Vector groups)
|
void |
setInherited(java.util.Vector inherited)
|
void |
setOthers(java.util.Vector others)
|
void |
setPublicDirectory(boolean isPublicDirectory)
|
void |
setPublicDirectory(java.lang.String isPublicDirectory)
|
void |
setUseInheritedPrivileges(boolean useInheritedPrivileges)
|
void |
setUseInheritedPrivileges(java.lang.String useInheritedPrivileges)
|
void |
setUsers(java.util.Vector users)
|
boolean |
useInheritedPrivileges()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirectorySharingProperties(java.lang.String directoryName)
directoryName
- the current directory nameMethod Detail |
public java.lang.Object clone()
public void setDirectoryName(java.lang.String directoryName)
directoryName
- The directoryName to set.public boolean isSharingActive()
public java.util.Vector getGroups()
public void setGroups(java.util.Vector groups)
groups
- The groups to set.public java.util.Vector getUsers()
public void setUsers(java.util.Vector users)
users
- The users to set.public java.util.Vector getOthers()
public void setOthers(java.util.Vector others)
others
- The others to set.public java.util.Vector getInherited()
public void setInherited(java.util.Vector inherited)
inherited
- The inherited to set.public boolean useInheritedPrivileges()
public void setUseInheritedPrivileges(boolean useInheritedPrivileges)
useInheritedPrivileges
- The useInheritedPrivileges to set.public void setUseInheritedPrivileges(java.lang.String useInheritedPrivileges)
useInheritedPrivileges
- The useInheritedPrivileges to set.public boolean isPublicDirectory()
public void setPublicDirectory(boolean isPublicDirectory)
isPublicDirectory
- The isPublicDirectory to set.public void setPublicDirectory(java.lang.String isPublicDirectory)
isPublicDirectory
- The isPublicDirectory to set.public java.lang.StringBuffer getXml(java.lang.String label, boolean manageAcl, Space currentSpace)
public boolean equals(java.lang.Object o)
|
CStockage 4.2_beta-RC-1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |