public interface WorkflowCuratorService
| Modifier and Type | Method and Description |
|---|---|
boolean |
curate(Curator curator,
Context c,
BasicWorkflowItem wfi) |
boolean |
curate(Curator curator,
Context c,
String wfId)
Determines and executes curation of a Workflow item.
|
boolean |
doCuration(Context c,
BasicWorkflowItem wfi)
Determines and executes curation on a Workflow item.
|
boolean |
needsCuration(BasicWorkflowItem wfi) |
boolean needsCuration(BasicWorkflowItem wfi)
boolean doCuration(Context c, BasicWorkflowItem wfi) throws AuthorizeException, IOException, SQLException
c - the contextwfi - the workflow itemAuthorizeException - if authorization errorIOException - if IO errorSQLException - if database errorboolean curate(Curator curator, Context c, String wfId) throws AuthorizeException, IOException, SQLException
c - the user contextwfId - the workflow idAuthorizeException - if authorization errorIOException - if IO errorSQLException - if database errorboolean curate(Curator curator, Context c, BasicWorkflowItem wfi) throws AuthorizeException, IOException, SQLException
Copyright © 2017 DuraSpace. All rights reserved.