|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlList | |
oracle.ifs.adk.filesystem | |
oracle.ifs.adk.user | |
oracle.ifs.beans | |
oracle.ifs.beans.parsers |
Uses of AccessControlList in oracle.ifs.adk.filesystem |
Methods in oracle.ifs.adk.filesystem with parameters of type AccessControlList | |
PublicObject |
FileSystem.copy(PublicObject po,
Folder folder,
AccessControlList acl,
boolean overwrite)
Copy the PublicObject po into the specified folder. |
Folder |
FileSystem.copy(Folder fromFolder,
Folder toFolder,
boolean recursive,
AccessControlList acl)
Copy a Folder into another Folder. |
Document |
FileSystem.createDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl,
boolean doParse,
ParserCallback callback)
Deprecated. iFS 9.0.3 use variant without parsing arguments. |
Folder |
FileSystem.createFolder(java.lang.String name,
Folder destfolder,
boolean createParents,
AccessControlList acl)
Create a Folder in iFS. |
PublicObject |
FileSystem.move(Folder fromFolder,
Folder toFolder,
PublicObject po,
java.lang.String newName,
AccessControlList acl,
boolean overwrite)
Move a PublicObject from fromFolder to
toFolder with the new name newName ; if
specified. |
Document |
FileSystem.updateDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl,
boolean doParse,
ParserCallback callback)
Deprecated. iFS 9.0.3 use variant without parsing arguments. |
PublicObject |
IfsFileSystem.copy(PublicObject po,
Folder folder,
AccessControlList acl,
boolean overwrite)
Copy the PublicObject po into the specified folder. |
Folder |
IfsFileSystem.copy(Folder fromFolder,
Folder toFolder,
boolean recursive,
AccessControlList acl)
Copy a Folder into another Folder. |
Document |
IfsFileSystem.createDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl)
Create a Document in iFS. |
Document |
IfsFileSystem.createDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl,
boolean doParse,
ParserCallback callback)
Deprecated. iFS 9.0.3 use variant without parsing arguments. |
Folder |
IfsFileSystem.createFolder(java.lang.String name,
Folder destfolder,
boolean createParents,
AccessControlList acl)
Create a Folder in iFS. |
PublicObject |
IfsFileSystem.move(Folder fromFolder,
Folder toFolder,
PublicObject po,
java.lang.String newName,
AccessControlList acl,
boolean overwrite)
Move a PublicObject from fromFolder to
toFolder with the new name newName and
new access control list acl , if specified. |
Document |
IfsFileSystem.putDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl)
Create an iFS Document named name in Folder
folder with content as the body. |
Document |
IfsFileSystem.putDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl,
boolean doParse,
ParserCallback callback)
Deprecated. iFS 9.0.3 use variant without parsing arguments. |
Document |
IfsFileSystem.updateDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl)
Update a document in iFS. |
Document |
IfsFileSystem.updateDocument(java.lang.String name,
java.io.InputStream content,
java.lang.String folderPath,
AccessControlList acl,
boolean doParse,
ParserCallback callback)
Deprecated. iFS 9.0.3 use variant without parsing arguments. |
protected Folder |
IfsFileSystem.createFolder(java.lang.String name,
Folder parent,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.moveNoNameConflict(Folder fromFolder,
Folder toFolder,
PublicObject po,
java.lang.String newName,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.moveWithNameConflict(Folder fromFolder,
Folder toFolder,
PublicObject po,
PublicObject existPO,
java.lang.String newName,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.moveFolderWithNameConflict(Folder fromParentFolder,
Folder fromFolder,
Folder toFolder,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.duplicateObject(PublicObject po,
AccessControlList acl,
java.lang.String newName)
|
protected PublicObject |
IfsFileSystem.copyNoNameConflict(PublicObject po,
Folder folder,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.copyWithNameConflictNoOverwrite(PublicObject po,
Folder folder,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.copyFolderWithNameConflictOverwrite(Folder fromFolder,
Folder toFolder,
AccessControlList acl)
|
protected PublicObject |
IfsFileSystem.copyWithNameConflictOverwrite(PublicObject po,
PublicObject existPO,
Folder folder,
AccessControlList acl)
|
PublicObject |
DavFileSystem.copy(PublicObject po,
Folder folder,
java.lang.String newName,
AccessControlList acl,
boolean overwrite)
Copy the PublicObject po into the specified folder. |
Folder |
DavFileSystem.copy(Folder fromFolder,
Folder toFolder,
java.lang.String newName,
boolean recursive,
AccessControlList acl)
Copy a Folder into another Folder. |
PublicObject |
IfsDavFileSystem.copy(PublicObject po,
Folder folder,
java.lang.String newName,
AccessControlList acl,
boolean overwrite)
Copy the PublicObject po into the specified folder with newName. |
Folder |
IfsDavFileSystem.copy(Folder fromFolder,
Folder toFolder,
java.lang.String newName,
boolean recursive,
AccessControlList acl)
Copy a Folder into another Folder with the specified newName . |
protected PublicObject |
IfsDavFileSystem.copyNoNameConflict(PublicObject po,
Folder folder,
java.lang.String newName,
AccessControlList acl)
|
protected PublicObject |
IfsDavFileSystem.copyWithNameConflictNoOverwrite(PublicObject po,
Folder folder,
java.lang.String newName,
AccessControlList acl)
|
protected PublicObject |
IfsDavFileSystem.copyFolderWithNameConflictOverwrite(Folder fromFolder,
Folder toFolder,
AccessControlList acl)
|
protected PublicObject |
IfsDavFileSystem.copyWithNameConflictOverwrite(PublicObject po,
PublicObject existPO,
Folder folder,
java.lang.String newName,
AccessControlList acl)
|
Uses of AccessControlList in oracle.ifs.adk.user |
Fields in oracle.ifs.adk.user declared as AccessControlList | |
protected AccessControlList |
UserManager.m_DirectoryUserAcl
|
protected AccessControlList |
UserManager.m_HomeFolderPolicyBundleAcl
|
protected AccessControlList |
UserManager.m_HomeFolderAcl
|
protected AccessControlList |
UserManager.m_DefaultAclsBundleAcl
|
protected AccessControlList |
UserManager.m_ContentQuotaAcl
|
protected AccessControlList |
UserManager.m_PrimaryUserProfileAcl
|
protected AccessControlList |
UserManager.m_EmailUserProfileAcl
|
protected AccessControlList |
UserManager.m_EmailSubfolderAcl
|
protected AccessControlList |
UserManager.m_InboxAcl
|
Methods in oracle.ifs.adk.user that return AccessControlList | |
protected AccessControlList |
UserManager.getAclProperty(PropertyBundle pb,
java.util.Hashtable options,
java.lang.String key)
Gets the ACL value from the options Hashtable if specified, otherwise from the PropertyBundle. |
protected AccessControlList |
UserManager.getAclFromHashtable(java.util.Hashtable ht,
java.lang.String key)
Allows for multiple specs of a Acl in the specified HT |
Uses of AccessControlList in oracle.ifs.beans |
Subclasses of AccessControlList in oracle.ifs.beans | |
class |
ClassAccessControlList
The ClassAccessControlList class represents an AccessControlList for controlling who can create new instances of a specified ClassObject. |
class |
SystemAccessControlList
The SystemAccessControlList class represents a system-wide shared AccessControlList. |
class |
TieAccessControlList
TieAccessControlList allows the Oracle-defined behavior of the ACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden. |
class |
TieClassAccessControlList
TieClassAccessControlList allows the Oracle-defined behavior of the CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden. |
class |
TieSystemAccessControlList
TieSystemAccessControlList allows the Oracle-defined behavior of the SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden. |
Methods in oracle.ifs.beans that return AccessControlList | |
AccessControlList |
PublicObject.getAcl()
Returns this object's AccessControlList. |
AccessControlList |
PrimaryUserProfile.getDefaultAcl()
Gets the DirectoryUser's default ACL. |
AccessControlList[] |
AccessControlList.getComponentAcls()
Returns all AccessControlLists that are components of the target ACL. |
AccessControlList[] |
AccessControlList.getCompositeAcls()
Gets the set of composite ACLs which reference the target ACL as a "component". |
AccessControlList[] |
AccessControlList.getCompositeAcls(SortSpecification sort)
Gets a sorted set of composite ACLs which reference the target ACL as a "component". |
protected static AccessControlList[] |
AccessControlList.constructAccessControlListArray(LibrarySession sess,
java.lang.Long[] ids)
Constructs a AccessControlList array from an array of object IDs. |
protected static AccessControlList |
AccessControlList.constructAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Returns AccessControlList from a S_LibraryObjectData |
protected static AccessControlList[] |
AccessControlList.vectorToAclArray(java.util.Vector vector)
Convert a Vector of AccessControlLists to an array of AccessControlLists. |
protected static AccessControlList |
AccessControlList.vectorAclElement(java.util.Vector vector,
int index)
Returns an AccessControlList from a specified Vector of AccessControlLists and an index. |
AccessControlList |
AccessControlEntry.getAcl()
Return the ACL object that contains this ACE. |
Methods in oracle.ifs.beans with parameters of type AccessControlList | |
void |
PublicObject.setAcl(AccessControlList acl)
Sets the AccessControlList for this object. |
void |
PrimaryUserProfile.setDefaultAcl(AccessControlList acl)
Sets the default ACL for the PUBLICOBJECT class only. |
void |
PrimaryUserProfile.putDefaultAcl(java.lang.String className,
AccessControlList acl)
Sets the default ACL for a specified class. |
void |
AccessControlList.setComponentAcls(AccessControlList[] acls)
Sets the AccessControlLists that are components of the target ACL. |
Uses of AccessControlList in oracle.ifs.beans.parsers |
Methods in oracle.ifs.beans.parsers with parameters of type AccessControlList | |
Document |
LiteralDocumentParser.updateFolderedPublicObjectWithVersioning(Folder parent,
java.io.InputStream in,
java.io.Reader reader,
java.lang.String name,
AccessControlList acl,
boolean takeAclFromParent)
Deprecated. |
Document |
LiteralDocumentParser.createDocument(Folder parent,
java.io.InputStream in,
java.io.Reader reader,
java.lang.String name,
AccessControlList acl,
boolean takeAclFromParent)
Deprecated. |
protected DocumentDefinition |
LiteralDocumentParser.getDocDef(Folder parent,
java.io.InputStream in,
java.io.Reader reader,
java.lang.String name,
AccessControlList acl,
boolean takeAclFromParent)
Deprecated. |
static LibraryObjectDefinition |
LiteralDocumentParser.setAcl(LibraryObjectDefinition def,
AccessControlList acl,
Folder parent,
boolean takeAclFromParent)
Deprecated. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |