org.sigpath.task.review
Class TUpdatePendingList
java.lang.Object
org.sigpath.task.DBTask
org.sigpath.task.review.TUpdatePendingList
- All Implemented Interfaces:
- Task
public class TUpdatePendingList
- extends DBTask
Updates a PendingList Object to reflect revised review status.
Also handles updating of the SigPathEntity object with new Review object.
- Author:
- Ethan Cerami
|
Method Summary |
protected void |
_execute()
Executes Task |
| Methods inherited from class org.sigpath.task.DBTask |
close, delete, execute, getDbManager, getErrors, isEmbeddedTask, isTaskThrewException, reindex, resolve, setDbManager, setEmbeddedTask, setEmbeddedTask, setObtainTransactionsFrom, setProgressListener, setTaskThrewException |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_MARK_REVIEWED
public static final int ACTION_MARK_REVIEWED
- Action to mark an item as reviewed
- See Also:
- Constant Field Values
TUpdatePendingList
public TUpdatePendingList(String rSpid,
String eSpid,
String user,
int action)
- Constructor
- Parameters:
rSpid - SPID for PendingListing Review objecteSpid - SPID for SigPathEntity being modifieduser - User Name of user making modificationaction - User action, e.g. ACTION_MARK_REVIEWED
_execute
protected void _execute()
throws SigPathDatabaseException
- Executes Task
- Specified by:
_execute in class DBTask
- Throws:
SigPathDatabaseException - indicates Database error
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.