public class WorkflowCurator
extends java.lang.Object
| Constructor and Description |
|---|
WorkflowCurator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
curate(Curator curator,
Context c,
java.lang.String wfId)
Determines and executes curation of a Workflow item.
|
static boolean |
curate(Curator curator,
Context c,
WorkflowItem wfi) |
static boolean |
doCuration(Context c,
WorkflowItem wfi)
Determines and executes curation on a Workflow item.
|
static boolean |
needsCuration(WorkflowItem wfi) |
public static boolean needsCuration(WorkflowItem wfi)
public static boolean doCuration(Context c, WorkflowItem wfi) throws AuthorizeException, java.io.IOException, java.sql.SQLException
c - the contextwfi - the workflow itemAuthorizeExceptionjava.io.IOExceptionjava.sql.SQLExceptionpublic static boolean curate(Curator curator, Context c, java.lang.String wfId) throws AuthorizeException, java.io.IOException, java.sql.SQLException
c - the user contextwfId - the workflow idAuthorizeExceptionjava.io.IOExceptionjava.sql.SQLExceptionpublic static boolean curate(Curator curator, Context c, WorkflowItem wfi) throws AuthorizeException, java.io.IOException, java.sql.SQLException
AuthorizeExceptionjava.io.IOExceptionjava.sql.SQLExceptionCopyright © 2013 DuraSpace. All Rights Reserved.