Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.SchemaObject

Packages that use SchemaObject
oracle.ifs.beans   
 

Uses of SchemaObject in oracle.ifs.beans
 

Subclasses of SchemaObject in oracle.ifs.beans
 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 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 SchemaObject
protected static SchemaObject SchemaObject.constructSchemaObject(LibrarySession sess, S_LibraryObjectData data)
          Internal use only: Constructs a SchemaObject for the specified data.
 SchemaObject LibrarySession.createSchemaObject(SchemaObjectDefinition def)
          Create a new schema object.
 SchemaObject LibrarySession.getSchemaObject(java.lang.Long id)
          Lookup a SchemaObject by its id.
 

Methods in oracle.ifs.beans with parameters of type SchemaObject
 void ValueDefaultPropertyBundle.setValue(SchemaObject value)
          Sets the value of this ValueDefaultPropertyBundle.
 void ValueDefaultPropertyBundle.setValue(SchemaObject[] value)
          Sets the value of this ValueDefaultPropertyBundle.
 void ValueDomainPropertyBundleDefinition.setEnumeratedValues(SchemaObject[] values)
          Sets the allowed values for the new ValueDomainPropertyBundle.
 void ValueDomainPropertyBundle.setEnumeratedValues(SchemaObject[] values)
          Sets the allowed values for this ValueDomainPropertyBundle.
 void ValueDefaultPropertyBundleDefinition.setValue(SchemaObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void ValueDefaultPropertyBundleDefinition.setValue(SchemaObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 


Oracle Content Management SDK

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