Oracle Content Management SDK

oracle.ifs.beans
Class FolderRelationshipDefinition

java.lang.Object
  |
  +--oracle.ifs.beans.LibraryObjectDefinition
        |
        +--oracle.ifs.beans.SystemObjectDefinition
              |
              +--oracle.ifs.beans.RelationshipDefinition
                    |
                    +--oracle.ifs.beans.FolderRelationshipDefinition
Direct Known Subclasses:
FolderPathRelationshipDefinition

public class FolderRelationshipDefinition
extends RelationshipDefinition

The FolderRelationshipDefinition class is used to construct a FolderRelationship object. This subclass of SystemObjectDefinition sets the default ClassObject to "FOLDERRELATIONSHIP". All other behavior is inherited.

See Also:
FolderRelationship

Constructor Summary
FolderRelationshipDefinition(LibrarySession session)
          Constructs a FolderRelationshipDefinition explicitly capturing the session.
 
Methods inherited from class oracle.ifs.beans.LibraryObjectDefinition
clone, getAttribute, getAttributes, getClassObject, getOption, getOptionKeys, removeAttribute, removeOption, setAttribute, setAttribute, setAttributeByUpperCaseName, setAttributes, setClassObject, setOption
 

Constructor Detail


FolderRelationshipDefinition

public FolderRelationshipDefinition(LibrarySession session)
                             throws IfsException
Constructs a FolderRelationshipDefinition explicitly capturing the session.
Parameters:
session - the session
Throws:
IfsException - if the operation fails

Oracle Content Management SDK

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