Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_LibrarySession

Packages that use S_LibrarySession
oracle.ifs.search   
oracle.ifs.server   
oracle.ifs.server.renderers   
oracle.ifs.server.sql   
 

Uses of S_LibrarySession in oracle.ifs.search
 

Fields in oracle.ifs.search declared as S_LibrarySession
protected  S_LibrarySession BindValuesVisitor.m_Session
           
protected  S_LibrarySession SQLGenerator.m_Session
           
 

Methods in oracle.ifs.search with parameters of type S_LibrarySession
static S_Attribute PropertyQualification.propertyAttribute(S_LibrarySession sess, int attributeDataType)
          Used to get the Attribute on the Property Class for the specified dataType.
protected static SQLGenerator SQLGenerator.constructGenerator(S_LibrarySession sess)
           
static void SQLGenerator.disposeGenerator(S_LibrarySession session)
          Disposes any previously-constructed SQLGenerator for the specified session.
 java.util.Enumeration SearchSpecification.getSQL(S_Search srchObj, S_LibrarySession s)
          Returns the SQL for this Specification.
 java.util.Enumeration SearchSpecification.getSQL(S_Search srchObj, S_LibrarySession s, java.util.Vector avs, boolean searchCountOnly)
          Returns the SQL for this Specification.
protected abstract  java.util.Enumeration SearchSpecification.getSQL(java.lang.String prefix, S_Search srchObj, S_LibrarySession sess, java.util.Vector avs, boolean searchCountOnly)
          Returns the SQL for this Specification.
abstract  java.lang.String SearchSpecification.getSQLString(java.lang.String prefix, S_LibrarySession session, boolean searchCountOnly)
          Returns the SQL string for this SearchSpecification.
 java.lang.String SearchSpecification.explainPlan(S_Search srchObj, S_LibrarySession sess, java.util.Hashtable planDetails)
          Returns the Query Plan for the Search.
protected abstract  java.lang.String SearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
 void SearchSpecification.createView(S_LibrarySession sess, ViewSpecification vsp)
          Creates a database view based on this Specification, and the ViewSpecification.
protected  java.util.Enumeration AttributeSearchSpecification.getSQL(java.lang.String prefix, S_Search srchObj, S_LibrarySession sess, java.util.Vector avs, boolean searchCountOnly)
          Returns an Enumeration of PreparedStatements.
 java.lang.String AttributeSearchSpecification.getSQLString(java.lang.String prefix, S_LibrarySession session, boolean searchCountOnly)
          Returns the SQL string for this SearchSpecification.
protected  java.lang.String AttributeSearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
protected  int AttributeSearchSpecification.setSecurityParameters(S_LibrarySession sess, java.sql.PreparedStatement stmt, S_Search srch, int startIdx)
          Sets the userid in the security clause, returns the bind offset, which is passed to the bindVisitor.
protected  java.lang.String ContextSearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
protected  java.util.Enumeration ContextSearchSpecification.getSQL(java.lang.String prefix, S_Search srchObj, S_LibrarySession sess, java.util.Vector avs, boolean searchCountOnly)
          Returns an Enumeration of PreparedStatements.
 java.lang.String ContextSearchSpecification.getSQLString(java.lang.String prefix, S_LibrarySession session, boolean searchCountOnly)
          Returns the SQL string for this SearchSpecification.
 

Constructors in oracle.ifs.search with parameters of type S_LibrarySession
BindValuesVisitor(S_LibrarySession sess, java.sql.PreparedStatement st, java.util.Vector vals, int startIdx)
           
 

Uses of S_LibrarySession in oracle.ifs.server
 

Fields in oracle.ifs.server declared as S_LibrarySession
protected  S_LibrarySession S_LibraryObject.m_Session
           
protected  S_LibrarySession S_LibraryObjectSelector.m_Session
           
protected  S_LibrarySession OperationState.m_Session
          The session that is carrying out this operation.
protected  S_LibrarySession S_LibrarySessionTransactionManager.m_Session
          The S_LibrarySession that owns this S_LibrarySessionTransactionManager.
protected  S_LibrarySession S_UserState.m_Session
           
protected  S_LibrarySession[] S_LibraryService.m_Sessions
          The S_LibrarySessions hosted by this S_LibraryService.
protected  S_LibrarySession UncommittedResolvedAclCache.m_Session
          The session to which this UncommittedResolvedAclCache belongs.
protected  S_LibrarySession UncommittedLibraryObjectDataCacheConfiguration.m_Session
          The session to which the UncommittedLibraryObjectDataCache belongs.
protected  S_LibrarySession UncommittedResolvedAclCacheConfiguration.m_Session
          The session to which the UncommittedResolvedAclCache belongs.
protected  S_LibrarySession SequenceGenerator.m_Session
           
protected  S_LibrarySession ObjectResolver.m_Session
          The session
protected  S_LibrarySession S_Search.m_Session
           
protected  S_LibrarySession S_LibraryObjectCursor.m_Session
           
protected  S_LibrarySession S_LibrarySessionTraceLogger.m_SSession
          The session to which this S_LibrarySessionTraceLogger belongs.
protected  S_LibrarySession UncommittedLibraryObjectDataCache.m_Session
          The session to which this UncommittedLibraryObjectDataCache belongs.
(package private)  S_LibrarySession SQLGeneration_Helper.m_Session
           
 

Methods in oracle.ifs.server that return S_LibrarySession
 S_LibrarySession S_LibraryObject.getSession()
          getSession - return current S_LibrarySession.
protected  S_LibrarySession S_LibraryService.constructSession()
          Dynamically constructs an unauthenticated S_LibrarySession.
 S_LibrarySession UncommittedLibraryObjectDataCacheConfiguration.getSession()
          Gets the session to which the cache belongs.
 S_LibrarySession UncommittedResolvedAclCacheConfiguration.getSession()
          Gets the session to which the cache belongs.
 S_LibrarySession S_LibraryObjectCursor.getSession()
           
 S_LibrarySession S_Selector.getSession()
          Returns the session being used by this Selector.
 S_LibrarySession SQLGeneration_Helper.getSession()
          Get the session used by this instance.
 

Methods in oracle.ifs.server with parameters of type S_LibrarySession
protected static S_Policy S_LibraryObject.findPolicyFromPropertyBundleAv(S_LibrarySession sess, AttributeValue av, java.lang.String operationName)
          ???
protected static void S_LibraryObject.clearArrayTypeAttributeValues(S_Attribute attribute, S_LibrarySession session)
          This variant is used by S_ClassObject.removeAttribute.
protected static void S_LibraryObject.copyVectorToLibraryObjectArray(S_LibrarySession sess, java.util.Vector vector, S_LibraryObject[] objs)
          ???
protected static S_PublicObject[] S_PublicObject.vectorToSPublicObjectArray(S_LibrarySession sess, java.util.Vector vector)
           
protected static S_LibraryObjectSelector S_LibraryObjectSelector.constructLibraryObjectSelector(S_LibrarySession session, java.lang.String selectorpath, java.lang.Long classId)
           
protected static S_Relationship[] S_Relationship.vectorToSRelationshipArray(S_LibrarySession sess, java.util.Vector vector)
           
protected static S_DirectoryObject[] S_DirectoryObject.vectorToSDirectoryObjectArray(S_LibrarySession sess, java.util.Vector vector)
          Converts a Vector of S_DirectoryObject to an array of S_DirectoryObject.
protected static S_Media S_Media.getDefaultContentMedia(S_LibrarySession sess)
          getDefaultContentMedia - get the default content Media Instance
protected static S_Media S_Media.getSystemMedia(S_LibrarySession sess)
          getDefaultSystemMedia - get the Media Instance used for large amounts of data that is not content ie object references
protected static java.lang.Long S_Media.storeSerializedObject(S_LibrarySession session, java.io.Serializable obj)
          storeSerializedObject - store serializable object in the default "Search" Media instance.
protected static java.io.Serializable S_Media.retrieveSerializedObject(S_LibrarySession session, java.lang.Long contentRef)
          retrieveSerializedObject - retrieve serializable object in the default "Search" Media instance.
static void S_Media.doObjectReferenceCleanUp(S_LibrarySession session)
          Perform object reference cleanup by constructing view and executing the delete stmt.
protected static void S_Media.unlockBlobsFromDeadSession(S_LibrarySession session, long deadSessionId)
          Perform object reference cleanup by constructing view and executing the delete stmt.
protected static long S_Media.deleteUnlockedTempBfiles(S_LibrarySession session)
          Delete unlocked temp bfile entries.
static int S_Media.deleteOldFilteredContent(S_LibrarySession session, long age)
          Delete old filtered content entries.
static ContextTable[] S_Media.getContextTables(S_LibrarySession sess)
           
static S_DirectoryGroup S_DirectoryGroup.getWorldDirectoryGroup(S_LibrarySession session)
          Gets the DirectoryGroup that represents World access.
protected  boolean S_LibraryService.isPartitioningEnabled(S_LibrarySession session)
          checks whether or not partitioning is being used in this instance.
protected  AuditRuleEvaluator S_LibraryService.getAuditRuleEvaluator(S_LibrarySession session)
          Gets the AuditRuleEvaluator for this S_LibraryService.
protected  void S_LibraryService.addSession(S_LibrarySession session)
          Adds the specified S_LibrarySession to the set of sessions managed by this S_LibraryService.
protected  void S_LibraryService.removeSession(S_LibrarySession session)
          Removes the specified S_LibrarySession from the set of sessions managed by this S_LibraryService.
protected  void S_LibraryService.cleanupDeadServices(S_LibrarySession session, long serviceTimeoutPeriod)
          Cleans up S_LibraryServices that have abnormally terminated.
protected static S_LibraryObjectDefinition S_LockObject.createDefaultDefinition(S_LibrarySession sess)
          Creates a default lockobject definition for locking operations.
protected static S_LibraryObjectDefinition S_Family.createDefaultDefinition(S_LibrarySession sess)
          Creates a default server side definition for a Family.
static int S_Attribute.doDanglingObjectReferencesCleanUp(S_LibrarySession session, java.util.Vector params)
          Perform dangling object references cleanup
static int S_Attribute.doDanglingArrayReferencesCleanUp(S_LibrarySession session, java.util.Vector params)
          Perform dangling array type object references cleanup
protected static S_ContentQuota S_ContentQuota.getUserContentQuota(S_LibrarySession sess)
          Gets the ContentQuota object associated with the current user
 void UncommittedLibraryObjectDataCacheConfiguration.setSession(S_LibrarySession session)
          Sets the session to which the cache belongs.
static AttributeValue S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av, long objectId, long attributeId, long auditId, S_LibrarySession session, LibraryConnection lconn, java.sql.Connection conn)
          Gets a fully resolved array-type AttributeValue with non-transient elements that is a copy of the specified array-type AttributeValue.
 void UncommittedResolvedAclCacheConfiguration.setSession(S_LibrarySession session)
          Sets the session to which the cache belongs.
protected static S_VersionDescription[] S_VersionDescription.vectorToSVersionDescriptionArray(S_LibrarySession sess, java.util.Vector vector)
          Constructs an array of version descriptions from a vector of version descriptions.
protected static S_LibraryObjectDefinition S_VersionSeries.createDefaultDefinition(S_LibrarySession sess)
          Creates a default server side definition for version series class.
protected static S_VersionSeries[] S_VersionSeries.vectorToSVersionSeriesArray(S_LibrarySession sess, java.util.Vector vector)
          Converts vector of data for version series to an array of S_VersionSeries.
protected  java.lang.Long[] AccessControlListResolver.getAccessControlEntryIds(S_LibrarySession session)
          getAces() - get the S_LibraryObjectData vector that contains the AccessControlEntrys.
protected  S_AccessControlEntry[] AccessControlListResolver.getAccessControlEntrys(S_LibrarySession session)
          get the ACE objects.
 void AccessControlListResolver.forceResolution(S_LibrarySession session)
          force resolution of this instance.
protected  boolean AccessControlListResolver.hasDiscoverAccess(S_LibrarySession session, java.lang.Long userid)
          hasDiscoverAccess() - check if a user has discover access for this ACL.
protected  AccessLevel AccessControlListResolver.getAccessLevel(S_LibrarySession session, java.lang.Long userid)
          check access that a specified user has.
protected  void AccessControlListResolver.updateAclDiscovererTable(S_LibrarySession sess)
          updateAclDiscovererTable() - update/insert/delete rows from ACL DiscovererTable to reflect the list of discoverers
protected  void AccessControlListResolver.updateAclDiscovererTableForNonconformingAcl(S_LibrarySession sess)
          update/insert/delete rows from ACL DiscovererTable to reflect the list of discoverers for a non-conforming ACL
protected static AccessLevel AccessControlListResolver.addLevels(AccessLevel level, AccessLevel grantedLevel, S_LibrarySession sess)
          add two access levels
protected static AccessLevel AccessControlListResolver.subtractLevels(AccessLevel level, AccessLevel grantedLevel, S_LibrarySession sess)
          subtract two access levels (standard permissions only)
protected static S_Folder[] S_Folder.vectorToSFolderArray(S_LibrarySession sess, java.util.Vector vector)
          Converts a Vector of S_LOData to a S_Folder[].
protected  void AccessControlListDiscoverAccessService.updateAclDiscovererTableNow(S_LibrarySession session, java.lang.Long aclId)
          Force an update of the ACL discoverer table.
protected  void AccessControlListDiscoverAccessService.setAcldWorldAccessible(S_LibrarySession session, java.lang.Long acl)
          setAcldWorldAccessible() - set ACLD entries for an ACL to reflect world accessible.
protected  void AccessControlListDiscoverAccessService.setAcldWorldAccessibleExceptFor(S_LibrarySession session, java.lang.Long acl, java.util.Vector exceptList)
          setAcldWorldAccessibleExceptFor() - set ACLD entries for an ACL to reflect world accessible, with the exception of the users indicated in the specified Vector.
protected  void AccessControlListDiscoverAccessService.setAcldExplicitUsers(S_LibrarySession session, java.lang.Long acl, java.util.Vector userList)
          setAcldExplicitUsers() - set ACLD entries for an ACL to reflect accessibility to the users indicated in the specified Vector.
protected  void AccessControlListDiscoverAccessService.setAcldForComponentAcl(S_LibrarySession session, java.lang.Long acl, java.lang.Long componentId)
          add ACLD entries for a component ACL to its composite ACL.
protected  void AccessControlListDiscoverAccessService.setAcldForFreedAcl(S_LibrarySession session, java.lang.Long acl)
          setAcldForFreedAcl() - delete all ACLD entries for an ACL that has been freed.
protected  void AccessControlListDiscoverAccessService.setNcAclForExplicitGroups(S_LibrarySession session, java.lang.Long acl, java.util.Vector groupList)
          set Non-conforming ACL entries for an ACL to reflect the groups that are making it non-conforming
protected  void AccessControlListDiscoverAccessService.setNcAclForConformingAcl(S_LibrarySession session, java.lang.Long acl)
          delete all Non-conforming ACL entries for an ACL that is conforming.
protected  void AccessControlListDiscoverAccessService.setNcAclForFreedAcl(S_LibrarySession session, java.lang.Long acl)
          delete all Non-conforming ACL entries for an ACL that has been freed.
 AttributeValue S_LibraryObjectData.getAttribute(java.lang.String name, S_LibrarySession session)
          Gets the value of the specified attribute for the LIBRARYOBJECT represented by this S_LibraryObjectData.
 java.lang.String S_AttributeData.getName(S_LibrarySession session)
          Gets the name of this attribute.
 int S_AttributeData.getDatatype(S_LibrarySession session)
          Gets the datatype of this attribute.
 int S_AttributeData.getDatalength(S_LibrarySession session)
          Gets the datalength of this attribute.
 int S_AttributeData.getDatascale(S_LibrarySession session)
          Gets the datascale of this attribute.
 boolean S_AttributeData.isUnique(S_LibrarySession session)
          Gets whether values for this attribute are unique.
 boolean S_AttributeData.isRequired(S_LibrarySession session)
          Gets whether values for this attribute are required.
 boolean S_AttributeData.isIndexed(S_LibrarySession session)
          Gets whether values for this attribute are indexed.
 boolean S_AttributeData.isSettable(S_LibrarySession session)
          Gets whether values for this attribute are settable.
 boolean S_AttributeData.isUpdateable(S_LibrarySession session)
          Gets whether values for this attribute are updateable.
 java.lang.String S_AttributeData.getDatabaseObjectName(S_LibrarySession session)
          Gets the database object name of this attribute.
protected  S_ClassDomain S_AttributeData.getClassDomain(S_LibrarySession session)
          Gets the class domain of this attribute.
protected  S_ValueDomain S_AttributeData.getValueDomain(S_LibrarySession session)
          Gets the value domain of this attribute.
protected  S_ValueDefault S_AttributeData.getValueDefault(S_LibrarySession session)
          Gets the value default of this attribute.
 boolean S_AttributeData.isValidateValueDomain(S_LibrarySession session)
          Gets whether the value domain of this attribute is enforced.
 int S_AttributeData.getReferentialIntegrityRule(S_LibrarySession session)
          Gets the referential integrity rule for this attribute.
 java.lang.String S_AttributeData.getDescription(S_LibrarySession session)
          Gets the description of this attribute.
 boolean AuditRuleEvaluator.isAudited(S_LibrarySession sess, java.lang.Long classid, long opType)
          Returns the indication as whether the operation type should be audited for the class specified.
 java.util.Vector AuditRuleEvaluator.getTypesAudited(S_LibrarySession sess, java.lang.Long classid)
          Get Operation types audited for the specified class
protected static void S_Search.createView(S_LibrarySession sess, ViewSpecification vsp)
           
 void FolderPathCache.addChild(S_LibrarySession sess, java.lang.Long id, java.lang.String itemName, S_PublicObject child)
          Find a child PublicObject relative to a specified parent folder Id and item name.
 S_PublicObject FolderPathCache.findChild(S_LibrarySession sess, java.lang.Long id, java.lang.String itemName)
          Find a child PublicObject relative to a specified parent folder Id and item name.
 java.lang.reflect.Constructor S_ClassObjectData.getServerConstructor(S_LibrarySession session)
          Gets the Constructor for the S_LibraryObject subclass that represents instances of this CLASSOBJECT.
 java.lang.reflect.Constructor S_ClassObjectData.getServerConstructorForCreate(S_LibrarySession session)
          Gets the Constructor for the S_LibraryObject subclass that represents instances of this CLASSOBJECT.
 java.lang.reflect.Constructor S_ClassObjectData.getSelectorConstructor(S_LibrarySession session)
          Gets the Constructor for the S_LibraryObjectSelector subclass for this CLASSOBJECT.
protected  S_PublicObject[] AccessControlListProxyService.getSecuredPublicObjects(S_LibrarySession sess, java.lang.Long id)
          get the Secured PublicObjects
protected  void AccessControlListProxyService.insertSecuredPublicObject(S_LibrarySession sess, java.lang.Long securing, java.lang.Long secured)
          insertSecuredPublicObject() - add a ACL Proxy entry
protected  void AccessControlListProxyService.deleteSecuredPublicObject(S_LibrarySession sess, java.lang.Long securing, java.lang.Long secured)
          deleteSecuredPublicObject() - delete a ACL Proxy entry
protected  void AccessControlListProxyService.deleteAllSecuredPublicObject(S_LibrarySession sess, java.lang.Long securing)
          deleteAllSecuredPublicObjects() - delete all ACL Proxy entries for a specified Securing object
 boolean IfsAuditRuleEvaluator.isAudited(S_LibrarySession sess, java.lang.Long classid, long optype)
          Returns the indication as whether the operation type should be audited for the class specified.
 java.util.Vector IfsAuditRuleEvaluator.getTypesAudited(S_LibrarySession sess, java.lang.Long classid)
          Get Operation types audited for the specified class
protected  void IfsAuditRuleEvaluator.resolve(S_LibrarySession session)
          resolve make sure we're resolved
protected static java.util.Vector S_Selector.constructLibraryObjectVector(S_LibrarySession sess, java.util.Vector vector)
          Constructs a vector of library objects using a vector of data corresponding to them.
protected static S_LibraryObject S_Selector.constructLibraryObject(S_LibrarySession sess, S_LibraryObjectData data)
          Constructs a Library Object from data corresponding to it.
protected  void S_Selector.resolveSortSpecification(S_LibrarySession session)
          force the SortSpecification (if specified) to be resolved and verified.
static SQLGeneration_Helper SQLGeneration_Helper.constructHelper(S_LibrarySession sess)
           
protected static void SQLGeneration_Helper.disposeHelper(S_LibrarySession session)
          Disposes any previously-constructed SQLGeneration_Helper for the specified session.
protected  void AccessControlListIndexService.changeUpdateMode(S_LibrarySession session, boolean isSync)
           
protected  void AccessControlListIndexService.createDeferredUpdate(S_LibrarySession session, int operationType, long leftId, long rightId)
          create a deferred update entry
protected  void AccessControlListIndexService.deleteDeferredUpdate(S_LibrarySession session, java.lang.Long id)
          delete a set of deferred update entries
protected  void AccessControlListIndexService.deleteDeferredUpdates(S_LibrarySession session, java.lang.Long[] ids)
          delete a set of deferred update entries
protected  java.util.Vector AccessControlListIndexService.selectDeferredResolutionEntries(S_LibrarySession session, int maxItems)
          select a set of deferred update entries
protected  void AccessControlListIndexService.applyDeferredUpdate(S_LibrarySession sess, AccessControlListDeferredUpdate acldu, boolean deleteAfterProcessing)
           
protected  void AccessControlListIndexService.postEvent(S_LibrarySession sess)
           
protected  void AccessControlListIndexService.registerNewDirectoryObject(S_LibrarySession sess, long id)
           
protected  void AccessControlListIndexService.unregisterFreedDirectoryObject(S_LibrarySession sess, long id)
           
protected  void AccessControlListIndexService.addToGroup(S_LibrarySession sess, long parentid, long childid)
           
protected  void AccessControlListIndexService.removeFromGroup(S_LibrarySession sess, long parentid, long childid)
           
protected  void AccessControlListIndexService.updateAclDiscovererTable(S_LibrarySession session, java.lang.Long aclId)
          Handles a request to update the ACL discoverer table.
protected  void DirectoryGroupIndexService.registerNewDirectoryObjectNow(S_LibrarySession sess, long id)
           
protected  void DirectoryGroupIndexService.unregisterFreedDirectoryObjectNow(S_LibrarySession sess, long id)
           
protected  void DirectoryGroupIndexService.addToGroupNow(S_LibrarySession sess, long parentid, long childid)
           
protected  void DirectoryGroupIndexService.removeFromGroupNow(S_LibrarySession sess, long parentid, long childid)
           
protected  void DirectoryGroupIndexService.breakCycle(S_LibrarySession sess, java.lang.Long leftId, java.lang.Long rightId)
           
protected  void FolderIndexService.registerNewFolder(S_LibrarySession sess, long id)
           
protected  void FolderIndexService.registerNewFolder(S_LibrarySession sess, long id, int level)
           
protected  void FolderIndexService.registerNewFolderNow(S_LibrarySession sess, long id, int level)
           
protected  void FolderIndexService.unregisterFreedFolder(S_LibrarySession sess, long id)
           
protected  void FolderIndexService.unregisterFreedFolderNow(S_LibrarySession sess, long id)
           
protected  void FolderIndexService.addToFolder(S_LibrarySession sess, long parentid, long childid)
           
protected  void FolderIndexService.addToFolderNow(S_LibrarySession sess, long parentid, long childid)
           
protected  void FolderIndexService.removeFromFolder(S_LibrarySession sess, long parentid, long childid)
           
protected  void FolderIndexService.removeFromFolderNow(S_LibrarySession sess, long parentid, long childid)
           
protected  java.lang.Long[] FolderIndexService.getFoldersNeedingPromotion(S_LibrarySession sess, int level, int maxParentsThreshold, int maxChildrenThreshold)
          Returns array of Long objects that hold the id of the folders at the current level that need promotion, in order to avoid explosion of rows in the odmz_folderindex because of multiply linked folders.
protected  void FolderIndexService.promoteFolder(S_LibrarySession sess, long folderId, int newLevel)
           
protected  void FolderIndexService.promoteFolderNow(S_LibrarySession sess, long folderId, int newLevel)
           
protected  java.lang.String FolderIndexService.getFrqClause(S_LibrarySession sess, long topFolderId, java.lang.String poAlias, java.lang.String relView)
           
protected  java.lang.String FolderIndexService.getFrqExistsClause(S_LibrarySession sess, long topFolderId, java.lang.String poAlias, java.lang.String relView)
           
protected  java.lang.String FolderIndexService.getFrqInClause(S_LibrarySession sess, long topFolderId, java.lang.String poAlias, java.lang.String relView)
           
protected  boolean FolderIndexService.isCreationDeferred(S_LibrarySession sess)
           
protected  void FolderIndexService.initializeTables(S_LibrarySession sess, int maxLevels)
           
protected  void FolderIndexService.createInitialSelfRows(S_LibrarySession sess)
           
protected  void FolderIndexService.createInitialDeferredEntries(S_LibrarySession sess)
           
protected  int FolderIndexService.resetFolderIndex(S_LibrarySession sess)
           
protected  void FolderIndexService.truncateTables(S_LibrarySession sess)
           
protected  void FolderIndexService.completeIndexCreation(S_LibrarySession sess, boolean creationDeferred)
           
protected  void FolderIndexService.changeUpdateMode(S_LibrarySession sess, int newMode)
           
protected  void FolderIndexService.createDeferredUpdate(S_LibrarySession sess, int operationType, long leftId, long rightId, int level)
           
protected  void FolderIndexService.postEvent(S_LibrarySession sess)
           
protected  void FolderIndexService.applyDeferredUpdate(S_LibrarySession sess, FolderIndexDeferredUpdate fidu)
           
protected  void FolderIndexService.deleteDeferredUpdate(S_LibrarySession sess, long id)
           
protected  java.util.Vector FolderIndexService.selectDeferredUpdates(S_LibrarySession sess, int maxItems)
           
 java.sql.PreparedStatement LibraryQueryStatement.getStatement(S_LibrarySession sess)
          getStatement() - return the Prepared statement
protected  java.lang.String LibraryQueryStatement.getSqlString(S_LibrarySession sess)
          prepareStatement() - prepare the statement
protected  java.lang.String LibraryQueryStatement.getWhereClauseString(S_LibrarySession sess)
           
protected  java.lang.String LibraryQueryStatement.getSecurityClause(S_LibrarySession sess)
           
protected  java.lang.String LibraryQueryStatement.getSortString(S_LibrarySession sess)
           
protected  int LibraryQueryStatement.getParamOffset(S_LibrarySession sess)
           
protected  void LibraryQueryStatement.setInherentParameters(S_LibrarySession sess)
           
protected  java.lang.String LibraryQueryStatement.getViewName(S_LibrarySession sess, boolean isPublic, S_ClassObjectData classData)
           
protected static void LibraryQueryStatement.obtainRowLockByIdWithNowait(S_LibrarySession session, java.lang.String tablename, java.lang.String columnname, java.lang.Long id)
          Issues a SQL statement that will lock a row in table.
 

Constructors in oracle.ifs.server with parameters of type S_LibrarySession
S_LibraryObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_LibraryObject object.
S_LibraryObject(S_LibrarySession session)
          Construct a S_LibraryObject object that does not yet exist inthe database.
S_LibraryObject(S_LibrarySession session, java.lang.Long classId)
          This constructor is called during object creation (i.e., this Library Object does not yet exist in the database).
S_TieLibraryObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieLibraryObject for an existing object.
S_TieLibraryObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieLibraryObject for a new object.
S_PublicObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_PublicObject object.
S_PublicObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PublicObject object.
S_LibraryObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_LibraryObjectSelector object, with the classId that it is servicing specified.
S_SchemaObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SchemaObjectSelector object.
OperationState(S_LibrarySession session, S_LibraryObject obj)
          Construct an OperationState on a specified initial object, on behalf of a session.
S_SystemObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_SystemObject object.
S_SystemObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemObject object.
S_TieSystemObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSystemObject for an existing SYSTEMOBJECT.
S_TieSystemObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSystemObject for a new SYSTEMOBJECT.
S_AccessControlEntry(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_AccessControlEntry object.
S_AccessControlEntry(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AccessControlEntry object.
S_TieAccessControlEntry(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieAccessControlEntry for an existing ACCESSCONTROLENTRY.
S_TieAccessControlEntry(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieAccessControlEntry for a new ACCESSCONTROLENTRY.
S_TiePublicObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePublicObject for an existing PUBLICOBJECT.
S_TiePublicObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePublicObject for a new PUBLICOBJECT.
S_ApplicationObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_ApplicationObject.
S_ApplicationObject(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_ApplicationObject.
S_TieApplicationObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieApplicationObject for an existing APPLICATIONOBJECT.
S_TieApplicationObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieApplicationObject for a new APPLICATIONOBJECT.
S_PropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_PropertyBundle.
S_PropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs a new S_PropertyBundle.
S_TiePropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePropertyBundle for an existing PROPERTYBUNDLE.
S_TiePropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePropertyBundle for a new PROPERTYBUNDLE.
S_ServerConfiguration(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_ServerConfiguration.
S_ServerConfiguration(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ServerConfiguration.
S_Relationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Relationship object.
S_Relationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Relationship object.
S_TieRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieRelationship for an existing RELATIONSHIP.
S_TieRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieRelationship for a new RELATIONSHIP.
S_FolderRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_FolderRelationship object.
S_FolderRelationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FolderRelationship object.
S_TieFolderRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFolderRelationship for an existing FOLDERRELATIONSHIP.
S_TieFolderRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFolderRelationship for a new FOLDERRELATIONSHIP.
S_FolderPathRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_FolderPathRelationship object.
S_FolderPathRelationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FolderPathRelationship object.
S_TieFolderPathRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFolderPathRelationship for an existing FOLDERPATHRELATIONSHIP.
S_TieFolderPathRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFolderPathRelationship for a new FOLDERPATHRELATIONSHIP.
S_PublicObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PublicObjectSelector object.
S_UserProfileSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_UserProfileSelector object.
S_PrimaryUserProfileSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PrimaryUserProfileSelector object.
S_SchemaObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_SchemaObject object.
S_SchemaObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SchemaObject object.
S_TieSchemaObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSchemaObject for an existing SCHEMAOBJECT.
S_TieSchemaObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSchemaObject for a new SCHEMAOBJECT.
S_ClassObject(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_ClassObject.
S_ClassObject(S_LibrarySession ssession, S_ClassObjectData data)
          Constructs an S_ClassObject.
S_ClassObject(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_ClassObject.
S_DirectoryObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_DirectoryObject.
S_DirectoryObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_DirectoryObject in the case where the object has not been created in the database yet.
S_TieDirectoryObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDirectoryObject for an existing DIRECTORYOBJECT.
S_TieDirectoryObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDirectoryObject for a new DIRECTORYOBJECT.
S_DirectoryUser(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_DirectoryUser.
S_DirectoryUser(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_DirectoryUser object.
S_TieDirectoryUser(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDirectoryUser for an existing DIRECTORYUSER.
S_TieDirectoryUser(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDirectoryUser for a new DIRECTORYUSER.
S_Queue(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Queue object.
S_Queue(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Queue object.
S_TieQueue(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieQueue for an existing QUEUE.
S_TieQueue(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieQueue for a new QUEUE.
S_ContentObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_ContentObject object.
S_ContentObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ContentObject object.
S_TieContentObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieContentObject for an existing CONTENTOBJECT.
S_TieContentObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieContentObject for a new CONTENTOBJECT.
S_ApplicationObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ApplicationObjectSelector object.
S_PropertyBundleSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PropertyBundleSelector object.
S_PolicyPropertyBundleSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_PolicyPropertyBundleSelector.
S_Template(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Template object.
S_Template(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Template object.
S_Media(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Media object.
S_Media(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Media object.
S_TieMedia(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMedia for an existing MEDIA.
S_TieMedia(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMedia for a new MEDIA.
S_MediaLob(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_MediaLob object.
S_MediaLob(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaLob object.
S_TieMediaLob(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMediaLob for an existing MEDIALOB.
S_TieMediaLob(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMediaLob for a new MEDIALOB.
S_MediaBlob(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_MediaBlob object.
S_MediaBlob(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaBlob object.
S_TieMediaBlob(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMediaBlob for an existing MEDIABLOB.
S_TieMediaBlob(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMediaBlob for a new MEDIABLOB.
S_MediaTextBlob(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_MediaTextBlob object.
S_MediaTextBlob(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaTextBlob object.
S_TieMediaTextBlob(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMediaTextBlob for an existing MEDIABLOB.
S_TieMediaTextBlob(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMediaTextBlob for a new MEDIABLOB.
S_NamedRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_NamedRelationship object.
S_NamedRelationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_NamedRelationship object.
S_TieNamedRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieNamedRelationship for an existing NAMEDRELATIONSHIP.
S_TieNamedRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieNamedRelationship for a new NAMEDRELATIONSHIP.
S_TemplateSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_TemplateSelector object.
S_ValueDomainPropertyBundle(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_ValueDomainPropertyBundle.
S_ValueDomainPropertyBundle(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDomainPropertyBundle.
S_TieValueDomainPropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDomainPropertyBundle for an existing VALUEDOMAINPROPERTYBUNDLE.
S_TieValueDomainPropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDomainPropertyBundle for a new VALUEDOMAINPROPERTYBUNDLE.
S_DirectoryGroup(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_DirectoryGroup.
S_DirectoryGroup(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_DirectoryGroup for the case where the object has not been created in the database yet.
S_TieDirectoryGroup(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDirectoryGroup for an existing DIRECTORYGROUP.
S_TieDirectoryGroup(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDirectoryGroup for a new DIRECTORYGROUP.
S_AdministrationGroup(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_AdministrationGroup object.
S_AdministrationGroup(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AdministrationGroup object.
S_LibrarySessionTransactionManager(S_LibrarySession session, int maxInProgressTransactions)
          Constructs a S_LibrarySessionTransactionManager.
S_Category(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_Category object - standard variant.
S_Category(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_Category object.
S_TieCategory(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieCategory for an existing CATEGORY.
S_TieCategory(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieCategory for a new CATEGORY.
S_InterMediaSource(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaSource object - standard variant.
S_InterMediaSource(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaSource object.
S_TieInterMediaSource(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaSource for an existing INTERMEDIASOURCE.
S_TieInterMediaSource(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaSource for a new INTERMEDIASOURCE.
S_InterMediaMovie(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaMovie object - standard variant.
S_InterMediaMovie(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaMovie object.
S_TieInterMediaMovie(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaMovie for an existing INTERMEDIAMOVIE.
S_TieInterMediaMovie(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaMovie for a new INTERMEDIAMOVIE.
S_BranchRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_BranchRelationship object.
S_BranchRelationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_BranchRelationship object.
S_SystemObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemObjectSelector object.
S_LockObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_LockObjectSelector object.
S_SystemLockObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemLockObjectSelector object.
S_SearchObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_SearchObject object.
S_SearchObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SearchObject object.
S_TieSearchObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSearchObject for an existing SEARCHOBJECT.
S_TieSearchObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSearchObject for a new SEARCHOBJECT.
S_PolicyPropertyBundle(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_PolicyPropertyBundle.
S_PolicyPropertyBundle(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_PolicyPropertyBundle.
S_TiePolicyPropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePolicyPropertyBundle for an existing POLICYPROPERTYBUNDLE.
S_TiePolicyPropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePolicyPropertyBundle for a new POLICYPROPERTYBUNDLE.
S_AccessControlEntrySelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AccessControlEntrySelector object.
S_Property(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_Property.
S_Property(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_Property.
S_QueueSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_QueueSelector object.
S_ServiceConfigurationSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ServiceConfigurationSelector.
S_CategorySelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_CategorySelector object.
S_InterMediaSourceSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaSourceSelector object.
S_InterMediaAudioSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaAudioSelector object.
S_UserState(S_LibrarySession session, S_DirectoryUser user)
          Constructs an S_UserState.
S_RelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_RelationshipSelector object.
S_NamedRelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_NamedRelationshipSelector object.
S_Policy(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_Policy.
S_Policy(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_Policy for objects that have not been created in the database yet.
S_TiePolicy(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePolicy for an existing POLICY.
S_TiePolicy(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePolicy for a new POLICY.
S_BranchRelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_BranchRelationshipSelector object.
S_LockObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_LockObject object - standard variant.
S_LockObject(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_LockObject object.
S_TieLockObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieLockObject for an existing LOCKOBJECT.
S_TieLockObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieLockObject for a new LOCKOBJECT
S_Family(S_LibrarySession session, S_LibraryObjectData data)
          Construct a family object using the session and S_LibraryObjectData .
S_Family(S_LibrarySession session, java.lang.Long classId)
          Construct object using a session and class id.
S_TieFamily(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFamily for an existing FAMILY.
S_TieFamily(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFamily for a new FAMILY.
S_MediaSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaSelector object.
S_MediaLobSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaLobSelector object.
S_FormatSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FormatSelector object.
S_ContentObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ContentObjectSelector object.
S_MediaFile(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_MediaFile object.
S_MediaFile(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaFile object.
S_TieMediaFile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMediaFile for an existing MEDIAFILE.
S_TieMediaFile(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMediaFile for a new MEDIAFILE.
S_Attribute(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_Attribute.
S_Attribute(S_LibrarySession ssession, S_AttributeData data)
          Constructs an S_Attribute.
S_Attribute(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_Attribute.
S_AccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_AccessControlList object.
S_AccessControlList(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AccessControlList object.
S_TieAccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieAccessControlList for an existing ACCESSCONTROLLIST.
S_TieAccessControlList(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieAccessControlList for a new ACCESSCONTROLLIST.
S_ClassAccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_ClassAccessControlList object.
S_ClassAccessControlList(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ClassAccessControlList object.
SessionManager(S_LibrarySession session)
          Constructs a SessionManager for the specified session.
S_AccessControlListSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AccessControlListSelector object.
S_SystemAccessControlListSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemAccessControlListSelector object.
S_SearchObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SearchObjectSelector object.
S_InterMediaImage(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaImage object - standard variant.
S_InterMediaImage(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaImage object.
S_ContentQuota(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_ContentQuota object.
S_ContentQuota(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_ContentQuota object.
S_FolderSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FolderSelector object.
S_ServerConfigurationSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ServerConfigurationSelector.
S_ContentQuotaSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ContentQuotaSelector object.
S_PrintJobSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PrintJobSelector object.
S_FolderRelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FolderRelationshipSelector object.
S_UserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_UserProfile object.
S_UserProfile(S_LibrarySession session, java.lang.Long classId)
          Construct a S_UserProfile object.
S_TieUserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieUserProfile for an existing USERPROFILE.
S_TieUserProfile(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieUserProfile for a new USERPROFILE.
S_PrimaryUserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_PrimaryUserProfile object.
S_PrimaryUserProfile(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_PrimaryUserProfile object.
S_TiePrimaryUserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePrimaryUserProfile for an existing PRIMARYUSERPROFILE.
S_TiePrimaryUserProfile(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePrimaryUserProfile for a new PRIMARYUSERPROFILE.
S_InterMediaMovieSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaMovieSelector object.
S_LibrarySession.S_SessionState(boolean adminMode)
          Constructs an S_SessionState.
S_DirectoryGroupSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_DirectoryGroupSelector object.
S_AuditRule(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_AuditRule object.
S_AuditRule(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AuditRule object.
S_TieAuditRule(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieAuditRule for an existing AUDITRULE.
S_TieAuditRule(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieAuditRule for a new AUDITRULE.
S_ValueDefault(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_ValueDefault.
S_ValueDefault(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_ValueDefault.
S_TieValueDefault(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDefault for an existing VALUEDEFAULT.
S_TieValueDefault(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDefault for a new VALUEDEFAULT.
S_AuditRuleSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AuditRuleSelector object.
S_Document(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Document object.
S_Document(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Document object.
S_TieDocument(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieDocument for an existing DOCUMENT.
S_TieDocument(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieDocument for a new DOCUMENT.
S_InterMediaVideo(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaVideo object - standard variant.
S_InterMediaVideo(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaVideo object.
S_TieInterMediaVideo(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaVideo for an existing INTERMEDIAVIDEO.
S_TieInterMediaVideo(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaVideo for a new INTERMEDIAVIDEO.
S_VersionDescription(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_VersionDescription object.
S_VersionDescription(S_LibrarySession session, java.lang.Long classId)
          Construct a S_VersionDescription object.
S_VersionSeries(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_VersionSeries object using the current session and S_LibraryObjectData.
S_VersionSeries(S_LibrarySession session, java.lang.Long classId)
          Construct object using session and class id.
S_MountPoint(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_MountPoint object.
S_MountPoint(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_MountPoint object.
S_Format(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Format object.
S_Format(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Format object.
S_TieFormat(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFormat for an existing FORMAT.
S_TieFormat(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFormat for a new FORMAT.
S_Printer(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Printer object.
S_Printer(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Printer object.
S_TiePrinter(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePrinter for an existing PRINTER.
S_TiePrinter(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePrinter for a new PRINTER.
S_NodeConfiguration(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_NodeConfiguration.
S_NodeConfiguration(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_NodeConfiguration.
S_TieNodeConfiguration(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieNodeConfiguration for an existing NODECONFIGURATION.
S_TieNodeConfiguration(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieNodeConfiguration for a new NODECONFIGURATION.
S_SelectorObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SelectorObjectSelector object.
S_MediaBlobSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaBlobSelector object.
S_MediaTextBlobSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaBlobSelector object.
S_PrintJob(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_PrintJob object.
S_PrintJob(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PrintJob object.
S_TiePrintJob(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePrintJob for an existing PRINTJOB.
S_TiePrintJob(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePrintJob for a new PRINTJOB.
BfileInputStream(java.io.InputStream is, oracle.sql.BFILE bfile, S_LibrarySession session)
          Construct a BfileInputStream
S_PrinterSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PrinterSelector object.
S_ExtendedUserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_ExtendedUserProfile object.
S_ExtendedUserProfile(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_ExtendedUserProfile object.
S_VersionDescriptionSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_VersionDescriptionSelector object.
S_InterMediaAudio(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaAudio object - standard variant.
S_InterMediaAudio(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaAudio object.
S_TieInterMediaAudio(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaAudio for an existing INTERMEDIAAUDIO.
S_TieInterMediaAudio(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaAudio for a new INTERMEDIAAUDIO.
S_InterMediaAudioCdTrack(S_LibrarySession session, S_LibraryObjectData data)
          Constructs a S_InterMediaAudioCdTrack object - standard variant.
S_InterMediaAudioCdTrack(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_InterMediaAudioCdTrack object.
S_TieInterMediaAudioCdTrack(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaAudio for an existing INTERMEDIAAUDIOCDTRACK.
S_TieInterMediaAudioCdTrack(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaAudio for a new INTERMEDIAAUDIOCDTRACK.
S_DirectoryUserSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_DirectoryUserSelector object.
S_TieBranchRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieBranchRelationship for an existing BRANCHRELATIONSHIP.
S_TieBranchRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieBranchRelationship for a new BRANCHRELATIONSHIP.
S_MediaReference(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_MediaReference object.
S_MediaReference(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaReference object.
S_Folder(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_Folder object.
S_Folder(S_LibrarySession session, java.lang.Long classId)
          Construct a S_Folder object.
S_MountPointSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MountPointSelector object.
S_LibraryObjectData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean fullySelected, S_LibrarySession session)
          Constructs an S_LibraryObjectData.
S_AttributeData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean isFullySelected, S_LibrarySession session)
          Constructs a S_AttributeData.
S_PermissionBundleSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PermissionBundleSelector object.
S_FamilySelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FamilySelector object.
S_GroupMemberRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_GroupMemberRelationship.
S_GroupMemberRelationship(S_LibrarySession session, java.lang.Long classId)
          Construct a S_GroupMemberRelationship.
SequenceGenerator(S_LibrarySession session)
          Construct a S_AccessControlEntry object.
S_TieMediaReference(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMediaReference for an existing MEDIAREFERENCE.
S_TieMediaReference(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMediaReference for a new MEDIAREFERENCE.
S_PermissionBundle(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_PermissionBundle object.
S_PermissionBundle(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PermissionBundle object.
S_VersionSeriesSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_VersionSeriesSelector object.
S_ClassDomain(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_ClassDomain.
S_ClassDomain(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_ClassDomain.
S_TieClassDomain(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieClassDomain for an existing CLASSDOMAIN.
S_TieClassDomain(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieClassDomain for a new CLASSDOMAIN.
S_SystemLockObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_SystemLockObject object.
S_SystemLockObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemLockObject object.
S_ValueDefaultPropertyBundle(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_ValueDefaultPropertyBundle.
S_ValueDefaultPropertyBundle(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDefaultPropertyBundle.
S_TieValueDefaultPropertyBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDefaultPropertyBundle for an existing VALUEDEFAULTPROPERTYBUNDLE.
S_TieValueDefaultPropertyBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDefaultPropertyBundle for a new VALUEDEFAULTPROPERTYBUNDLE.
ObjectResolver(S_LibrarySession session)
          construct a ObjectResolver
S_ClassAccessControlListSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ClassAccessControlListSelector object.
S_Search(S_LibrarySession sess)
           
S_Search(S_LibrarySession sess, SearchSpecification sp)
           
S_ExtendedPermission(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_ExtendedPermission object.
S_ExtendedPermission(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ExtendedPermission object.
S_MediaFileSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaFileSelector object.
S_ClassObjectData(java.lang.Long id, java.lang.Long classId, AttributeValue[] attributes, boolean fullySelected, S_LibrarySession session)
          Constructs an S_ClassObjectData.
S_NodeConfigurationSelector(S_LibrarySession session, java.lang.Long classId)
          Constructs a S_NodeConfigurationSelector.
S_TieGroupMemberRelationship(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieGroupMemberRelationship for an existing GROUPMEMBERRELATIONSHIP.
S_TieGroupMemberRelationship(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieGroupMemberRelationship for a new GROUPMEMBERRELATIONSHIP.
S_TieServerConfiguration(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieServerConfiguration for an existing SERVERCONFIGURATION.
S_TieServerConfiguration(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieServerConfiguration for a new SERVERCONFIGURATION.
S_InterMediaAudioCdTrackSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaAudioCdTrackSelector object.
S_GroupMemberRelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_GroupMemberRelationshipSelector object.
S_TieAdministrationGroup(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieAdministrationGroup for an existing ADMINISTRATIONGROUP.
S_TieAdministrationGroup(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieAdministrationGroup for a new ADMINISTRATIONGROUP.
S_DirectoryObjectSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_DirectoryObjectSelector object.
S_MediaReferenceSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_MediaReferenceSelector object.
S_ExtendedUserProfileSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ExtendedUserProfileSelector object.
S_TieVersionSeries(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieVersionSeries for an existing VERSIONSERIES.
S_TieVersionSeries(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieVersionSeries for a new VERSIONSERIES.
S_InterMediaImageSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaImageSelector object.
S_ClassObjectSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ClassObjectSelector.
S_FolderPathRelationshipSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_FolderPathRelationshipSelector object.
S_ValueDefaultPropertyBundleSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDefaultPropertyBundleSelector.
S_ValueDomain(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs an S_ValueDomain.
S_ValueDomain(S_LibrarySession ssession, java.lang.Long classId)
          Constructs an S_ValueDomain.
S_TieValueDomain(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieValueDomain for an existing VALUEDOMAIN.
S_TieValueDomain(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieValueDomain for a new VALUEDOMAIN.
S_TieVersionDescription(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieVersionDescription for an existing VERSIONDESCRIPTION.
S_TieVersionDescription(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieVersionDescription for a new VERSIONDESCRIPTION.
S_LibraryObjectCursor(java.lang.Long id, S_LibrarySession session, LibraryQueryStatement lstmt, java.sql.ResultSet resultSet, S_LibraryObjectSelector selector)
           
S_ValueDefaultSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDefaultSelector.
S_SystemAccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_AccessControlList object.
S_SystemAccessControlList(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SystemAccessControlList object.
S_TieSystemAccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSystemAccessControlList for an existing SYSTEMACCESSCONTROLLIST.
S_TieSystemAccessControlList(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSystemAccessControlList for a new SYSTEMACCESSCONTROLLIST.
S_PropertySelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_PropertySelector.
S_LibrarySessionTraceLogger(S_LibrarySession ssession)
          Constructs a S_LibrarySessionTraceLogger for the specified session.
S_TieMountPoint(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieMountPoint for an existing MOUNTPOINT.
S_TieMountPoint(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieMountPoint for a new MOUNTPOINT.
S_TieInterMediaImage(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieInterMediaImage for an existing INTERMEDIAIMAGE.
S_TieInterMediaImage(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieInterMediaImage for a new INTERMEDIAIMAGE.
S_TieExtendedPermission(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieExtendedPermission for an existing EXTENDEDPERMISSION.
S_TieExtendedPermission(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieExtendedPermission for a new EXTENDEDPERMISSION.
S_DocumentSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_DocumentSelector object.
S_TieClassAccessControlList(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieClassAccessControlList for an existing CLASSACCESSCONTROLLIST.
S_TieClassAccessControlList(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieClassAccessControlList for a new CLASSACCESSCONTROLLIST.
S_ServiceConfiguration(S_LibrarySession ssession, S_LibraryObjectData data)
          Constructs a S_ServiceConfiguration.
S_ServiceConfiguration(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ServiceConfiguration.
S_Selector(S_LibrarySession session)
          Construct a Selector object.
S_Selector(S_LibrarySession session, java.lang.String searchClass, java.lang.String searchSelection)
          Construct a Selector object.
S_TieContentQuota(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieContentQuota for an existing CONTENTQUOTA.
S_TieContentQuota(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieContentQuota for a new CONTENTQUOTA.
S_ValueDomainPropertyBundleSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDomainPropertyBundleSelector.
S_ExtendedPermissionSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_ExtendedPermissionSelector object.
S_AttributeSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AttributeSelector object.
S_ClassDomainSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ClassDomainSelector.
S_PolicySelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_PolicySelector object.
S_TieServiceConfiguration(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieServiceConfiguration for an existing SERVICECONFIGURATION.
S_TieServiceConfiguration(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieServiceConfiguration for a new SERVICECONFIGURATION.
S_SelectorObject(S_LibrarySession session, S_LibraryObjectData data)
          Construct a S_SelectorObject object.
S_SelectorObject(S_LibrarySession session, java.lang.Long classId)
          Construct a S_SelectorObject object.
S_InterMediaVideoSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_InterMediaVideoSelector object.
S_AdministrationGroupSelector(S_LibrarySession session, java.lang.Long classId)
          Construct a S_AdministrationGroupSelector object.
S_TieTemplate(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieTemplate for an existing TEMPLATE.
S_TieTemplate(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieTemplate for a new TEMPLATE.
S_TieExtendedUserProfile(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieExtendedUserProfile for an existing EXTENDEDUSERPROFILE.
S_TieExtendedUserProfile(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieExtendedUserProfile for a new EXTENDEDUSERPROFILE.
S_TieSelectorObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSelectorObject for an existing SELECTOROBJECT.
S_TieSelectorObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSelectorObject for a new SELECTOROBJECT.
S_ValueDomainSelector(S_LibrarySession ssession, java.lang.Long classId)
          Constructs a S_ValueDomainSelector.
S_TieProperty(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieProperty for an existing PROPERTY.
S_TieProperty(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieProperty for a new PROPERTY.
S_TiePermissionBundle(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TiePermissionBundle for an existing PERMISSIONBUNDLE.
S_TiePermissionBundle(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TiePermissionBundle for a new PERMISSIONBUNDLE.
S_TieSystemLockObject(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieSystemLockObject for an existing SYSTEMLOCKOBJECT.
S_TieSystemLockObject(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieSystemLockObject for a new SYSTEMACCESSCONTROLLIST.
S_TieFolder(S_LibrarySession session, S_LibraryObjectData data)
          Constructs an S_TieFolder for an existing FOLDER.
S_TieFolder(S_LibrarySession session, java.lang.Long classId)
          Constructs an S_TieFolder for a new FOLDER.
 

Uses of S_LibrarySession in oracle.ifs.server.renderers
 

Fields in oracle.ifs.server.renderers declared as S_LibrarySession
protected  S_LibrarySession SimpleTextRenderer.m_Session
          Deprecated. The S_LibrarySession that constructed this SimpleTextRenderer.
 

Constructors in oracle.ifs.server.renderers with parameters of type S_LibrarySession
XmlRenderer(S_LibrarySession ls)
          Deprecated. Constructs an XMLRenderer.
SimpleXmlRenderer(S_LibrarySession session)
          Deprecated. Constructs a SimpleXMLRenderer
SimpleTextRenderer(S_LibrarySession session)
          Deprecated. Constructs a SimpleTextRenderer.
ThrowExceptionRenderer(S_LibrarySession ls)
          Deprecated.  
ContentRenderer(S_LibrarySession session)
          Deprecated.  
 

Uses of S_LibrarySession in oracle.ifs.server.sql
 

Fields in oracle.ifs.server.sql declared as S_LibrarySession
protected  S_LibrarySession IfsConnection.m_Session
          The session in which this IfsConnection is operating.
 

Methods in oracle.ifs.server.sql that return S_LibrarySession
 S_LibrarySession IfsStatement.getSession()
          Return the session that acquired this statement.
 S_LibrarySession IfsConnection.getSession()
          Return the session that requested this connection.
 

Constructors in oracle.ifs.server.sql with parameters of type S_LibrarySession
IfsConnection(S_LibrarySession session)
          Constructs an IfsConnection which holds the Jdbc connection.
 


Oracle Content Management SDK

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