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 construct a FolderRelationship object.

See Also:
LibraryObjectDefinition, 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