public class WorkflowCurator extends Object
| Constructor and Description |
|---|
WorkflowCurator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
curate(Curator curator,
Context c,
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, IOException, SQLException
c - the contextwfi - the workflow itemAuthorizeExceptionIOExceptionSQLExceptionpublic static boolean curate(Curator curator, Context c, String wfId) throws AuthorizeException, IOException, SQLException
c - the user contextwfId - the workflow idAuthorizeExceptionIOExceptionSQLExceptionpublic static boolean curate(Curator curator, Context c, WorkflowItem wfi) throws AuthorizeException, IOException, SQLException
Copyright © 2014 DuraSpace. All Rights Reserved.