|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use S_AccessControlList | |
oracle.ifs.server |
Uses of S_AccessControlList in oracle.ifs.server |
Subclasses of S_AccessControlList in oracle.ifs.server | |
class |
S_ClassAccessControlList
The S_ClassAccessControlList class |
class |
S_SystemAccessControlList
The S_SystemAccessControlList class |
class |
S_TieAccessControlList
S_TieAccessControlList allows the Oracle-defined behavior of the ACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden through the server extensibility API. |
class |
S_TieClassAccessControlList
S_TieClassAccessControlList allows the Oracle-defined behavior of the CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden through the server extensibility API. |
class |
S_TieSystemAccessControlList
S_TieSystemAccessControlList allows the Oracle-defined behavior of the SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden through the server extensibility API. |
Methods in oracle.ifs.server that return S_AccessControlList | |
protected S_AccessControlList |
S_PublicObject.getAcl()
gets the ACL for this object, which can be null. |
S_AccessControlList |
S_AccessControlEntry.getAcl()
Returns the ACL for this ACE. |
S_AccessControlList[] |
S_AccessControlList.getComponentAcls()
Returns all AccessControlLists that are components of the target ACL. |
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls(SortSpecification sort)
Gets the set of composite ACLs which reference the target ACL as a "component", sorted according to a specification. |
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls()
Gets the set of composite ACLs which reference the target ACL as a "component". |
protected S_AccessControlList[] |
S_AccessControlList.getObjectsFromIds(java.lang.Long[] ids)
Gets object set from a set of Ids |
protected S_AccessControlList |
S_AccessControlListSelector.selectByOnwerUniqueName(java.lang.String onwerUniqueName)
return the ACL that corresponds to the specified OwnerUniqueName. |
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl)
return all Composite ACLs that include the specified parameter as a component ACL. |
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl,
SortSpecification sort)
return all Composite ACLs that include the specified parameter as a component ACL. |
protected S_AccessControlList[] |
S_AccessControlListSelector.selectNonconformingAcls(java.lang.Long groupId,
SortSpecification sort)
return all Non-conforming ACLs based on a group whose membership is changing. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |