1 5 8 package com.opensymphony.workflow.spi.ejb; 9 10 11 16 public interface HistoryStepLocalHome extends javax.ejb.EJBLocalHome { 17 19 public static final String COMP_NAME = "java:comp/env/ejb/HistoryStep"; 20 public static final String JNDI_NAME = "HistoryStep"; 21 22 24 public com.opensymphony.workflow.spi.ejb.HistoryStepLocal create(long id, long entryId, int stepId, int actionId, java.lang.String owner, java.sql.Timestamp startDate, java.sql.Timestamp dueDate, java.sql.Timestamp finishDate, java.lang.String status, java.lang.String caller) throws javax.ejb.CreateException ; 25 26 public java.util.Collection findByEntryId(long entryId) throws javax.ejb.FinderException ; 27 28 public com.opensymphony.workflow.spi.ejb.HistoryStepLocal findByPrimaryKey(java.lang.Long pk) throws javax.ejb.FinderException ; 29 } 30 | Popular Tags |