Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_ClassObjectData

Packages that use S_ClassObjectData
oracle.ifs.beans   
oracle.ifs.server   
 

Uses of S_ClassObjectData in oracle.ifs.beans
 

Methods in oracle.ifs.beans that return S_ClassObjectData
 S_ClassObjectData LibrarySession.getResolvedClassObjectData(java.lang.Long id)
          Gets the fully-resolved S_ClassObjectData.
protected  S_ClassObjectData LibrarySession.DMGetResolvedClassObjectData(java.lang.Long id)
          Invokes the identically-named remote S_LibrarySession method.
 

Constructors in oracle.ifs.beans with parameters of type S_ClassObjectData
ClassObject(LibrarySession session, java.lang.Long id, java.lang.Long classId, S_ClassObjectData data)
          Internal use only: Constructs a ClassObject.
 

Uses of S_ClassObjectData in oracle.ifs.server
 

Methods in oracle.ifs.server that return S_ClassObjectData
protected  S_ClassObjectData S_LibraryObject.getClassData()
          getClassData - get the object's class's Data object
protected  S_ClassObjectData S_LibraryObjectSelector.getClassData()
          getClassData - get the Data object
 S_ClassObjectData S_LibrarySession.findClassData(java.lang.String className)
          Returns an S_ClassObjectData given a class name.
 S_ClassObjectData S_LibrarySession.DMGetResolvedClassObjectData(java.lang.Long id)
          Gets the fully-resolved S_ClassObjectData.
 S_ClassObjectData S_Search.getLibraryClassData(java.lang.Long id)
           
 S_ClassObjectData S_ClassObjectData.getSuperclassData(LibrarySessionInterface session)
          Gets the S_ClassObjectData of the class's superclass.
 S_ClassObjectData SQLGeneration_Helper.getClassData(java.lang.String className)
           
 S_ClassObjectData SQLGeneration_Helper.getClassData(java.lang.Long classId)
           
 S_ClassObjectData S_LibrarySessionInterface.DMGetResolvedClassObjectData(java.lang.Long id)
           
 

Methods in oracle.ifs.server with parameters of type S_ClassObjectData
protected  void S_LibraryObject.insertRow(AttributeValue[] avs, S_ClassObjectData clssdata, java.lang.Long auditId)
          ???
protected  S_ValueDomain S_LibraryObject.determineValueDomain(AttributeValue av, S_ClassObjectData classData, S_LibraryObjectDefinition def)
          return the ValueDomain that is in force for the specified AttributeValue.
protected  void S_LibraryObject.addObjectAuditEntry(java.lang.Long auditId, long operationType, LibraryConnection lconn, java.sql.Connection conn, S_ClassObjectData clssdata)
          New audit stuff
protected  java.lang.String S_LibrarySession.generateInsertStatement(java.lang.String tableName, S_ClassObjectData clssdef)
          Generates a INSERT statement string for the specified classobject.
protected  void S_LibrarySession.clearPreparedInsertStatement(java.sql.PreparedStatement stmt, S_ClassObjectData clssdef)
          Clears all bind variables of the specified INSERT statement for the specified classobject.
protected  void S_LibrarySession.setSpecifiedInsertColumns(AttributeValue[] avs, S_ClassObjectData classData, int position_offset, java.sql.PreparedStatement stmt)
          Sets the specified bind variables of the specified INSERT statement for the specified classobject.
protected  java.sql.PreparedStatement S_LibrarySession.generateUpdateStatement(java.lang.String tableName, S_ClassObjectData classData, AttributeValue[] avs, LibraryConnection lconn, java.sql.Connection conn, long id)
          Generates an UPDATE statement for the specified object, classobject, and values.
protected  S_LibraryObjectData S_LibrarySession.getDataInstance(long selectClassId, S_ClassObjectData classData, S_LibraryObjectData[] selectAttributeDatas, java.sql.ResultSet rset)
          Gets an S_LibraryObjectData based on the specified ResultSet.
protected  S_LibraryObjectData S_LibrarySession.getDataInstance(long selectClassId, S_ClassObjectData classData, S_LibraryObjectData[] selectAttributeDatas, java.sql.ResultSet rset, int rsetStartIndex)
          Gets an S_LibraryObjectData based on the specified ResultSet.
protected  java.util.Vector S_DirectoryObjectSelector.selectAllMembers(java.lang.Long groupId, S_ClassObjectData relClass, SortSpecification sort)
           
protected  S_LibraryObjectCursor S_DirectoryObjectSelector.selectAllMembersCursor(java.lang.Long groupId, S_ClassObjectData relClass, SortSpecification sort)
           
protected  LibraryQueryStatement S_DirectoryObjectSelector.getAllMembersSelectStatement(LibraryConnection lconn, java.sql.Connection conn, java.lang.Long groupId, S_ClassObjectData relClass, SortSpecification sort)
           
protected  java.lang.String LibraryQueryStatement.getViewName(S_LibrarySession sess, boolean isPublic, S_ClassObjectData classData)
           
 

Constructors in oracle.ifs.server with parameters of type S_ClassObjectData
S_ClassObject(S_LibrarySession ssession, S_ClassObjectData data)
          Constructs an S_ClassObject.
LibraryQueryStatement(java.lang.String key, LibraryConnection lconn, java.lang.String[] aliases, S_ClassObjectData[] classes, boolean[] isPublic, java.lang.String whereClause, SortSpecification sort, boolean countOnly, int maxCopiesPerConnection)
          standard constructor - used in Selector classes to construct a statement.
LibraryQueryStatement(java.lang.String key, LibraryConnection lconn, java.lang.String[] aliases, S_ClassObjectData[] classes, boolean[] isPublic, java.lang.String whereClause, SortSpecification sort, boolean countOnly, boolean distinct, int maxCopiesPerConnection)
          Select DISTINCT variant constructor.
 


Oracle Content Management SDK

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