Oracle Content Management SDK

oracle.ifs.beans
Class FolderPathRelationshipDefinition

java.lang.Object
  |
  +--oracle.ifs.beans.LibraryObjectDefinition
        |
        +--oracle.ifs.beans.SystemObjectDefinition
              |
              +--oracle.ifs.beans.RelationshipDefinition
                    |
                    +--oracle.ifs.beans.FolderRelationshipDefinition
                          |
                          +--oracle.ifs.beans.FolderPathRelationshipDefinition

public class FolderPathRelationshipDefinition
extends FolderRelationshipDefinition

The FolderPathRelationshipDefinition class is used to construct a FolderPathRelationship object.

See Also:
LibraryObjectDefinition, FolderPathRelationship

Constructor Summary
FolderPathRelationshipDefinition(LibrarySession session)
          Constructs a FolderPathRelationshipDefinition 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


FolderPathRelationshipDefinition

public FolderPathRelationshipDefinition(LibrarySession session)
                                 throws IfsException
Constructs a FolderPathRelationshipDefinition 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.