org.dspace.xmlworkflow.state.actions
Class WorkflowActionConfig

java.lang.Object
  extended by org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
Direct Known Subclasses:
UserSelectionActionConfig

public class WorkflowActionConfig
extends Object

Configuration class for an action

Author:
Bram De Schouwer (bram.deschouwer at dot com), Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)

Field Summary
protected  Action processingAction
           
 
Constructor Summary
WorkflowActionConfig(String id)
           
 
Method Summary
 ActionInterface getActionUI()
           
 String getId()
           
 Action getProcessingAction()
           
 Step getStep()
           
 boolean requiresUI()
           
 void setActionUI(ActionInterface actionUI)
           
 void setProcessingAction(Action processingAction)
           
 void setRequiresUI(boolean requiresUI)
           
 void setStep(Step step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processingAction

protected Action processingAction
Constructor Detail

WorkflowActionConfig

public WorkflowActionConfig(String id)
Method Detail

setProcessingAction

public void setProcessingAction(Action processingAction)

getProcessingAction

public Action getProcessingAction()

setRequiresUI

public void setRequiresUI(boolean requiresUI)

requiresUI

public boolean requiresUI()

getId

public String getId()

setStep

public void setStep(Step step)

getStep

public Step getStep()

getActionUI

public ActionInterface getActionUI()

setActionUI

public void setActionUI(ActionInterface actionUI)


Copyright © 2012 DuraSpace. All Rights Reserved.