Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.tools.script.test | |
oracle.ifs.protocols.email.beans | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
Collection |
LibrarySession.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
Collection |
LibrarySession.getClassDomainCollection()
Gets a reference to the ClassDomain collection.
|
Collection |
LibrarySession.getClassObjectCollection()
Gets a reference to the ClassObject collection.
|
Collection |
LibrarySession.getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection.
|
Collection |
LibrarySession.getExtendedPermissionCollection()
Gets a reference to the ExtendedPermission collection.
|
Collection |
LibrarySession.getExtendedUserProfileCollection()
Gets a reference to the ExtendedUserProfile collection.
|
Collection |
LibrarySession.getFormatCollection()
Gets a reference to the Format (by name) collection.
|
Collection |
LibrarySession.getFormatExtensionCollection()
Gets a reference to the FormatExtension collection.
|
Collection |
LibrarySession.getMediaCollection()
Gets a reference to the Media collection.
|
Collection |
LibrarySession.getPermissionBundleCollection()
Gets a reference to the PermissionBundle collection.
|
Collection |
LibrarySession.getPolicyCollection()
Gets a reference to the Policy collection.
|
Collection |
LibrarySession.getPolicyListCollection()
Gets a reference to the PolicyList collection.
|
Collection |
LibrarySession.getSharedAccessControlListCollection()
Gets a reference to the SharedAccessControlList collection.
|
Collection |
LibrarySession.getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection.
|
Collection |
LibrarySession.getSystemLockObjectCollection()
Gets a reference to the SystemLockObject collection.
|
Collection |
LibrarySession.getValueDefaultCollection()
Gets a reference to the ValueDefault collection.
|
Collection |
LibrarySession.getValueDomainCollection()
Gets a reference to the ValueDomain collection.
|
Modifier and Type | Method and Description |
---|---|
void |
LibrarySession.deregisterCollection(Collection collection,
String classname)
Deregisters a collection, cancelling the event registration.
|
void |
LibrarySession.registerCollection(Collection collection,
String classname)
Registers a collection so that it can be automatically reset
by handleEvent as needed when new LibraryObjects are created,
updated, or freed.
|
Modifier and Type | Class and Description |
---|---|
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.Object s specified by a CollectionResolver. |
class |
CachedSelectorCollection
A CachedSelectorCollection is a CachedCollection whose items are
LIBRARYOBJECTs specified by a Selector or S_Selector.
|
class |
LibraryObjectLookupCacheCollection
A LibraryObjectLookupCacheCollection is a Collection that delegates
to a LibraryObjectLookupCache that is provided at construction.
|
class |
TieLibraryObjectLookupCacheCollection
TieLibraryObjectLookupCacheCollection allows the Oracle-defined behavior of
the LibraryObjectLookupCacheCollection class to be extended or overridden.
|
class |
UncachedPreparedSelectorCollection
An UncachedPreparedSelectorCollection is a Collection whose items are
LIBRARYOBJECTs specified by a PreparedSelector or S_PreparedSelector
and not cached by the collection.
|
class |
UncachedSelectorCollection
An UncachedSelectorCollection is a Collection whose items are LIBRARYOBJECTs
specified by a Selector or S_Selector and not cached by the collection.
|
Modifier and Type | Method and Description |
---|---|
Collection |
LibrarySessionInterface.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
Collection |
LibrarySessionInterface.getClassDomainCollection()
Gets a reference to the ClassDomain collection.
|
Collection |
LibrarySessionInterface.getClassObjectCollection()
Gets a reference to the ClassObject collection.
|
Collection |
LibrarySessionInterface.getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection.
|
Collection |
LibrarySessionInterface.getExtendedPermissionCollection()
Gets a reference to the ExtendedPermission 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.getPermissionBundleCollection()
Gets a reference to the PermissionBundle collection.
|
Collection |
LibrarySessionInterface.getPolicyCollection()
Gets a reference to the Policy collection.
|
Collection |
LibrarySessionInterface.getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection.
|
Collection |
LibrarySessionInterface.getValueDefaultCollection()
Gets a reference to the ValueDefault collection.
|
Collection |
LibrarySessionInterface.getValueDomainCollection()
Gets a reference to the ValueDomain collection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AclOperations.CheckAccessTest.testBug1120762(LibrarySession s,
Collection c) |
Modifier and Type | Method and Description |
---|---|
Collection |
EmailUserProfileCollectionResolver.getEmailUserProfileCollection()
Gets a reference to the EmailUserProfile collection.
|
Modifier and Type | Method and Description |
---|---|
Collection |
S_LibrarySession.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
Collection |
S_LibrarySession.getClassDomainCollection()
Gets a reference to the S_ClassDomain collection.
|
Collection |
S_LibrarySession.getClassObjectCollection()
Gets a reference to the S_ClassObject collection.
|
Collection |
S_LibrarySession.getDirectoryUserCollection()
Gets a reference to the DirectoryUser 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.getPermissionBundleCollection()
Gets a reference to the S_PermissionBundle collection.
|
Collection |
S_LibrarySession.getPolicyCollection()
Gets a reference to the S_Policy collection.
|
Collection |
S_LibrarySession.getPolicyListCollection()
Gets a reference to the S_PolicyList 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.getValueDefaultCollection()
Gets a reference to the S_ValueDefault collection.
|
Collection |
S_LibrarySession.getValueDomainCollection()
Gets a reference to the S_ValueDomain collection.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.deregisterCollection(Collection collection,
String classname)
Deregisters a collection, cancelling the event registration.
|
void |
S_LibrarySession.registerCollection(Collection collection,
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.
|
Copyright © 2023. All rights reserved.