Interface IndexContext.Unlink

All Known Implementing Classes:
SimpleIndexContext.SimpleIndexContextUnlink
Enclosing interface:
IndexContext

public static interface IndexContext.Unlink
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ResourceId that was affected by the unlinking operation.
    boolean
    Returns true if the ResourceId was destroyed as part of this unlink operation.
  • Method Details

    • getResourceId

      ResourceId getResourceId()
      Returns the ResourceId that was affected by the unlinking operation.
      Returns:
      the ResourceId
    • isDestroyed

      boolean isDestroyed()
      Returns true if the ResourceId was destroyed as part of this unlink operation.
      Returns:
      true if destroyed, false otherwise