org.eaglei.datatools.client.ui
Class OwnershipAction

java.lang.Object
  extended by org.eaglei.datatools.client.ui.OwnershipAction
All Implemented Interfaces:
Performable

public class OwnershipAction
extends java.lang.Object
implements Performable


Field Summary
static OwnershipAction ClaimAction
           
static OwnershipAction ReleaseAction
           
 
Method Summary
 java.lang.String getName()
           
 boolean isValidFor(org.eaglei.model.EIInstanceMinimal instance)
           
 void perform(org.eaglei.model.EIInstance instance, ActionRedisplay redisplay)
           
 void perform(org.eaglei.model.EIInstanceMinimal[] instances, ActionRedisplay redisplay)
           
 void perform(org.eaglei.model.EIInstanceMinimal[] instances, ClientRepositoryToolsManager.BulkWorkflowCallback callback)
           
 void perform(org.eaglei.model.EIInstanceMinimal instance, ActionRedisplay redisplay)
           
 OwnershipAction toggle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ClaimAction

public static final OwnershipAction ClaimAction

ReleaseAction

public static final OwnershipAction ReleaseAction
Method Detail

getName

public java.lang.String getName()

toggle

public OwnershipAction toggle()

perform

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

perform

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

perform

public void perform(org.eaglei.model.EIInstanceMinimal[] instances,
                    ActionRedisplay redisplay)

perform

public void perform(org.eaglei.model.EIInstanceMinimal[] instances,
                    ClientRepositoryToolsManager.BulkWorkflowCallback callback)
Specified by:
perform in interface Performable

isValidFor

public boolean isValidFor(org.eaglei.model.EIInstanceMinimal instance)
Specified by:
isValidFor in interface Performable


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