Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.PermissionBundle

Packages that use PermissionBundle
oracle.ifs.beans   
 

Uses of PermissionBundle in oracle.ifs.beans
 

Subclasses of PermissionBundle in oracle.ifs.beans
 class TiePermissionBundle
          TiePermissionBundle allows the Oracle-defined behavior of the PERMISSIONBUNDLE classobject (and its subclasses) to be extended or overridden.
 

Methods in oracle.ifs.beans that return PermissionBundle
protected static PermissionBundle PermissionBundle.constructPermissionBundle(LibrarySession sess, S_LibraryObjectData data)
          Construct a permission bundle object from data corresponding to it.
protected static PermissionBundle[] PermissionBundle.vectorToPermissionBundleArray(java.util.Vector vector)
          Returns an array of PermissionBundle objects from a vector of PermissionBundle objects.
protected static PermissionBundle PermissionBundle.vectorPermissionBundleElement(java.util.Vector vector, int index)
          Returns a particular PermissionBundle from a vector, based on the index supplied.
 PermissionBundle[] AccessControlEntryDefinition.getPermissionBundles()
          Returns set of PermissionBundles.
 PermissionBundle[] AccessControlEntry.getPermissionBundles()
          Returns all PermissionBundles that were used to define the set of permissions for this ACE.
 

Methods in oracle.ifs.beans with parameters of type PermissionBundle
 void AccessControlEntryDefinition.addPermissionBundle(PermissionBundle pb)
          Add a permission bundle to this definition.
 void AccessControlEntryDefinition.addPermissionBundles(PermissionBundle[] pbs)
          Add AccessLevel using a set of permission bundles;
 


Oracle Content Management SDK

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