com.opensymphony.workflow.spi.ejb
Class PreviousHistoryStepEJB
java.lang.Object
com.opensymphony.workflow.spi.ejb.PreviousStepEJB
com.opensymphony.workflow.spi.ejb.PreviousHistoryStepEJB
- All Implemented Interfaces:
- Serializable, javax.ejb.EnterpriseBean, javax.ejb.EntityBean
- Direct Known Subclasses:
- HistoryStepPrevCMP
public abstract class PreviousHistoryStepEJB
- extends PreviousStepEJB
- Author:
- Hani Suleiman (hani@formicary.net)
Date: Apr 7, 2003
Time: 8:17:09 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext |
PreviousHistoryStepEJB
public PreviousHistoryStepEJB()
ejbCreate
public PreviousStepPK ejbCreate(long id,
long previousId)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(long id,
long previousId)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException