Class IndexableItem

All Implemented Interfaces:
IndexableObject<Item,UUID>

public class IndexableItem extends IndexableDSpaceObject<Item>
Item implementation for the IndexableObject
Author:
Kevin Van de Velde (kevin at atmire dot com)
  • Field Details

    • TYPE

      public static final String TYPE
  • Constructor Details

    • IndexableItem

      public IndexableItem(Item dso)
  • Method Details

    • getLastModified

      public Instant getLastModified()
      Description copied from interface: IndexableObject
      Return the last modified date of an object, or if no modification dates are stored, return NUll
      Returns:
      the last modified date
    • getType

      public String getType()
      Returns:
      the string constant representing the Entity Type, @see Constants
    • getTypeText

      public String getTypeText()
      Returns:
      a textual alias of the Entity Type @see IndexableObject.getType()