Class IndexableWorkspaceItem

All Implemented Interfaces:
IndexableObject<WorkspaceItem,Integer>

public class IndexableWorkspaceItem extends IndexableInProgressSubmission<WorkspaceItem>
Workspace 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

    • IndexableWorkspaceItem

      public IndexableWorkspaceItem(WorkspaceItem inProgressSubmission)
  • Method Details

    • getType

      public String getType()
      Returns:
      the string constant representing the Entity Type, @see Constants
    • 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
    • getTypeText

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