Interface FolderItemRelation


public interface FolderItemRelation
This interface represents the relation between a DMSFolder and the DMSObjects of this folder.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the folder of this relation object.
    Returns the item of this relation object.
  • Method Details

    • getFolder

      DMSFolder getFolder()
      Returns the folder of this relation object.
    • getItem

      DMSObject getItem()
      Returns the item of this relation object.