org.caleigo.core
Interface IUnaryEntityAction

All Superinterfaces:
IEntityAction
All Known Implementing Classes:
AbstractEntityDescriptor.DeleteEntityAction, AbstractEntityDescriptor.StoreEntityAction, CompositeEntityDescriptor.CompositeDeleteEntityAction, CompositeEntityDescriptor.CompositeStoreEntityAction

public interface IUnaryEntityAction
extends IEntityAction

The IUnaryEntityAction is essentially a tag interface with a complementary perform method acceptiong a single IEntity object.

Version:
1.00
Author:
Dennis Zikovic

Field Summary
 
Fields inherited from interface org.caleigo.core.IEntityAction
ASSOCIATION_EXPORT, DRAG, ENTITY, IDENTITY_EXPORT, MISCELLANEOUS, NEVER_EXPORT, PRIMARY, QUALIFIER, READ_ONLY, SECONDARY, SELECTION, SYSTEM
 
Method Summary
 void perform(IEntity entity)
           
 
Methods inherited from interface org.caleigo.core.IEntityAction
getCodeName, getDataBundleDescriptor, getDisplayHint, getDisplayName, getEntityDescriptor, isInCategory, perform
 

Method Detail

perform

public void perform(IEntity entity)


Copyright © 2005 Caleigo. All Rights Reserved.