org.jbpm.ejb
Interface LocalTimerEntityHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface LocalTimerEntityHome
- extends javax.ejb.EJBLocalHome
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
create
LocalTimerEntity create()
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
LocalTimerEntity findByPrimaryKey(Long timerId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByNameAndTokenId
Collection findByNameAndTokenId(String name,
Long tokenId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByProcessInstanceId
Collection findByProcessInstanceId(Long processInstanceId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.