Oracle Content Management SDK

Uses of Interface
oracle.ifs.common.SchemaObjectInterface

Packages that use SchemaObjectInterface
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.server   
 

Uses of SchemaObjectInterface in oracle.ifs.beans
 

Classes in oracle.ifs.beans that implement SchemaObjectInterface
 class Attribute
          An Attribute describes an atomic unit of data in a ClassObject instance.
 class ClassDomain
          A ClassDomain is used to validate that an attribute value is an instance of specified ClassObjects.
 class ClassObject
          A ClassObject represents a class whose instances are persistently stored and managed by the iFS server.
 class SchemaObject
          SchemaObject is an abstract superclass for the objects that define and manage the data that is persistently stored by the iFS server.
 class TieClassDomain
          TieClassDomain allows the Oracle-defined behavior of the CLASSDOMAIN classobject (and its subclasses) to be extended or overridden.
 class TieSchemaObject
          TieSchemaObject allows the Oracle-defined behavior of the SCHEMAOBJECT classobject (and its subclasses) to be extended or overridden.
 class TieValueDefault
          TieValueDefault allows the Oracle-defined behavior of the VALUEDEFAULT classobject (and its subclasses) to be extended or overridden.
 class TieValueDomain
          TieValueDomain allows the Oracle-defined behavior of the VALUEDOMAIN classobject (and its subclasses) to be extended or overridden.
 class ValueDefault
          A ValueDefault stores the value that can be applied to an Attribute if no value is given when it is initially created.
 class ValueDomain
          The ValueDomain class stores the validation that can be applied to an Attribute to ensure that LibraryObjects' values for that Attribute exist within a set of acceptable values.
 

Methods in oracle.ifs.beans that return SchemaObjectInterface
 SchemaObjectInterface LibrarySession.getSchemaObjectInterface(java.lang.Long id)
          Gets the SchemaObjectInterface for the specified id.
 SchemaObjectInterface[] LibrarySession.getSchemaObjectInterfaces(java.lang.Long[] ids)
          Gets the SchemaObjectInterfaces for the specified ids.
 

Uses of SchemaObjectInterface in oracle.ifs.common
 

Methods in oracle.ifs.common that return SchemaObjectInterface
 SchemaObjectInterface AttributeValue.getSchemaObject(LibrarySessionInterface session)
          Gets this AttributeValue's representation as a SchemaObject.
 SchemaObjectInterface[] AttributeValue.getSchemaObjectArray(LibrarySessionInterface session)
          Gets this AttributeValue's representation as an array of SchemaObjects.
 SchemaObjectInterface AttributeValue.getSchemaObjectArray(LibrarySessionInterface session, int index)
          Get the specified element of this AttributeValue's representation as an array of SchemaObjects.
protected  SchemaObjectInterface AttributeValue.convertToSchemaObject(LibrarySessionInterface session, int index)
          Converts this AttributeValue to a SchemaObject.
protected  SchemaObjectInterface[] AttributeValue.convertToSchemaObjectArray(LibrarySessionInterface session)
          Converts this AttributeValue to an array of SchemaObjects.
protected  SchemaObjectInterface AttributeValueLong.convertToSchemaObject(LibrarySessionInterface session, int index)
          Converts this AttributeValue to a SchemaObject.
protected  SchemaObjectInterface[] AttributeValueLong.convertToSchemaObjectArray(LibrarySessionInterface session)
          Converts this AttributeValue to an array of SchemaObjects.
protected  SchemaObjectInterface AttributeValueSchemaObject.convertToSchemaObject(LibrarySessionInterface session, int index)
          Converts this AttributeValue to a SchemaObject.
protected  SchemaObjectInterface[] AttributeValueSchemaObject.convertToSchemaObjectArray(LibrarySessionInterface session)
          Converts this AttributeValue to an array of SchemaObjects.
protected  SchemaObjectInterface AttributeValueLongArray.convertToSchemaObject(LibrarySessionInterface session, int index)
          Converts this AttributeValue to a SchemaObject.
protected  SchemaObjectInterface[] AttributeValueLongArray.convertToSchemaObjectArray(LibrarySessionInterface session)
          Converts this AttributeValue to an array of SchemaObjects.
protected  SchemaObjectInterface AttributeValueSchemaObjectArray.convertToSchemaObject(LibrarySessionInterface session, int index)
          Converts this AttributeValue to a SchemaObject.
protected  SchemaObjectInterface[] AttributeValueSchemaObjectArray.convertToSchemaObjectArray(LibrarySessionInterface session)
          Converts this AttributeValue to an array of SchemaObjects.
 SchemaObjectInterface LibrarySessionInterface.getSchemaObjectInterface(java.lang.Long id)
          Gets the SchemaObjectInterface for the specified id.
 SchemaObjectInterface[] LibrarySessionInterface.getSchemaObjectInterfaces(java.lang.Long[] ids)
          Gets the SchemaObjectInterfaces for the specified ids.
 

Methods in oracle.ifs.common with parameters of type SchemaObjectInterface
static AttributeValue AttributeValue.newAttributeValue(SchemaObjectInterface value)
          Constructs a new SchemaObject AttributeValue.
static AttributeValue AttributeValue.newAttributeValue(SchemaObjectInterface[] values)
          Constructs a new array-type SchemaObject AttributeValue.
 

Constructors in oracle.ifs.common with parameters of type SchemaObjectInterface
AttributeValueSchemaObject(SchemaObjectInterface value)
          Constructs a SchemaObject AttributeValue.
AttributeValueSchemaObjectArray(SchemaObjectInterface[] values)
          Constructs an array-type SchemaObject AttributeValue.
 

Uses of SchemaObjectInterface in oracle.ifs.server
 

Classes in oracle.ifs.server that implement SchemaObjectInterface
 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_SchemaObject
          The S_SchemaObject class is the server side implementation of the iFS SCHEMAOBJECT 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 SchemaObjectInterface
 SchemaObjectInterface S_LibrarySession.getSchemaObjectInterface(java.lang.Long id)
          Gets the SchemaObjectInterface for the specified id.
 SchemaObjectInterface[] S_LibrarySession.getSchemaObjectInterfaces(java.lang.Long[] ids)
          Gets the SchemaObjectInterfaces for the specified ids.
 SchemaObjectInterface[] S_ExportedLibraryObjectDefinition.getSchemaObjectReferences(LibrarySessionInterface session)
          return any SchemaObject references from specified AttributeValue.
 


Oracle Content Management SDK

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