Class IndexablePoolTask

All Implemented Interfaces:
IndexableObject<PoolTask,Integer>

public class IndexablePoolTask extends AbstractIndexableObject<PoolTask,Integer>
PoolTask implementation for the IndexableObject
Author:
Kevin Van de Velde (kevin at atmire dot com)
  • Field Details

    • TYPE

      public static final String TYPE
  • Constructor Details

    • IndexablePoolTask

      public IndexablePoolTask(PoolTask poolTask)
  • Method Details

    • getIndexedObject

      public PoolTask getIndexedObject()
      Description copied from interface: IndexableObject
      Get the entity that is linked to this indexable object
      Returns:
      a database entity
    • setIndexedObject

      public void setIndexedObject(PoolTask poolTask)
      Description copied from interface: IndexableObject
      Set the entity that is linked to this indexable object
      Parameters:
      poolTask - the database entity
    • 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()
    • getID

      public Integer getID()
      Description copied from interface: IndexableObject
      Return the identifier of this indexableObject, this will be the identifier of the object in the database
      Returns:
      for a DSpaceObject a uuid will be returned, for a tasks or workflow items an integer will be returned