Package org.dspace.discovery.indexobject
Class IndexableWorkflowItem
java.lang.Object
org.dspace.discovery.indexobject.AbstractIndexableObject<T,Integer>
org.dspace.discovery.indexobject.IndexableInProgressSubmission<XmlWorkflowItem>
org.dspace.discovery.indexobject.IndexableWorkflowItem
- All Implemented Interfaces:
IndexableObject<XmlWorkflowItem,Integer>
Workflow item implementation for the IndexableObject
- Author:
- Kevin Van de Velde (kevin at atmire dot com)
-
Field Summary
FieldsFields inherited from class org.dspace.discovery.indexobject.IndexableInProgressSubmission
inProgressSubmission -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.discovery.indexobject.IndexableInProgressSubmission
getIndexedObject, setIndexedObjectMethods inherited from class org.dspace.discovery.indexobject.AbstractIndexableObject
equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dspace.discovery.IndexableObject
getLastModified, getUniqueIndexID
-
Field Details
-
TYPE
-
-
Constructor Details
-
IndexableWorkflowItem
-
-
Method Details
-
getType
- Returns:
- the string constant representing the Entity Type, @see
Constants
-
getTypeText
- Returns:
- a textual alias of the Entity Type @see
IndexableObject.getType()
-
getID
Description copied from interface:IndexableObjectReturn 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
-