All Superinterfaces:
Comparable<StoreElement>, StoreElement, Workflowable

public interface DocLink extends StoreElement
This interface represents a document link.
Since:
4.0
  • Method Details

    • getTargetId

      long getTargetId()
      Returns the ID of the IDProvider referenced by this DocLink
      Since:
      4.0
    • getTarget

      IDProvider getTarget(Store store)
      Provides the target element. Gives null, if the target is not (or no longer) in the specified store.
      Parameters:
      store - The store.
      Returns:
      The linked IDProvider-node or null.
      Since:
      4.0
    • getTarget

      IDProvider getTarget(boolean release) throws IOException
      Gets the target referenced by this element link. Returns null if release = true and target is not in release store.
      Parameters:
      release - specifies if the target is returned from release or current store
      Returns:
      the linked IDProvider-node or null if the target is not (or no longer) in the specified store.
      Throws:
      IOException
      Since:
      4.0