org.eaglei.datatools.client.ui
Class WorkFlowAction

java.lang.Object
  extended by org.eaglei.datatools.client.ui.WorkFlowAction

public class WorkFlowAction
extends java.lang.Object


Field Summary
static WorkFlowAction CurationAction
           
static WorkFlowAction PublishAction
           
static WorkFlowAction ReturnToDraftAction
           
static WorkFlowAction WithdrawAction
           
 
Method Summary
static java.lang.String getAlertMessage(WorkFlowAction action)
           
static java.lang.String getAlertMessageForUnclaimed(WorkFlowAction action)
           
 com.google.gwt.user.client.ui.Anchor getAnchor()
           
 org.eaglei.model.EIURI getFromState()
           
 java.lang.String getName()
           
 org.eaglei.model.EIURI getToState()
           
 void perform(org.eaglei.model.EIInstance instance, FormRedisplay redisplay)
           
 void perform(org.eaglei.model.EIInstanceMinimal instance, ActionRedisplay redisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CurationAction

public static final WorkFlowAction CurationAction

PublishAction

public static final WorkFlowAction PublishAction

WithdrawAction

public static final WorkFlowAction WithdrawAction

ReturnToDraftAction

public static final WorkFlowAction ReturnToDraftAction
Method Detail

getName

public java.lang.String getName()

getFromState

public org.eaglei.model.EIURI getFromState()

getToState

public org.eaglei.model.EIURI getToState()

getAnchor

public com.google.gwt.user.client.ui.Anchor getAnchor()

perform

public void perform(org.eaglei.model.EIInstanceMinimal instance,
                    ActionRedisplay redisplay)

perform

public void perform(org.eaglei.model.EIInstance instance,
                    FormRedisplay redisplay)

getAlertMessage

public static java.lang.String getAlertMessage(WorkFlowAction action)

getAlertMessageForUnclaimed

public static java.lang.String getAlertMessageForUnclaimed(WorkFlowAction action)


Copyright © 2009-2010 Eagle-I. All Rights Reserved.