Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_SchemaObject

Packages that use S_SchemaObject
oracle.ifs.server   
 

Uses of S_SchemaObject in oracle.ifs.server
 

Subclasses of S_SchemaObject in oracle.ifs.server
 class S_Attribute
          An S_Attribute is the server-side representation of the ATTRIBUTE class.
 class S_ClassDomain
          A S_ClassDomain describes a validation that can be applied to an Attribute to ensure that its values are instances of specified classes.
 class S_ClassObject
          An S_ClassObject is the server-side representation of the CLASSOBJECT class.
 class S_TieClassDomain
          S_TieClassDomain allows the Oracle-defined behavior of the CLASSDOMAIN classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieSchemaObject
          S_TieSchemaObject allows the Oracle-defined behavior of the SCHEMAOBJECT classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieValueDefault
          S_TieValueDefault allows the Oracle-defined behavior of the VALUEDEFAULT classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_TieValueDomain
          S_TieValueDomain allows the Oracle-defined behavior of the VALUEDOMAIN classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 class S_ValueDefault
          A ValueDefault describes a value that can be applied to an Attribute to be used if no value for that Attribute is specified in creating a new object.
 class S_ValueDomain
          A ValueDomain describes a validation that can be applied to an Attribute to ensure that its values lie within a set of acceptable values.
 

Methods in oracle.ifs.server that return S_SchemaObject
 S_SchemaObject S_LibrarySession.getSchemaObject(java.lang.Long id, java.lang.Long classId)
          Gets an S_SchemaObject by id and classId.
 S_SchemaObject S_LibrarySession.getSchemaObject(java.lang.Long id)
          Gets an S_SchemaObject by id.
protected  S_SchemaObject S_LibrarySession.verifySchemaObject(S_LibraryObject obj)
          Verifies that the specified S_LibraryObject is an S_SchemaObject.
 S_SchemaObject S_LibrarySession.newSchemaObject(S_LibraryObjectDefinition def)
          Creates a new S_SchemaObject based on the specified S_LibraryObjectDefinition.
 S_SchemaObject S_LibrarySession.newSchemaObject(OperationState opState, S_LibraryObjectDefinition def)
          Creates a new S_SystemObject based on the specified S_LibraryObjectDefinition within the specified OperationState context.
 


Oracle Content Management SDK

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