|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The LibrarySessionInterface interface. The beans-side and server-side LibrarySession classes implement this interface. This is used to make certain classes in the common packge useable by both the beans and server packages.
| Method Summary | |
Collection |
getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection. |
Collection |
getClassDomainCollection()
Gets a reference to the ClassDomain collection. |
Collection |
getClassObjectCollection()
Gets a reference to the ClassObject collection. |
Collection |
getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection. |
Collection |
getExtendedPermissionCollection()
Gets a reference to the ExtendedPermission collection. |
Collection |
getExtendedUserProfileCollection()
Gets a reference to the ExtendedUserProfile collection. |
Collection |
getFormatCollection()
Gets a reference to the Format collection. |
Collection |
getFormatExtensionCollection()
Gets a reference to the FormatExtension collection. |
Localizer |
getLocalizer()
Gets the localizer of this session. |
Collection |
getMediaCollection()
Gets a reference to the Media collection. |
Collection |
getPermissionBundleCollection()
Gets a reference to the PermissionBundle collection. |
Collection |
getPolicyCollection()
Gets a reference to the Policy collection. |
Collection |
getSharedAccessControlListCollection()
Gets a reference to the SharedAccessControlList collection. |
Collection |
getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection. |
Collection |
getValueDefaultCollection()
Gets a reference to the ValueDefault collection. |
Collection |
getValueDomainCollection()
Gets a reference to the ValueDomain collection. |
| Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
| Method Detail |
public Localizer getLocalizer()
throws IfsException
IfsException - if the operation fails
public Collection getClassObjectCollection()
throws IfsException
IfsException - if the operation fails
public Collection getClassDomainCollection()
throws IfsException
IfsException - if the operation fails
public Collection getValueDefaultCollection()
throws IfsException
IfsException - if the operation fails
public Collection getValueDomainCollection()
throws IfsException
IfsException - if the operation fails
public Collection getExtendedUserProfileCollection()
throws IfsException
IfsException - if the operation fails
public Collection getFormatCollection()
throws IfsException
IfsException - if the operation fails
public Collection getFormatExtensionCollection()
throws IfsException
Unlike the FormatCollection, this collection is organizaed by EXTENSION, not NAME.
IfsException - if the operation fails
public Collection getMediaCollection()
throws IfsException
IfsException - if the operation fails
public Collection getSharedAccessControlListCollection()
throws IfsException
IfsException - if the operation fails
public Collection getSystemAccessControlListCollection()
throws IfsException
IfsException - if the operation fails
public Collection getClassAccessControlListCollection()
throws IfsException
IfsException - if the operation fails
public Collection getDirectoryUserCollection()
throws IfsException
IfsException - if the operation fails
public Collection getExtendedPermissionCollection()
throws IfsException
IfsException - if the operation fails
public Collection getPermissionBundleCollection()
throws IfsException
IfsException - if the operation fails
public Collection getPolicyCollection()
throws IfsException
IfsException - if the operation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||