Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_DirectoryGroup

Packages that use S_DirectoryGroup
oracle.ifs.server   
 

Uses of S_DirectoryGroup in oracle.ifs.server
 

Subclasses of S_DirectoryGroup in oracle.ifs.server
 class S_TieDirectoryGroup
          An S_TieDirectoryGroup allows the Oracle-defined behavior of the DIRECTORYGROUP classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 

Methods in oracle.ifs.server that return S_DirectoryGroup
static S_DirectoryGroup S_DirectoryGroup.getWorldDirectoryGroup(S_LibrarySession session)
          Gets the DirectoryGroup that represents World access.
protected  S_DirectoryGroup S_DirectoryGroupSelector.selectByOnwerUniqueName(java.lang.String onwerUniqueName)
          return the Group that corresponds to the specified OwnerUniqueName.
protected  S_DirectoryGroup S_DirectoryObject.AncestorSet.addAncestor(S_DirectoryGroup ancestor)
          add an ancestor to the set.
protected  S_DirectoryGroup[] S_DirectoryObject.AncestorSet.getAllAncestors()
          Return the set of ancestors
 

Methods in oracle.ifs.server with parameters of type S_DirectoryGroup
protected  S_DirectoryGroup S_DirectoryObject.AncestorSet.addAncestor(S_DirectoryGroup ancestor)
          add an ancestor to the set.
 

Constructors in oracle.ifs.server with parameters of type S_DirectoryGroup
S_DirectoryGroup.MemberSet()
          Construct a MemberSet, a default mode.
S_DirectoryGroup.MemberSet(int mode)
          Construct a MemberSet with a specific mode
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.