Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.LibrarySession

Packages that use LibrarySession
oracle.ifs.adk.filesystem   
oracle.ifs.adk.http   
oracle.ifs.adk.mail   
oracle.ifs.adk.queue   
oracle.ifs.adk.security   
oracle.ifs.adk.user   
oracle.ifs.beans   
oracle.ifs.beans.parsers   
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.search   
oracle.ifs.server   
 

Uses of LibrarySession in oracle.ifs.adk.filesystem
 

Fields in oracle.ifs.adk.filesystem declared as LibrarySession
protected  LibrarySession IfsFileSystem.m_Session
          Session object
 

Methods in oracle.ifs.adk.filesystem that return LibrarySession
 LibrarySession FileSystem.getLibrarySession()
          Return the LibrarySession object being used to communicate with iFS.
 LibrarySession FileManager.getSession()
          Get the library session for this FMI.
 LibrarySession IfsFileSystem.getLibrarySession()
          Return the LibrarySession object being used to communicate with iFS.
 

Methods in oracle.ifs.adk.filesystem with parameters of type LibrarySession
 void FileSystem.setLibrarySession(LibrarySession session)
          Set a new LibrarySession to communicate with iFS.
 void IfsFileSystem.setLibrarySession(LibrarySession session)
          Set a new LibrarySession to communicate with iFS.
protected  void IfsFileSystem.initialize(LibrarySession session)
          Internal method used in the Constructor only; called once only.
 

Constructors in oracle.ifs.adk.filesystem with parameters of type LibrarySession
IfsFileSystem(LibrarySession session)
          Construct an IfsFileSystem object given an already established session.
IfsDavFileSystem(LibrarySession session)
          Construct an IfsDavFileSystem object given an already established session.
 

Uses of LibrarySession in oracle.ifs.adk.http
 

Methods in oracle.ifs.adk.http with parameters of type LibrarySession
 java.lang.String HttpAuthManagerInterface.generateTokenString(LibrarySession session, javax.servlet.http.HttpServletRequest req)
          Generate a token credential string using the LibrarySession passed in
static FileManager FileManagerFactory.getFileManager(LibrarySession session)
          Given a LibrarySession, construct a FileManager.
 

Uses of LibrarySession in oracle.ifs.adk.mail
 

Fields in oracle.ifs.adk.mail declared as LibrarySession
protected  LibrarySession IfsStore.m_Session
           
protected  LibrarySession IfsFolder.m_Session
           
protected  LibrarySession IfsTransport.m_Session
           
 

Methods in oracle.ifs.adk.mail that return LibrarySession
 LibrarySession IfsStore.getLibrarySession()
          getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsStore.
 LibrarySession IfsTransport.getLibrarySession()
          getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsTransport.
 

Methods in oracle.ifs.adk.mail with parameters of type LibrarySession
 java.lang.String IfsEmailUserProfile.getEmailAddress(LibrarySession session)
          Return the Email address of the user associated with the specified session.
 void IfsStore.setLibrarySession(LibrarySession session)
          setLibrarySesion() Set the 9iFS LibrarySession to be used by this instance of IfsStore.
 void IfsTransport.setLibrarySession(LibrarySession session)
          setLibrarySesion() Set the 9iFS LibrarySession to be used by this instance of IfsTransport.
 oracle.ifs.protocols.email.beans.Rfc822Message IfsMimeMessage.getIfsMsg(LibrarySession session)
           
protected  void IfsMimeMessage.expunge(LibrarySession session)
           
 

Uses of LibrarySession in oracle.ifs.adk.queue
 

Methods in oracle.ifs.adk.queue with parameters of type LibrarySession
 void MessageProcessor.handleMessage(oracle.sql.ORAData message, LibrarySession sess)
          Handle the message that is passed as parameter.
 void IfsMessageProcessor.handleMessage(oracle.sql.ORAData message, LibrarySession sess)
          This throws an exception.
 

Uses of LibrarySession in oracle.ifs.adk.security
 

Methods in oracle.ifs.adk.security that return LibrarySession
 LibrarySession IfsHttpLogin.getSession()
          Return the login's library session
 

Uses of LibrarySession in oracle.ifs.adk.user
 

Fields in oracle.ifs.adk.user declared as LibrarySession
protected  LibrarySession UserManager.m_Session
           
 

Constructors in oracle.ifs.adk.user with parameters of type LibrarySession
UserManager(LibrarySession sess)
          Construct UserManager object.
 

Uses of LibrarySession in oracle.ifs.beans
 

Fields in oracle.ifs.beans declared as LibrarySession
protected  LibrarySession LibraryObject.m_Session
           
protected  LibrarySession LibraryObjectDefinition.m_Session
           
protected  LibrarySession Selector.m_Session
          The current session
protected  LibrarySession LibrarySessionTraceLogger.m_Session
          The session to which this LibrarySessionTraceLogger belongs.
protected  LibrarySession BeanRaci.m_Session
          This is our internal LibrarySession.
protected  LibrarySession LibrarySessionEventPollerThreadPerSession.m_Session
          The LibrarySession to which this LibrarySessionEventPoller belongs.
protected  LibrarySession FolderPathResolver.m_Session
          The current session
protected  LibrarySession LibrarySessionEventPollerThreadPerProcess.m_Session
          The LibrarySession to which this LibrarySessionEventPoller belongs.
protected  LibrarySession Search.m_Session
          LibrarySession in which Search will execute.
 

Methods in oracle.ifs.beans that return LibrarySession
 LibrarySession LibraryObject.getSession()
          Returns the LibrarySession in which this object was instantiated.
protected  LibrarySession LibraryObject.verifyConnected()
          Returns the current LibrarySession if the session is connected; otherwise raise a "not connected" exception.
 LibrarySession Selector.verifyConnected()
          Return the current LibrarySession if the session is connected; otherwise raise a "not connected" exception.
protected  LibrarySession LibrarySessionEventPollerThreadPerProcess.getSession()
          Gets the LibrarySession that owns this LibrarySessionEventPoller.
 LibrarySession LibraryService.connect(Credential credential, ConnectOptions options)
          Connects to this iFS service, creating a new iFS session.
protected  LibrarySession Search.verifyConnected()
          Ensure LibrarySession of this Search is valid.
 

Methods in oracle.ifs.beans with parameters of type LibrarySession
protected static java.util.Vector LibraryObject.constructLibraryObjectVector(LibrarySession sess, java.util.Vector vector)
          Return LibraryObject Vector from a Vector of LibraryObject.
protected static LibraryObject LibraryObject.constructLibraryObject(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector SystemObject.constructSystemObjectVector(LibrarySession sess, java.util.Vector vector)
          Return SystemObject Vector from a Vector of SystemObject
protected static SystemObject SystemObject.constructSystemObject(LibrarySession sess, S_LibraryObjectData data)
          return SystemObject from a S_LOData.
protected static java.util.Vector Policy.constructPolicyVector(LibrarySession sess, java.util.Vector vector)
          Constructs a Policy Vector from a Vector of S_LibraryObjectData.
protected static Policy Policy.constructPolicy(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Policy from a S_LibraryObjectData.
static java.lang.String PublicObject.toLockStateLabel(int lockState, LibrarySession session)
          Deprecated. iFS 9.0.3 use LockObject.toLockStateLabel(int lockState, LibrarySession session)
protected  SortSpecification PublicObject.resolveFolderReferenceSortSpecification(LibrarySession session)
          force the SortSpecification (if specified) to be resolved and verified.
protected static java.util.Vector PublicObject.constructPublicObjectVector(LibrarySession sess, java.util.Vector vector)
           
protected static PublicObject PublicObject.constructPublicObject(LibrarySession sess, S_LibraryObjectData data)
           
protected static PublicObject[] PublicObject.constructPublicObjectArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a PublicObject array from an array of object IDs.
protected static java.util.Vector DirectoryObject.constructDirectoryObjectVector(LibrarySession sess, java.util.Vector vector)
          Constructs a DirectoryObject Vector from a Vector of S_DirectoryObjectData.
protected static DirectoryObject[] DirectoryObject.constructDirectoryObjectArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a DirectoryObject array from an array of object IDs.
protected static DirectoryObject DirectoryObject.constructDirectoryObject(LibrarySession sess, S_LibraryObjectData data)
          Constructs a DirectoryObject from a S_LibraryObjectData.
protected static java.util.Vector Relationship.constructRelationshipVector(LibrarySession sess, java.util.Vector vector)
          Retruns a vector of relationships.
protected static Relationship Relationship.constructRelationship(LibrarySession sess, S_LibraryObjectData data)
          Return Relationship from a Relationship data
protected static java.util.Vector FolderRelationship.constructFolderRelationshipVector(LibrarySession sess, java.util.Vector vector)
          Builds a Vector of FolderRelationship(s) from a Vector of S_LibraryObjectData representing FolderRelationship(s).
protected static FolderRelationship FolderRelationship.constructFolderRelationship(LibrarySession sess, S_LibraryObjectData data)
          Builds a FolderRelationship from a S_LibraryObjectData.
protected static java.util.Vector FolderPathRelationship.constructFolderPathRelationshipVector(LibrarySession sess, java.util.Vector vector)
          Builds a Vector of FolderPathRelationship(s) from a Vector of S_LibraryObjectData representing FolderPathRelationship(s).
protected static FolderPathRelationship FolderPathRelationship.constructFolderPathRelationship(LibrarySession sess, S_LibraryObjectData data)
          Builds a FolderPathRelationship from a S_LibraryObjectData.
protected static java.util.Vector NamedRelationship.constructNamedRelationshipVector(LibrarySession sess, java.util.Vector vector)
           
protected static NamedRelationship NamedRelationship.constructNamedRelationship(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector Media.constructMediaVector(LibrarySession sess, java.util.Vector vector)
           
protected static Media Media.constructMedia(LibrarySession sess, S_LibraryObjectData data)
           
static boolean Media.isIndexingEnabled(LibrarySession session)
          determines whether content searching is enabled
protected static java.util.Vector MediaLob.constructMediaLobVector(LibrarySession sess, java.util.Vector vector)
           
protected static MediaLob MediaLob.constructMediaLob(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector MediaBlob.constructMediaBlobVector(LibrarySession sess, java.util.Vector vector)
           
protected static MediaBlob MediaBlob.constructMediaBlob(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector VersionSeries.constructVersionSeriesVector(LibrarySession sess, java.util.Vector vector)
          Constructs a vector of VersionSeries objects from a vector of data objects corresponding to it.
protected static VersionSeries VersionSeries.constructVersionSeries(LibrarySession sess, S_LibraryObjectData data)
          Constructs a VersionSeries from data corresponding to it.
protected static VersionSeries[] VersionSeries.constructVersionSeriesArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Version Series array from an array of object IDs.
protected static java.util.Vector Property.constructPropertyVector(LibrarySession sess, java.util.Vector vector)
          Constructs Vector of Property from Vector of S_LibraryObjectData.
protected static Property[] Property.constructPropertyArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Property array from an array of object IDs.
protected static Property Property.constructProperty(LibrarySession session, S_LibraryObjectData data)
          Constructs a Property from a S_LibraryObjectData.
 LibraryObjectDefinition LibraryObjectDefinition.clone(LibrarySession sess)
          Clone this instance.
 ClassObject LibraryObjectDefinition.resolveClassObject(LibrarySession sess)
          Return the ClassObject setting.
protected  void LibraryObjectDefinition.resolve(LibrarySession sess)
          Resolve any settings that are object attributes set by Name.
protected  void LibraryObjectDefinition.resolveForTemplate(LibrarySession sess)
          Resolve for template - A special case of resolve that ensures "serializability" even when running in fat-client or "non-CORBA" mode.
protected  void LibraryObjectDefinition.resolveDefinitionSystemOption(LibraryObjectDefinition def, java.lang.String option, LibrarySession sess)
          Resolve a LibraryObjectDefinition into a S_LibraryObjectDefinition, stored as a system option.
protected  void LibraryObjectDefinition.resolveDefinitionOption(LibraryObjectDefinition def, java.lang.String option, LibrarySession sess)
          Resolve a LibraryObjectDefinition into a S_LibraryObjectDefinition, stored as an option.
protected  void LibraryObjectDefinition.resolveDefinitionVectorSystemOption(java.util.Vector defVector, java.lang.String option, LibrarySession sess)
          Resolve a vector of LibraryObjectDefinition into a vector of S_LibraryObjectDefinition, stored as a system option.
protected  void LibraryObjectDefinition.resolveDefinitionVectorOption(java.util.Vector defVector, java.lang.String option, LibrarySession sess)
          Resolve a vector of LibraryObjectDefinition into a vector of S_LibraryObjectDefinition, stored as an option.
protected  void LibraryObjectDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
protected  LibraryObjectDefinition LibraryObjectDefinition.unresolveDefinitionSystemOption(java.lang.String option, LibrarySession sess)
          unresolveDefinitionSystemOption - unresolve a previously resolved systemoption setting for a nested LibraryObjectDefinition
protected  LibraryObjectDefinition LibraryObjectDefinition.unresolveDefinitionOption(java.lang.String option, LibrarySession sess)
          Unresolve a previously resolved option setting for a nested LibraryObjectDefinition
protected  java.util.Vector LibraryObjectDefinition.unresolveDefinitionVectorSystemOption(java.lang.String option, LibrarySession sess)
          Unresolve a vector of S_LibraryObjectDefinition (stored as a system option) back into a vector of LibraryObjectDefinition.
protected  java.util.Vector LibraryObjectDefinition.unresolveDefinitionVectorOption(java.lang.String option, LibrarySession sess)
          Unresolve a vector of S_LibraryObjectDefinition (stored as an option) back into a vector of LibraryObjectDefinition.
static DirectoryGroup DirectoryGroup.getWorldDirectoryGroup(LibrarySession session)
          Gets the DirectoryGroup that represents World access.
protected static java.util.Vector DirectoryGroup.constructDirectoryGroupVector(LibrarySession sess, java.util.Vector vector)
          Returns DirectoryGroup Vector from a Vector of S_DirectoryObjectData objects.
protected static DirectoryGroup DirectoryGroup.constructDirectoryGroup(LibrarySession sess, S_LibraryObjectData data)
          Constructs a DirectoryGroup object from the S_LibraryObjectData object.
protected static DirectoryGroup[] DirectoryGroup.constructDirectoryGroupArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a DirectoryGroup array from an array of object IDs.
protected static java.util.Vector ApplicationObject.constructApplicationObjectVector(LibrarySession sess, java.util.Vector vector)
          Constructs a Vector of ApplicationObject from a Vector of LibraryObjectData.
protected static ApplicationObject ApplicationObject.constructApplicationObject(LibrarySession sess, S_LibraryObjectData data)
          Returns an ApplicationObject from a data component object.
protected static java.util.Vector PropertyBundle.constructPropertyBundleVector(LibrarySession sess, java.util.Vector vector)
          Constructs a Vector of PropertyBundle from a Vector of S_LibraryObjectData.
protected static PropertyBundle PropertyBundle.constructPropertyBundle(LibrarySession sess, S_LibraryObjectData data)
          Constructs a PropertyBundle from the specified data.
protected static ValueDefaultPropertyBundle ValueDefaultPropertyBundle.constructValueDefaultPropertyBundle(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDefaultPropertyBundle for the specified data.
protected  void PublicObjectDefinition.resolve(LibrarySession sess)
          resolve - resolve any settings that are object attributes set by Name.
protected  void PublicObjectDefinition.unresolve(LibrarySession sess)
          unresolve - unresolve any settings from a resolved instance.
protected  void PropertyBundleDefinition.resolve(LibrarySession sess)
          Resolves any settings.
protected  void PropertyBundleDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected  void ValueDomainPropertyBundleDefinition.resolve(LibrarySession session)
          Resolves any settings.
protected  void ValueDomainPropertyBundleDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected static java.util.Vector UserProfile.constructUserProfileVector(LibrarySession sess, java.util.Vector vector)
          Returns UserProfile Vector from a Vector of UserProfile
protected static UserProfile UserProfile.constructUserProfile(LibrarySession sess, S_LibraryObjectData data)
          Constructs a UserProfile object from the definition object.
protected static java.util.Vector GroupMemberRelationship.constructGroupMemberRelationshipVector(LibrarySession sess, java.util.Vector vector)
          Constructs a GroupMemberRelationship Vector from a Vector of S_DirectoryObjectData.
protected static GroupMemberRelationship GroupMemberRelationship.constructGroupMemberRelationship(LibrarySession sess, S_LibraryObjectData data)
          Constructs a GroupMemberRelationship from a S_DirectoryObjectData.
protected static java.util.Vector VersionDescription.constructVersionDescriptionVector(LibrarySession sess, java.util.Vector vector)
          Returns a VersionDescription Vector from a Vector of VersionDescription
protected static VersionDescription[] VersionDescription.constructVersionDescriptionArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Version Description array from an array of object IDs.
protected static VersionDescription VersionDescription.constructVersionDescription(LibrarySession sess, S_LibraryObjectData data)
          Return VersionDescription from a VersionDescription data.
protected static java.util.Vector Category.constructCategoryVector(LibrarySession sess, java.util.Vector vector)
          Returns Category Vector from a Vector of Category.
protected static Category Category.constructCategory(LibrarySession sess, S_LibraryObjectData data)
          Returns a Category object from a Category data object.
protected static Category[] Category.constructCategoryArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Category array from an array of object IDs.
protected  void RelationshipDefinition.resolve(LibrarySession sess)
          resolve - resolve any settings that are object attributes set by Name.
protected  void RelationshipDefinition.unresolve(LibrarySession sess)
          unresolve - unresolve any settings from a resolved instance.
protected  void AuditRuleDefinition.resolve(LibrarySession sess)
          resolve - resolve any settings that are object attributes set by Name.
protected  void AuditRuleDefinition.unresolve(LibrarySession sess)
          unresolve - unresolve any settings from a resolved instance.
protected static java.util.Vector PrimaryUserProfile.constructPrimaryUserProfileVector(LibrarySession sess, java.util.Vector vector)
          Returns PrimaryUserProfile Vector from a Vector of PrimaryUserProfile
protected static PrimaryUserProfile PrimaryUserProfile.constructPrimaryUserProfile(LibrarySession sess, S_LibraryObjectData data)
          Constructs a PrimaryUserProfile object from the definition object.
protected static java.util.Vector Format.constructFormatVector(LibrarySession sess, java.util.Vector vector)
          constructFormatVector - FixmeJavadocMethod
protected static Format Format.constructFormat(LibrarySession sess, S_LibraryObjectData data)
          constructFormat - FixmeJavadocMethod
protected static ServerConfiguration ServerConfiguration.constructServerConfiguration(LibrarySession session, S_LibraryObjectData data)
          Constructs a ServerConfiguration for the specified data.
protected static java.util.Vector ServerConfiguration.constructServerConfigurationVector(LibrarySession sess, java.util.Vector vector)
          constructServerConfigurationVector - construct a Vector of ServerConfiguration from a Vector of S_LibraryObjectData.
protected  void Selector.resolveSortSpecification(LibrarySession session)
          Force the SortSpecification (if specified) to be resolved and verified.
protected static java.util.Vector MediaReference.constructMediaReferenceVector(LibrarySession sess, java.util.Vector vector)
           
protected static MediaReference MediaReference.constructMediaReference(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector SchemaObject.constructSchemaObjectVector(LibrarySession sess, java.util.Vector vector)
          Internal use only: Converts a vector of S_LibraryObjectDatas to a vector of SchemaObjects.
protected static SchemaObject SchemaObject.constructSchemaObject(LibrarySession sess, S_LibraryObjectData data)
          Internal use only: Constructs a SchemaObject for the specified data.
static java.lang.String ValueDomain.toValueDomainTypeLabel(int valueDomainType, LibrarySession session)
          Converts the specified ValueDomainType constant to a localized label, using the Localizer from the specified LibrarySession.
protected static ValueDomain ValueDomain.constructValueDomain(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDomain for the specified data.
protected static java.util.Vector BranchRelationship.constructBranchRelationshipVector(LibrarySession sess, java.util.Vector vector)
          constructBranchRelationshipVector - FixmeJavadocMethod
protected static BranchRelationship BranchRelationship.constructBranchRelationship(LibrarySession sess, S_LibraryObjectData data)
          constructBranchRelationship - FixmeJavadocMethod
protected static java.util.Vector ExtendedPermission.constructExtendedPermissionVector(LibrarySession sess, java.util.Vector vector)
          Returns a Vector of ExtendedPermission objects from a vector of data corresponding to it.
protected static ExtendedPermission ExtendedPermission.constructExtendedPermission(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ExtendedPermission object from the S_LibraryObjectData object.
protected static java.util.Vector PermissionBundle.constructPermissionBundleVector(LibrarySession sess, java.util.Vector vector)
          Construct a vector of permission bundles from a vector of data corresponding to them.
protected static PermissionBundle PermissionBundle.constructPermissionBundle(LibrarySession sess, S_LibraryObjectData data)
          Construct a permission bundle object from data corresponding to it.
protected static LockObject LockObject.constructLockObject(LibrarySession sess, S_LibraryObjectData data)
          Return a lockobject from a Lockobject data
static java.lang.String LockObject.toLockStateLabel(int lockState, LibrarySession session)
          Converts the specified LockState constant to a localized label, using the Localizer from the specified LibrarySession.
protected static java.util.Vector SystemLockObject.constructLockObjectVector(LibrarySession sess, java.util.Vector vector)
          Constructs a vector of SystemLock Objects from a vector of corresponding data objects.
protected static SystemLockObject SystemLockObject.constructSystemLockObject(LibrarySession sess, S_LibraryObjectData data)
          Constructs a SystemLockObject object using a data object corresponding to it.
protected static java.util.Vector ContentQuota.constructContentQuotaVector(LibrarySession sess, java.util.Vector vector)
          Constructs a vector of ContentQuota from vector of S_LOData.
protected static ContentQuota ContentQuota.constructContentQuota(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ContentQuota for the specified data.
 ClassObject ClassObjectDefinition.resolveSuperclass(LibrarySession session)
          Resolves and returns the superclass for the new ClassObject.
protected  void ClassObjectDefinition.resolve(LibrarySession session)
          Resolves any settings in the definition.
protected  void ClassObjectDefinition.unresolve(LibrarySession sess)
          Unresolves any settings in the definition.
protected static ValueDomainPropertyBundle PolicyPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session, S_LibraryObjectData data)
          Constructs a ValueDomainPropertyBundle for the specified data.
static java.lang.String ClassDomain.toDomainTypeLabel(int domainType, LibrarySession session)
          Converts the specified DomainType constant to a localized label, using the Localizer from the specified LibrarySession.
protected static ClassDomain ClassDomain.constructClassDomain(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs a ClassDomain for the specified data.
protected  void FolderDefinition.resolve(LibrarySession sess)
          Resolves any settings that our attributes have set by name.
protected  void FolderDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected  void AccessControlEntryDefinition.resolve(LibrarySession sess)
          Resolve any settings.
protected  void AccessControlEntryDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
protected  void InterMediaSourceDefinition.resolve(LibrarySession sess)
          Resolves any settings that our object attributes have set by name.
protected  void InterMediaSourceDefinition.resolveForTemplate(LibrarySession sess)
          Nullifies any text content that is set.
protected static java.util.Vector AccessControlList.constructAccessControlListVector(LibrarySession sess, java.util.Vector vector)
          Construct Vector of AccessControlList from vector of S_LibraryObjectData
protected static AccessControlList[] AccessControlList.constructAccessControlListArray(LibrarySession sess, java.lang.Long[] ids)
          Constructs a AccessControlList array from an array of object IDs.
protected static AccessControlList AccessControlList.constructAccessControlList(LibrarySession sess, S_LibraryObjectData data)
          Returns AccessControlList from a S_LibraryObjectData
protected static java.util.Vector ClassAccessControlList.constructAccessControlListVector(LibrarySession sess, java.util.Vector vector)
          Return ClassAccessControlList Vector from a Vector of S_LibraryObjectData
protected static ClassAccessControlList ClassAccessControlList.constructClassAccessControlList(LibrarySession sess, S_LibraryObjectData data)
          Return ClassAccessControlList from a S_LibraryObjectData
protected  void AccessControlListDefinition.resolve(LibrarySession sess)
          Resolve any settings specific to this class.
protected  void AccessControlListDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
protected static java.util.Vector MediaFile.constructMediaFileVector(LibrarySession sess, java.util.Vector vector)
           
protected static MediaFile MediaFile.constructMediaFile(LibrarySession sess, S_LibraryObjectData data)
           
protected static java.util.Vector SelectorObject.constructSelectorObjectVector(LibrarySession sess, java.util.Vector vector)
          return SelectorObject Vector from a Vector of SelectorObject
protected static SelectorObject SelectorObject.constructSelectorObject(LibrarySession sess, S_LibraryObjectData data)
          return SelectorObject from a SelectorObjectDefinitions
protected static NodeConfiguration NodeConfiguration.constructNodeConfiguration(LibrarySession session, S_LibraryObjectData data)
          Constructs a NodeConfiguration for the specified data.
protected static java.util.Vector NodeConfiguration.constructNodeConfigurationVector(LibrarySession sess, java.util.Vector vector)
          constructNodeConfigurationVector - construct a Vector of NodeConfiguration from a Vector of S_LibraryObjectData.
protected static java.util.Vector SystemAccessControlList.constructAccessControlListVector(LibrarySession sess, java.util.Vector vector)
          Constructs a vector of SystemAccessControlList objects from a vector of corresponding data objects.
protected static SystemAccessControlList SystemAccessControlList.constructSystemAccessControlList(LibrarySession sess, S_LibraryObjectData data)
          Constructs a SystemAccessControlList object using a data object corresponding to it.
protected static java.util.Vector Queue.constructQueueVector(LibrarySession sess, java.util.Vector vector)
          constructQueueVector - FixmeJavadocMethod
protected static Queue Queue.constructQueue(LibrarySession sess, S_LibraryObjectData data)
          constructQueue - FixmeJavadocMethod
protected  void FamilyDefinition.resolve(LibrarySession sess)
          Resolves any settings that our object attributes have set by name.
protected  void FamilyDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected static java.util.Vector Template.constructTemplateVector(LibrarySession sess, java.util.Vector vector)
          return Template Vector from a Vector of S_DirectoryObjectData
protected static Template Template.constructTemplate(LibrarySession sess, S_LibraryObjectData data)
          return Template from a S_DirectoryObjectData
protected static java.util.Vector Document.constructDocumentVector(LibrarySession sess, java.util.Vector vector)
          Returns Document Vector from a Vector of S_DocumentData objects.
protected static Document Document.constructDocument(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Document object from the S_LibraryObjectData object.
protected static java.util.Vector SearchObject.constructSearchObjectVector(LibrarySession sess, java.util.Vector vector)
          Helper function, for converting a Vector of LODatas into a Vector of SearchObjects.
protected static SearchObject SearchObject.constructSearchObject(LibrarySession sess, S_LibraryObjectData data)
          Internal function used for constructing SearchObject
static ClassObject ClassObject.getClassObjectFromLabel(LibrarySession sess, java.lang.String label)
          returns a ClassObject, based on a specified Label.
protected static java.util.Vector ClassObject.constructClassObjectVector(LibrarySession sess, java.util.Vector vector)
          Internal use only: Converts a vector of S_LibraryObjectDatas to a vector of ClassObjects.
protected static ClassObject ClassObject.constructClassObject(LibrarySession sess, S_LibraryObjectData data)
          Internal use only: Constructs a ClassObject for the specified data.
protected static DirectoryUser DirectoryUser.constructDirectoryUser(LibrarySession sess, S_LibraryObjectData data)
          Constructs a DirectoryUser from a S_LibraryObjectData.
protected static java.util.Vector DirectoryUser.constructDirectoryUserVector(LibrarySession sess, java.util.Vector vector)
          Constructs a DirectoryUser Vector from a Vector of S_DirectoryObjectData.
protected static java.util.Vector ContentObject.constructContentObjectVector(LibrarySession sess, java.util.Vector vector)
          Returns ContentObject Vector from a Vector of ContentObject objects.
protected static ContentObject ContentObject.constructContentObject(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ContentObject object from the S_LibraryObjectData object.
protected static java.util.Vector AccessControlEntry.constructAccessControlEntryVector(LibrarySession sess, java.util.Vector vector)
          Construct a Vector of ACE from a Vector of S_LibraryObjectData.
protected static AccessControlEntry AccessControlEntry.constructAccessControlEntry(LibrarySession sess, S_LibraryObjectData data)
          Construct AccessControlEntry from a S_LibraryObjectData
protected static AccessControlEntry[] AccessControlEntry.constructAccessControlEntryArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a AccessControlEntry array from an array of object IDs.
 void LibrarySessionEventPollerThreadPerSession.init(LibrarySession session, long pollPeriod)
          Initializes this LibrarySessionEventPoller.
protected static java.util.Vector ExtendedUserProfile.constructExtendedUserProfileVector(LibrarySession sess, java.util.Vector vector)
          Returns ExtendedUserProfile Vector from a Vector of ExtendedUserProfile
protected static ExtendedUserProfile ExtendedUserProfile.constructExtendedUserProfile(LibrarySession sess, S_LibraryObjectData data)
          Constructs a ExtendedUserProfile object from the definition object.
static java.lang.String PrintJob.toStatusLabel(int status, LibrarySession session)
          Converts the specified Status constant to a localized label, using the Localizer from the specified LibrarySession.
protected static ValueDefault ValueDefault.constructValueDefault(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDefault for the specified data.
protected  SortSpecification Folder.resolveSortSpecification(LibrarySession session)
          Forces the SortSpecification (if specified) to be resolved and verified.
static void Folder.initializeSubfolderIndication(LibrarySession session)
          Initializes all Folders' indication as to whether they have any subfolders.
protected static java.util.Vector Folder.constructFolderVector(LibrarySession sess, java.util.Vector vector)
          Returns Folder Vector from a Vector of S_FolderData objects.
protected static Folder Folder.constructFolder(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Folder object from the S_LibraryObjectData object.
protected static Folder[] Folder.constructFolderArray(LibrarySession sess, java.lang.Long[] ids)
          Construct a Folder array from an array of object IDs.
protected  void PermissionBundleDefinition.resolve(LibrarySession sess)
          Resolve any setting.
protected  void PermissionBundleDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
protected  void VersionSeriesDefinition.resolve(LibrarySession sess)
          Resolve any settings that are object attributes set by Name.
protected  void VersionSeriesDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
 void LibrarySessionEventPoller.init(LibrarySession session, long pollPeriod)
          Initializes this LibrarySessionEventPoller.
static java.lang.String Attribute.toReferentialIntegrityRuleLabel(int riRule, LibrarySession session)
          Converts the specified ReferentialIntegrityRule constant to a localized label, using the Localizer from the specified LibrarySession.
protected static Attribute Attribute.constructAttribute(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs an Attribute for the specified data.
static java.lang.String Attribute.toDataTypeLabel(int dataType, LibrarySession session)
          Converts the specified data type constant to a localized label, using the Localizer from the specified LibrarySession.
 void LibrarySessionEventPollerThreadPerProcess.init(LibrarySession session, long pollPeriod)
          Initializes this LibrarySessionEventPoller.
protected static java.util.Vector Family.constructFamilyVector(LibrarySession sess, java.util.Vector vector)
          Returns Family Vector from a Vector of S_LibraryObjectData objects.
protected static Family Family.constructFamily(LibrarySession sess, S_LibraryObjectData data)
          Constructs a Family object from the S_LibraryObjectData object.
protected static ValueDomainPropertyBundle ValueDomainPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDomainPropertyBundle for the specified data.
 Format DocumentDefinition.getFormat(LibrarySession sess)
          Gets the format for this DocumentDefinition.
 java.lang.String DocumentDefinition.getCharacterSet(LibrarySession sess)
          Gets the characterset for this DocumentDefinition.
 java.lang.String DocumentDefinition.getLanguage(LibrarySession sess)
          Gets the language for this DocumentDefinition.
protected  void DocumentDefinition.resolveContentObject(LibrarySession sess)
          Resolve the ContentObject for this Document
protected  void DocumentDefinition.resolveForTemplate(LibrarySession sess)
          Nullifies any content that is set.
protected  void DocumentDefinition.resolve(LibrarySession sess)
          Resolves any settings that our object attributes have set by same.
protected  void DocumentDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected  void DocumentDefinition.unresolveContentObject(LibrarySession sess)
          Unresolves the ContentObject for this Document
protected  void LockObjectDefinition.resolve(LibrarySession sess)
          Resolve any settings that are object attributes by Name.
protected  void LockObjectDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
 Format ContentObjectDefinition.getFormat(LibrarySession sess)
          Returns the Format object representing the format of the content.
protected  void ContentObjectDefinition.resolveFormat(LibrarySession sess)
          Resolves the Format object with the specified format name.
protected  void ContentObjectDefinition.resolveContent(LibrarySession sess)
          Resolves any type of new content into an InputStream which is passed down to the server.
protected  void ContentObjectDefinition.resolve(LibrarySession sess)
          Resolves any settings that our object attributes have set by name.
protected  void ContentObjectDefinition.resolveForTemplate(LibrarySession sess)
          Nullifies any content that is set.
protected  void ContentObjectDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected  void ContentObjectDefinition.unresolveContent(LibrarySession sess)
          This only works for cloning a def.
protected  void VersionDescriptionDefinition.resolvePublicObject(LibrarySession sess)
          Resolve the PublicObject setting.
protected  void VersionDescriptionDefinition.resolve(LibrarySession sess)
          Resolve any settings that are object attributes set by Name.
protected  void VersionDescriptionDefinition.unresolve(LibrarySession sess)
          Unresolve any settings from a resolved instance.
protected  void TemplateDefinition.resolve(LibrarySession sess)
          resolve - resolve any settings.
protected  void TemplateDefinition.unresolve(LibrarySession sess)
          unresolve - unresolve any settings from a resolved instance.
protected  void PrintJobDefinition.resolveDocument(LibrarySession sess)
          Resolve the Document for this PrintJob
protected  void PrintJobDefinition.resolve(LibrarySession sess)
          Resolves any settings that our object attributes have set by same.
protected  void PrintJobDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected  void PrintJobDefinition.unresolveDocument(LibrarySession sess)
          Unresolves the Document for this PrintJob.
protected  void ValueDefaultPropertyBundleDefinition.resolve(LibrarySession session)
          Resolves any settings.
protected  void ValueDefaultPropertyBundleDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
protected static ServiceConfiguration ServiceConfiguration.constructServiceConfiguration(LibrarySession session, S_LibraryObjectData data)
          Constructs a ServiceConfiguration for the specified data.
protected static java.util.Vector ServiceConfiguration.constructServiceConfigurationVector(LibrarySession sess, java.util.Vector vector)
          constructServiceConfigurationVector - construct a Vector of ServiceConfiguration from a Vector of S_LibraryObjectData.
protected  void SearchObjectDefinition.resolve(LibrarySession sess)
          resolve - resolve any settings Ensures SearchSpecification is not null and valid.
protected  void SearchObjectDefinition.unresolve(LibrarySession sess)
          unresolve - unresolve any settings from a resolved instance.
protected static void Search.createView(LibrarySession sess, ViewSpecification vsp)
           
protected  void PropertyDefinition.resolve(LibrarySession sess)
          Resolves any settings.
protected  void PropertyDefinition.unresolve(LibrarySession sess)
          Unresolves any settings from a resolved instance.
 

Constructors in oracle.ifs.beans with parameters of type LibrarySession
LibraryObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs an IFS object - standard variant.
TieLibraryObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieLibraryObject.
SystemObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a SystemObject object - standard variant.
TieSystemObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSystemObject.
Policy(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a Policy.
PublicObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a PublicObject object - standard variant.
TiePublicObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePublicObject.
DirectoryObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a DirectoryObject object.
TieDirectoryObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieDirectoryObject.
AuditRule(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a AuditRule.
Relationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Relationship object - standard variant.
TieRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieRelationship.
FolderRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a FolderRelationship object - standard variant.
TieFolderRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieFolderRelationship.
FolderPathRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a FolderPathRelationship object - standard variant.
NamedRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a NamedRelationship object - standard variant.
Media(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Media object - standard variant.
TieMedia(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMedia.
MediaLob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a MediaLob object - standard variant.
TieMediaLob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMediaLob.
MediaBlob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a MediaBlob object - standard variant.
TieMediaBlob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMediaBlob.
VersionSeries(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a VersionSeries object - standard variant.
Property(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a Property.
LibraryObjectDefinition(LibrarySession session)
          Constructs a LibraryObjectDefinition.
SystemObjectDefinition(LibrarySession session)
          Constructs a SystemObjectDefinition explicitly capturing the session.
MediaDefinition(LibrarySession session)
          Constructs a MediaDefinition explicitly capturing the session.
MediaFileDefinition(LibrarySession session)
          Constructs a MediaFileDefinition explicitly capturing the session.
DirectoryGroup(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a DirectoryGroup object - standard variant.
ApplicationObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs an ApplicationObject object of the standard variant.
TieApplicationObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieApplicationObject.
PropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a PropertyBundle.
TiePropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePropertyBundle.
ValueDefaultPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDefaultPropertyBundle.
TieValueDefaultPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieValueDefaultPropertyBundle.
PublicObjectDefinition(LibrarySession session)
          Constructs a PublicObjectDefinition explicitly capturing the session.
ApplicationObjectDefinition(LibrarySession session)
          Constructs a ApplicationObjectDefinition explicitly capturing the session.
PropertyBundleDefinition(LibrarySession session)
          Constructs a PropertyBundleDefinition explicitly capturing the session.
ValueDomainPropertyBundleDefinition(LibrarySession session)
          Constructs a ValueDomainPropertyBundleDefinition.
UserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a UserProfile object - standard variant.
TieUserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieUserProfile.
GroupMemberRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a GroupMemberRelationship.
TieGroupMemberRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieGroupMemberRelationship.
TieDirectoryGroup(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieDirectoryGroup.
AdministrationGroup(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a AdministrationGroup object - standard variant.
TieAdministrationGroup(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieAdministrationGroup.
VersionDescription(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a VersionDescription object - standard variant.
Category(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a Category object - standard variant.
TieCategory(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieCategory.
InterMediaSource(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaSource object - standard variant.
TieInterMediaSource(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaSource.
SchemaObjectDefinition(LibrarySession session)
          Constructs a SchemaObjectDefinition.
RelationshipDefinition(LibrarySession session)
          Constructs a RelationshipDefinition explicitly capturing the session.
GroupMemberRelationshipDefinition(LibrarySession session)
          Constructs a GroupMemberRelationshipDefinition explicitly capturing the session.
AuditRuleDefinition(LibrarySession session)
          Constructs a AuditRuleDefinition explicitly capturing the session.
PrimaryUserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a PrimaryUserProfile.
TiePrimaryUserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePrimaryUserProfile.
SearchResultObject(LibrarySession sess, S_SearchResultObjectData sData)
          Constructs a SearchResultObject from SearchResultObjectData.
ValueDefaultDefinition(LibrarySession session)
          Constructs a ValueDefaultDefinition explicitly capturing the session
Format(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Format object - standard variant.
ServerConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a ServerConfiguration.
TieServerConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieServerConfiguration.
Selector(LibrarySession session)
          Construct a Selector object.
WastebasketSelector(LibrarySession session)
          Construct a WastebasketSelector object.
AttributeDefinition(LibrarySession session)
          Constructs a AttributeDefinition.
MediaReference(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a MediaReference object - standard variant.
SchemaObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a SchemaObject.
TieSchemaObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSchemaObject.
ValueDomain(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDomain.
MediaLobDefinition(LibrarySession session)
          Constructs a MediaLobDefinition explicitly capturing the session.
MediaBlobDefinition(LibrarySession session)
          Constructs a MediaBlobDefinition explicitly capturing the session.
TieVersionSeries(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieVersionSeries.
BranchRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a BranchRelationship object - standard variant.
TieBranchRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieBranchRelationship.
ExtendedPermission(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a ExtendedPermission object - standard variant.
PermissionBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a PermissionBundle object - standard variant.
TiePermissionBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePermissionBundle.
LockObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a LockObject object - standard variant.
TieLockObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieLockObject.
SystemLockObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a SystemLockObject object - standard variant.
TieSystemLockObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSystemLockObject.
ContentQuota(LibrarySession session, java.lang.Long id, java.lang.Long classid, S_LibraryObjectData data)
          Construct a ContentQuota object - standard variant.
TieContentQuota(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieContentQuota.
ClassObjectDefinition(LibrarySession session)
          Constructs a ClassObjectDefinition.
LibrarySessionTraceLogger(LibrarySession session)
          Constructs a LibrarySessionTraceLogger for the specified session.
PolicyPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a PolicyPropertyBundle.
TiePolicyPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePolicyPropertyBundle.
ClassDomain(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ClassDomain.
TieClassDomain(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieClassDomain.
FolderDefinition(LibrarySession session)
          Constructs a FolderDefinition explicitly capturing the session.
FolderRelationshipDefinition(LibrarySession session)
          Constructs a FolderRelationshipDefinition explicitly capturing the session.
AccessControlEntryDefinition(LibrarySession session)
          Constructs a AccessControlListDefinition explicitly capturing the session.
CategoryDefinition(LibrarySession session)
          Constructs a CategoryDefinition explicitly capturing the session.
InterMediaSourceDefinition(LibrarySession session)
          Constructs a InterMediaSourceDefinition explicitly capturing the session.
InterMediaMovieDefinition(LibrarySession session)
          Constructs a InterMediaMovieDefinition explicitly capturing the session.
AccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a AccessControlList object - standard variant.
TieAccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieAccessControlList.
ClassAccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a ClassAccessControlList object - standard variant.
TieClassAccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieClassAccessControlList.
AccessControlListDefinition(LibrarySession session)
          Constructs a AccessControlListDefinition explicitly capturing the session.
InterMediaAudio(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaAudio object - standard variant.
TieInterMediaAudio(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaAudio.
InterMediaAudioCdTrack(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaAudioCdTrack object - standard variant.
MediaFile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a MediaFile object - standard variant.
TieMediaFile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMediaFile.
SelectorObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a SelectorObject object - standard variant.
TieSelectorObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSelectorObject.
NodeConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a NodeConfiguration.
SystemAccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a SystemAccessControlList object - standard variant.
TieSystemAccessControlList(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSystemAccessControlList.
Queue(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Queue object - standard variant.
ClassDomainDefinition(LibrarySession session)
          Constructs a ClassDomainDefinition explicitly capturing the session.
BeanRaci(RandomAccessContentInterface serverRaci, LibrarySession session)
          The Contstructor.
NodeConfigurationDefinition(LibrarySession session)
          Constructs a NodeConfigurationDefinition explicitly capturing the session.
TieNamedRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieNamedRelationship.
FamilyDefinition(LibrarySession session)
          Constructs a FamilyDefinition explicitly capturing the session.
Printer(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Printer object - standard variant.
Template(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Template object - standard variant.
TieTemplate(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieTemplate.
Document(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a Document object - standard variant.
TieAuditRule(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieAuditRule.
SearchObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Search Object, standard variant.
TieSearchObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieSearchObject.
UserProfileDefinition(LibrarySession session)
          Constructs a UserProfileDefinition explicitly capturing the session.
ExtendedUserProfileDefinition(LibrarySession session)
          Constructs a ExtendedUserProfileDefinition explicitly capturing the session.
ClassObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ClassObject.
ClassObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_ClassObjectData data)
          Internal use only: Constructs a ClassObject.
DirectoryUser(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a DirectoryUser object.
TieProperty(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieProperty.
ContentObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a ContentObject object - standard variant.
PrinterDefinition(LibrarySession session)
          Constructs a PrinterDefinition explicitly capturing the session.
MountPoint(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a MountPoint object - standard variant.
TieMountPoint(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMountPoint.
TieValueDomain(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieValueDomain.
TiePrinter(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePrinter.
AccessControlEntry(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a AccessControlEntry object.
InterMediaImage(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaImage object - standard variant.
ExtendedUserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a ExtendedUserProfile object - standard variant.
TieExtendedUserProfile(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieExtendedUserProfile.
ServiceConfigurationDefinition(LibrarySession session)
          Constructs a ServiceConfigurationDefinition explicitly capturing the session.
MediaTextBlob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a MediaTextBlob object - standard variant.
TieVersionDescription(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieVersionDescription.
TieInterMediaImage(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaImage.
MediaReferenceDefinition(LibrarySession session)
          Constructs a MediaReferenceDefinition explicitly capturing the session.
FolderPathResolver(LibrarySession session)
          default constructor.
PrintJob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a PrintJob object - standard variant.
ValueDefault(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDefault.
TieValueDefault(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieValueDefault.
TieFolderPathRelationship(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieFolderPathRelationship.
SystemAccessControlListDefinition(LibrarySession session)
          Constructs a SystemAccessControlListDefinition explicitly capturing the session.
FormatDefinition(LibrarySession session)
          Constructs a FormatDefinition explicitly capturing the session.
PolicyDefinition(LibrarySession session)
          Constructs a PolicyDefinition explicitly capturing the session.
QueueDefinition(LibrarySession session)
          Constructs a QueueDefinition explicitly capturing the session.
Folder(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Folder object - standard variant.
TieFolder(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieFolder.
DirectoryObjectDefinition(LibrarySession session)
          Constructs a DirectoryGroupDefinition explicitly capturing the session.
DirectoryUserDefinition(LibrarySession session)
          Constructs a DirectoryUserDefinition explicitly capturing the session.
TieNodeConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieNodeConfiguration.
TieExtendedPermission(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieExtendedPermission.
TieDirectoryUser(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieDirectoryUser.
MountPointDefinition(LibrarySession session)
          Constructs a MountPointDefinition explicitly capturing the session.
TieContentObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieContentObject.
TieMediaTextBlob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMediaTextBlob.
PermissionBundleDefinition(LibrarySession session)
          Default constructor.
VersionSeriesDefinition(LibrarySession session)
          Constructs a VersionSeriesDefinition explicitly capturing the session.
SelectorObjectDefinition(LibrarySession session)
          Constructs a SelectorObjectDefinition explicitly capturing the session.
NamedRelationshipDefinition(LibrarySession session)
          Constructs a NamedRelationshipDefinition explicitly capturing the session.
Attribute(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs an Attribute.
Attribute(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_AttributeData data)
          Internal use only: Constructs an Attribute.
BranchRelationshipDefinition(LibrarySession session)
          Constructs a BranchRelationshipDefinition explicitly capturing the session.
InterMediaVideoDefinition(LibrarySession session)
          Constructs a InterMediaVideoDefinition explicitly capturing the session.
TieDocument(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieDocument.
TiePolicy(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePolicy.
ContentQuotaDefinition(LibrarySession session)
          Constructs a ContentQuotaDefinition explicitly capturing the session.
Family(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Construct a Family object - standard variant.
TieFamily(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieFamily.
ValueDomainPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Internal use only: Constructs a ValueDomainPropertyBundle.
DocumentDefinition(LibrarySession session)
          Constructs a DocumentDefinition explicitly capturing the session.
DirectoryGroupDefinition(LibrarySession session)
          Constructs a DirectoryGroupDefinition, explicitly capturing the session.
AdministrationGroupDefinition(LibrarySession session)
          Constructs a AdministrationGroupDefinition explicitly capturing the session.
LockObjectDefinition(LibrarySession session)
          Constructs a LockObjectDefinition explicitly capturing the session.
SystemLockObjectDefinition(LibrarySession session)
          Constructs a SystemLockObjectDefinition explicitly capturing the session.
InterMediaAudioDefinition(LibrarySession session)
          Constructs a InterMediaAudioDefinition explicitly capturing the session.
InterMediaAudioCdTrackDefinition(LibrarySession session)
          Constructs a InterMediaAudioCdTrackDefinition explicitly capturing the session.
InterMediaMovie(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaMovie object - standard variant.
TiePrintJob(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TiePrintJob.
ContentObjectDefinition(LibrarySession session)
          Constructs a ContentObjectDefinition explicitly capturing the session.
TieMediaReference(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieMediaReference.
ValueDomainDefinition(LibrarySession session)
          Constructs a ValueDomainDefinition.
TieInterMediaMovie(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaMovie.
InterMediaImageDefinition(LibrarySession session)
          Constructs a InterMediaImageDefinition explicitly capturing the session.
TieAccessControlEntry(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieAccessControlEntry.
TieInterMediaAudioCdTrack(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaAudioCdTrack.
VersionDescriptionDefinition(LibrarySession session)
          Constructs a VersionDescriptionDefinition explicitly capturing the session.
ClassAccessControlListDefinition(LibrarySession session)
          Constructs a ClassAccessControlListDefinition explicitly capturing the session.
TieFormat(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieFormat.
TemplateDefinition(LibrarySession session)
          Constructs a DirectoryGroupDefinition explicitly capturing the session.
TieValueDomainPropertyBundle(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieValueDomainPropertyBundle.
PolicyPropertyBundleDefinition(LibrarySession session)
          Constructs a PolicyPropertyBundleDefinition explicitly capturing the session.
MediaTextBlobDefinition(LibrarySession session)
          Constructs a IndexedAVIMediaBlobDefinition explicitly capturing the session.
PrintJobDefinition(LibrarySession session)
          Constructs a PrintJobDefinition explicitly capturing the session.
ValueDefaultPropertyBundleDefinition(LibrarySession session)
          Constructs a DefaultPropertyBundleDefinition explicitly capturing the session.
InterMediaVideo(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a InterMediaVideo object - standard variant.
ServiceConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a ServiceConfiguration.
TieServiceConfiguration(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieServiceConfiguration.
FolderPathRelationshipDefinition(LibrarySession session)
          Constructs a FolderPathRelationshipDefinition explicitly capturing the session.
ServerConfigurationDefinition(LibrarySession session)
          Constructs a ServerConfigurationDefinition explicitly capturing the session.
SearchObjectDefinition(LibrarySession session)
          Constructs a SearchObjectDefinition explicitly capturing the session.
PrimaryUserProfileDefinition(LibrarySession session)
          Constructs a PrimaryUserProfileDefinition explicitly capturing the session.
Search(LibrarySession sess, SearchSpecification sp)
          Constructs a Search object.
Search(LibrarySession sess, java.lang.Long searchObjectId)
          Constructs a Search object.
TieInterMediaVideo(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieInterMediaVideo.
PropertyDefinition(LibrarySession session)
          Constructs a PropertyDefinition by explicitly capturing the session.
ExtendedPermissionDefinition(LibrarySession session)
          Constructs a ExtendedPermissionDefinition explicitly capturing the session.
TieQueue(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_LibraryObjectData data)
          Constructs a TieQueue.
 

Uses of LibrarySession in oracle.ifs.beans.parsers
 

Fields in oracle.ifs.beans.parsers declared as LibrarySession
protected  LibrarySession LiteralDocumentParser.m_Session
          Deprecated. The LibrarySession which constructed this XmlParser
protected  LibrarySession ClassSelectionParser.m_session
          Deprecated. the session
protected  LibrarySession IfsXmlParser.m_Session
          Deprecated. The LibrarySession which constructed this XmlParser
protected  LibrarySession IfsSimpleXmlParser.m_Session
          Deprecated. The LibrarySession which constructed this XmlParser
protected  LibrarySession SimpleXmlParserImpl.m_Session
          Deprecated.  
 

Methods in oracle.ifs.beans.parsers with parameters of type LibrarySession
protected  void SimpleXmlParserImpl.ensureLegalPublicObjectDefinition(PublicObjectDefinition pod, LibrarySession session, PublicObject objectForUpdate)
          Deprecated. Ensure that the specified PublicObjectDefinition is legal, and fix if possible.
 

Constructors in oracle.ifs.beans.parsers with parameters of type LibrarySession
LiteralDocumentParser(LibrarySession session)
          Deprecated. Constructs a LiteralDocumentParser
ClassSelectionParser(LibrarySession session)
          Deprecated. Constructs a ClassSelectionParser
IfsXmlParser(LibrarySession session)
          Deprecated. Constucts an IfsXmlParser
IfsSimpleXmlParser(LibrarySession session)
          Deprecated. Constructs a IfsSimpleXmlParser
SimpleXmlParserImpl(LibrarySession session, ParserCallback callback, java.util.Hashtable options, IfsSimpleXmlParser sxp)
          Deprecated. Creates a SimpleXmlParserImpl
 

Uses of LibrarySession in oracle.ifs.common
 

Fields in oracle.ifs.common declared as LibrarySession
protected  LibrarySession BaseApp.m_session
          Deprecated. save the session that is returned from connect methods.
protected  LibrarySession TokenCredential.m_Session
          The LibrarySession that constructed this.
protected  LibrarySession Localizer.m_Session
          The LibrarySession to which this Localizer is bound.
 

Methods in oracle.ifs.common that return LibrarySession
 LibrarySession BaseApp.connect()
          Create a LibrarySession.
 LibrarySession BaseApp.connect(java.lang.String username, java.lang.String password, java.lang.String server)
          Create a LibrarySession.
 LibrarySession BaseApp.connect(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String serverPassword)
          Create a LibrarySession.
 LibrarySession BaseApp.connect(Credential credential, ConnectOptions options)
          Create a LibrarySession, from the specified Credential and ConnectOptions.
 

Methods in oracle.ifs.common with parameters of type LibrarySession
static java.lang.String BaseApp.getCachePerformanceString(LibrarySession session)
          Get the cache performance, as a String.
 void BaseApp.showCachePerformance(LibrarySession session)
          Display the cache performance.
static java.lang.String BaseApp.getConnectionPoolPerformanceString(LibrarySession session)
          Get the connection pool performance, as a String.
 void BaseApp.showConnectionPoolPerformance(LibrarySession session)
          Display the connection pool performance.
 

Constructors in oracle.ifs.common with parameters of type LibrarySession
TokenCredential(LibrarySession session)
          Constructs a new TokenCredential.
Localizer(java.util.Locale locale, LibrarySession session)
          Constructs a Localizer for the specified locale.
 

Uses of LibrarySession in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return LibrarySession
protected  LibrarySession IfsServer.connectSession()
          Gets a default LibrarySession for this Server.
protected  LibrarySession IfsServer.getSession()
          Gets the default session for this Server.
protected  LibrarySession IfsServer.checkSession()
          Gets the default session for this Server, performing additional checks to ensure the session is still connected and valid.
 

Uses of LibrarySession in oracle.ifs.search
 

Fields in oracle.ifs.search declared as LibrarySession
protected  LibrarySession BindValuesInSpecVisitor.m_Session
           
protected  LibrarySession SearchValidator.m_Session
           
 

Methods in oracle.ifs.search with parameters of type LibrarySession
 Folder FolderRestrictQualification.getStartingFolder(LibrarySession session)
          Returns the start folder
protected  void FolderRestrictQualification.resolveStartFolder(LibrarySession session)
          Resolve the startFolder.
abstract  void SearchSpecification.validate(LibrarySession s)
          This function validates the Specification in a LibrarySession.
 SearchSpecification SearchSpecification.getBoundSpecification(LibrarySession sess, AttributeValue[] bindValues)
          This Specification is cloned and the input bind Values are bound in place in the cloned Specification.
 void AttributeSearchSpecification.validate(LibrarySession sess)
          Constructs or finds a SearchValidator for the specified session.
 void ContextSearchSpecification.validate(LibrarySession sess)
          Constructs or finds a SearchValidator for the specified session.
 void AttributeQualification.setValue(AttributeValue av, LibrarySession sess)
          Sets the comparison Value.
 void ViewSpecification.addClass(LibrarySession sess, java.lang.String clsName, java.lang.String[] attrs)
          Let's you add attributes into your view.
 void ViewSpecification.addClass(LibrarySession sess, java.lang.String clsName, java.lang.String[] attrs, java.lang.String[] aliases)
          Let's you add attributes into your view.
 void ViewSpecification.setDirectoryObject(LibrarySession sess, DirectoryObject dObj)
          Let's you set the DirectoryUser associated with the View.
 void ViewSpecification.validate(LibrarySession sess)
          Validates a View Specification.
protected static SearchValidator SearchValidator.constructValidator(LibrarySession sess)
           
static void SearchValidator.disposeValidator(LibrarySession session)
          Disposes any previously-constructed SearchValidator for the specified session.
 

Constructors in oracle.ifs.search with parameters of type LibrarySession
BindValuesInSpecVisitor(LibrarySession sess, AttributeValue[] vals)
           
 

Uses of LibrarySession in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type LibrarySession
 AttributeValue S_LibraryObjectData.getAttribute(java.lang.String name, LibrarySession session)
          Gets the value of the specified attribute for the LIBRARYOBJECT represented by this S_LibraryObjectData.
 java.lang.reflect.Constructor S_ClassObjectData.getBeanConstructor(LibrarySession session)
          Gets the Constructor for the LibraryObject subclass that represents instances of this CLASSOBJECT.
 LibraryObjectDefinition S_LibraryObjectDefinition.getBeanDefinition(LibrarySession session)
          return bean-side definition.
protected  LibraryObjectDefinition S_LibraryObjectDefinition.constructBeanDefinition(LibrarySession session)
           
 


Oracle Content Management SDK

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