Oracle Content Management SDK

Uses of Interface
oracle.ifs.common.Collection

Packages that use Collection
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.server   
 

Uses of Collection in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return Collection
 Collection LibrarySession.getClassObjectCollection()
          Gets a reference to the ClassObject collection.
 Collection LibrarySession.getClassDomainCollection()
          Gets a reference to the ClassDomain collection.
 Collection LibrarySession.getValueDefaultCollection()
          Gets a reference to the ValueDefault collection.
 Collection LibrarySession.getValueDomainCollection()
          Gets a reference to the ValueDomain collection.
 Collection LibrarySession.getExtendedUserProfileCollection()
          Gets a reference to the ExtendedUserProfile collection.
 Collection LibrarySession.getFormatCollection()
          Gets a reference to the Format collection.
 Collection LibrarySession.getFormatExtensionCollection()
          Gets a reference to the FormatExtension collection.
 Collection LibrarySession.getMediaCollection()
          Gets a reference to the Media collection.
 Collection LibrarySession.getSharedAccessControlListCollection()
          Gets a reference to the SharedAccessControlList collection.
 Collection LibrarySession.getSystemAccessControlListCollection()
          Gets a reference to the SystemAccessControlList collection.
 Collection LibrarySession.getClassAccessControlListCollection()
          Gets a reference to the ClassAccessControlList collection.
 Collection LibrarySession.getSystemLockObjectCollection()
          Gets a reference to the SystemLockObject collection.
 Collection LibrarySession.getAdministrationGroupCollection()
          Gets a reference to the AdministrationGroup collection.
 Collection LibrarySession.getDirectoryUserCollection()
          Gets a reference to the DirectoryUser collection.
 Collection LibrarySession.getExtendedPermissionCollection()
          Gets a reference to the ExtendedPermission collection.
 Collection LibrarySession.getPermissionBundleCollection()
          Gets a reference to the PermissionBundle collection.
 Collection LibrarySession.getAuditRuleCollection()
          Gets a reference to the AuditRule collection.
 Collection LibrarySession.getPolicyCollection()
          Gets a reference to the Policy collection.
 

Methods in oracle.ifs.beans with parameters of type Collection
 void LibrarySession.registerCollection(Collection collection, java.lang.String classname)
          Registers a collection so that it can be automatically reset by handleEvent as needed when new LibraryObjects are created, updated, or freed.
 void LibrarySession.deregisterCollection(Collection collection, java.lang.String classname)
          Deregisters a collection, cancelling the event registration.
 

Uses of Collection in oracle.ifs.common
 

Classes in oracle.ifs.common that implement Collection
 class CachedCollection
          A CachedCollection is a Collection whose items are cached for performance.
 class CachedResolverCollection
          A CachedResolverCollection is a CachedCollection whose items are java.lang.Objects specified by a CollectionResolver.
 class CachedSelectorCollection
          A CachedSelectorCollection is a CachedCollection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector.
 class UncachedSelectorCollection
          An UncachedSelectorCollection is a Collection whose items are LIBRARYOBJECTs specified by a Selector or S_Selector and not cached by the collection.
 

Methods in oracle.ifs.common that return Collection
 Collection LibrarySessionInterface.getClassObjectCollection()
          Gets a reference to the ClassObject collection.
 Collection LibrarySessionInterface.getClassDomainCollection()
          Gets a reference to the ClassDomain collection.
 Collection LibrarySessionInterface.getValueDefaultCollection()
          Gets a reference to the ValueDefault collection.
 Collection LibrarySessionInterface.getValueDomainCollection()
          Gets a reference to the ValueDomain collection.
 Collection LibrarySessionInterface.getExtendedUserProfileCollection()
          Gets a reference to the ExtendedUserProfile collection.
 Collection LibrarySessionInterface.getFormatCollection()
          Gets a reference to the Format collection.
 Collection LibrarySessionInterface.getFormatExtensionCollection()
          Gets a reference to the FormatExtension collection.
 Collection LibrarySessionInterface.getMediaCollection()
          Gets a reference to the Media collection.
 Collection LibrarySessionInterface.getSharedAccessControlListCollection()
          Gets a reference to the SharedAccessControlList collection.
 Collection LibrarySessionInterface.getSystemAccessControlListCollection()
          Gets a reference to the SystemAccessControlList collection.
 Collection LibrarySessionInterface.getClassAccessControlListCollection()
          Gets a reference to the ClassAccessControlList collection.
 Collection LibrarySessionInterface.getAdministrationGroupCollection()
          Gets a reference to the AdministrationGroup collection.
 Collection LibrarySessionInterface.getDirectoryUserCollection()
          Gets a reference to the DirectoryUser collection.
 Collection LibrarySessionInterface.getExtendedPermissionCollection()
          Gets a reference to the ExtendedPermission collection.
 Collection LibrarySessionInterface.getPermissionBundleCollection()
          Gets a reference to the PermissionBundle collection.
 Collection LibrarySessionInterface.getAuditRuleCollection()
          Gets a reference to the AuditRule collection.
 Collection LibrarySessionInterface.getPolicyCollection()
          Gets a reference to the Policy collection.
 

Uses of Collection in oracle.ifs.server
 

Methods in oracle.ifs.server that return Collection
 Collection S_LibrarySession.getClassObjectCollection()
          Gets a reference to the S_ClassObject collection.
 Collection S_LibrarySession.getClassDomainCollection()
          Gets a reference to the S_ClassDomain collection.
 Collection S_LibrarySession.getValueDefaultCollection()
          Gets a reference to the S_ValueDefault collection.
 Collection S_LibrarySession.getValueDomainCollection()
          Gets a reference to the S_ValueDomain collection.
 Collection S_LibrarySession.getAuditRuleCollection()
          Gets a reference to the S_AuditRule collection.
 Collection S_LibrarySession.getPolicyCollection()
          Gets a reference to the S_Policy collection.
 Collection S_LibrarySession.getPermissionBundleCollection()
          Gets a reference to the S_PermissionBundle collection.
 Collection S_LibrarySession.getExtendedPermissionCollection()
          Gets a reference to the S_ExtendedPermission collection.
 Collection S_LibrarySession.getExtendedUserProfileCollection()
          Gets a reference to the S_ExtendedUserProfile collection for this S_LibrarySessions user.
 Collection S_LibrarySession.getFormatCollection()
          Gets a reference to the S_Format collection, organized by name.
 Collection S_LibrarySession.getFormatExtensionCollection()
          Gets a reference to the S_Format collection, organized by extension.
 Collection S_LibrarySession.getMediaCollection()
          Gets a reference to the Media collection.
 Collection S_LibrarySession.getSharedAccessControlListCollection()
          Gets a reference to the shared AccessControlList collection.
 Collection S_LibrarySession.getSystemAccessControlListCollection()
          Gets a reference to the SystemAccessControlList collection.
 Collection S_LibrarySession.getSystemLockObjectCollection()
          Gets a reference to the SystemLockObject collection.
 Collection S_LibrarySession.getClassAccessControlListCollection()
          Gets a reference to the ClassAccessControlList collection.
 Collection S_LibrarySession.getAdministrationGroupCollection()
          Gets a reference to the AdministrationGroup collection.
 Collection S_LibrarySession.getDirectoryUserCollection()
          Gets a reference to the DirectoryUser collection.
 

Methods in oracle.ifs.server with parameters of type Collection
 void S_LibrarySession.registerCollection(Collection collection, java.lang.String classname)
          Registers a Collection so that it can be automatically reset by handleEvent as needed when new S_LibraryObjects are created, updated, or freed.
 void S_LibrarySession.deregisterCollection(Collection collection, java.lang.String classname)
          Deregisters a collection, cancelling the event registration.
 


Oracle Content Management SDK

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