|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassObject | |
oracle.ifs.beans | |
oracle.ifs.beans.parsers | |
oracle.ifs.search |
Uses of ClassObject in oracle.ifs.beans |
Fields in oracle.ifs.beans declared as ClassObject | |
protected ClassObject |
ClassObject.m_Superclass
The Superclass of this CLASSOBJECT. |
Methods in oracle.ifs.beans that return ClassObject | |
ClassObject |
LibraryObject.getClassObject()
Returns this object's class. |
ClassObject[] |
AuditRule.getClasses()
getClasses |
ClassObject |
LibraryObjectDefinition.getClassObject()
Return the ClassObject for the new instance. |
ClassObject |
LibraryObjectDefinition.resolveClassObject(LibrarySession sess)
Return the ClassObject setting. |
ClassObject |
ClassObjectDefinition.getSuperclass()
Gets the superclass of the new ClassObject. |
ClassObject |
ClassObjectDefinition.resolveSuperclass(LibrarySession session)
Resolves and returns the superclass for the new ClassObject. |
ClassObject[] |
ClassDomain.getClasses()
Gets the classes in this ClassDomain. |
ClassObject |
ClassDomain.getClasses(int index)
Gets the specified class in this ClassDomain. |
static ClassObject |
ClassObject.getClassObjectFromLabel(LibrarySession sess,
java.lang.String label)
returns a ClassObject, based on a specified Label. |
ClassObject |
ClassObject.getSuperclass()
Gets the superclass of this ClassObject. |
ClassObject[] |
ClassObject.getDirectSubclasses()
Gets the direct subclasses of this ClassObject. |
ClassObject |
ClassObject.getDirectSubclasses(int index)
Gets the specified direct subclass of this ClassObject. |
ClassObject[] |
ClassObject.getSubclasses()
Gets the subclasses of this ClassObject. |
ClassObject |
ClassObject.getSubclasses(int index)
Gets the specified subclass of this ClassObject. |
protected static ClassObject |
ClassObject.constructClassObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a ClassObject for the specified data. |
static ClassObject[] |
ClassObject.vectorToClassObjectArray(java.util.Vector vector)
Internal use only: Converts a vector of ClassObjects to an a ClassObject array. |
protected static ClassObject |
ClassObject.vectorClassObjectElement(java.util.Vector vector,
int index)
Internal use only: Gets the specified element of a vector of ClassObjects. |
ClassObject |
LibrarySession.getClassObjectByName(java.lang.String classname)
Returns a class object given a class name. |
Methods in oracle.ifs.beans with parameters of type ClassObject | |
boolean |
LibraryObject.isInstanceOf(ClassObject clss)
Determine if this is an instance of the specified ClassObject. |
Category[] |
PublicObject.getCategories(ClassObject classobj)
Returns the associated Category objects that are instances of the ClassObject (or one of its subclasses) specified. |
Category[] |
PublicObject.getCategories(ClassObject classobj,
SortSpecification sort)
Returns the associated Category objects that are instances of the specified class or a subclass of the specified class. |
PublicObject[] |
PublicObject.getRightwardRelationshipObjects(ClassObject relClass)
Returns all "right side" public objects that are related to this object by the specified Relationship Class. |
PublicObject[] |
PublicObject.getLeftwardRelationshipObjects(ClassObject relClass)
Returns all "left side" public objects that are related to this object by the specied Relationship Class. |
Relationship[] |
PublicObject.getRightwardRelationships(ClassObject relClass)
Returns all "right side" relationship instances that are used to relate to this object to other PublicObjects. |
Relationship[] |
PublicObject.getLeftwardRelationships(ClassObject relClass)
Returns all "left side" relationship instances that are used to relate to this object to other PublicObjects. |
long |
PublicObject.getLeftwardRelationshipsCount(ClassObject relClass)
return the count of all "left side" relationship instances that are used to relate to this object to other PublicObjects. |
protected java.util.Vector |
PublicObject.listLeftwardRelationships(ClassObject relClass,
SortSpecification sortSpec)
|
protected java.util.Vector |
PublicObject.listRightwardRelationships(ClassObject relClass,
SortSpecification sortSpec)
|
void |
AuditRule.setClasses(ClassObject[] cos)
The classes on which the particular audit rule will act |
BranchRelationship[] |
VersionSeries.getParentBranchRelationships(ClassObject relClass,
SortSpecification sortSpec)
Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a child (the other series are the parent). |
BranchRelationship[] |
VersionSeries.getChildBranchRelationships(ClassObject relClass,
SortSpecification sortSpec)
Returns an array of BranchRelationships that describe branch or integrate operations involving this VersionSeries as a parent (the other series are the child). |
void |
LibraryObjectDefinition.setClassObject(ClassObject libraryClass)
Set the ClassObject for the new instance. |
void |
ClassObjectDefinition.setSuperclass(ClassObject superclass)
Sets the superclass of the new ClassObject. |
void |
ClassDomain.setClasses(ClassObject[] cos)
Sets the classes in this ClassDomain. |
boolean |
ClassDomain.inClassDomain(ClassObject co)
Determines whether the specified ClassObject is within this ClassDomain. |
Attribute[] |
ClassObject.getExtendedClassAttributes(ClassObject superclass)
Gets an array of the Attributes that this ClassObject has and that the specified superclass does not have. |
boolean |
ClassObject.isDirectSubclassOf(ClassObject classObject)
Gets whether this ClassObject is a direct subclass of the specified ClassObject. |
boolean |
ClassObject.isSubclassOf(ClassObject classObject)
Gets whether this ClassObject is a subclass of the specified ClassObject. |
static java.lang.String |
Search.convertAttributeName(ClassObject cls,
java.lang.String attrName)
Helper Functions used by Qualifiers to convert attribute names from old names to current names. |
void |
LibrarySession.registerClassEventHandler(ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for all objects in the specified class. |
void |
LibrarySession.deregisterClassEventHandler(ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified class. |
Uses of ClassObject in oracle.ifs.beans.parsers |
Methods in oracle.ifs.beans.parsers with parameters of type ClassObject | |
boolean |
SpecialCaseTagHandler.handleTag(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
java.lang.String tagname,
ClassObject co,
org.w3c.dom.Element element)
Deprecated. Checks to see if this instance will handle the given tag. |
abstract void |
SpecialCaseTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
Deprecated. |
protected DefinitionHolder |
SimpleXmlParserImpl.processDefinition(java.lang.String definitionName,
ClassObject co,
DefinitionHolder parentDh,
AttributeDescription attribute,
org.w3c.dom.Element parent)
Deprecated. Create DefinitionHolder given the name of the Definition class to use and the ClassObject of the object being created. |
protected java.lang.String |
SimpleXmlParserImpl.lookupDefinitionName(ClassObject co)
Deprecated. Looks up the definition classname for the ClassObject. |
protected void |
SimpleXmlParserImpl.processChildTag(DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element currentChild)
Deprecated. Process a node, using the classObject for the document and altering the current definition if neccessary. |
void |
SimpleXmlParserImpl.CategoriesTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.PropertiesTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.MembersTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.PropertyValueTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.ValueDefaultValueTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.ValueDomainValueTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.AttributesTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.OptionsTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.AccessControlEntryHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.ACESTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.PermissionBundleHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.DataTypeTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.ContentTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.MediaTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.FormatTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.UpdateTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.FolderPathTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.PasswordTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
void |
SimpleXmlParserImpl.TemplateTagHandler.parseElement(SimpleXmlParserImpl sxpi,
DefinitionHolder dh,
ClassObject co,
org.w3c.dom.Element element)
|
Uses of ClassObject in oracle.ifs.search |
Methods in oracle.ifs.search that return ClassObject | |
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
java.lang.String cName)
|
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
java.lang.Long classId)
|
protected ClassObject |
SearchValidator.findClass(java.lang.String cName)
|
Methods in oracle.ifs.search with parameters of type ClassObject | |
protected Attribute |
SearchValidator.validateAttribute(ClassObject cls,
java.lang.String name)
|
protected Attribute |
SearchValidator.validateScalarAttribute(ClassObject co,
java.lang.String attributeName)
|
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |