|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that has to be implemented for each persistent layer that is supposed to be * used. * * @version 1.0
Method Summary | |
void |
configure(CallbackUtilities cus)
Method configure is called at Shark start up, to configure implementation of * EventAuditManagerInterface |
void |
delete(WMSessionHandle shandle,
AssignmentEventAuditPersistenceObject assea)
Method delete * * @param assea an AssignmentEventAuditPersistenceInterface * @exception EventAuditException on error. |
void |
delete(WMSessionHandle shandle,
CreateProcessEventAuditPersistenceObject cpea)
Method delete * * @param cpea a CreateProcessEventAuditPersistenceInterface * @exception EventAuditException on error. |
void |
delete(WMSessionHandle shandle,
DataEventAuditPersistenceObject dea)
Method delete * * @param dea a DataEventAuditPersistenceInterface * @exception EventAuditException on error. |
void |
delete(WMSessionHandle shandle,
StateEventAuditPersistenceObject sea)
Method delete * * @param sea a StateEventAuditPersistenceInterface * @exception EventAuditException on error. |
void |
persist(WMSessionHandle shandle,
AssignmentEventAuditPersistenceObject assea)
Method persist stores the assignment event into repository (usually database) |
void |
persist(WMSessionHandle shandle,
CreateProcessEventAuditPersistenceObject cpea)
Method persist stores the create process event into repository (usually database) |
void |
persist(WMSessionHandle shandle,
DataEventAuditPersistenceObject dea)
Method persist stores the data event into repository (usually database) |
void |
persist(WMSessionHandle shandle,
StateEventAuditPersistenceObject sea)
Method persist stores the state event into repository (usually database) |
boolean |
restore(WMSessionHandle shandle,
AssignmentEventAuditPersistenceObject assea)
Method restore retrieves assignment event from the repository |
boolean |
restore(WMSessionHandle shandle,
CreateProcessEventAuditPersistenceObject cpea)
Method restore retrieves create process event from the repository |
boolean |
restore(WMSessionHandle shandle,
DataEventAuditPersistenceObject dea)
Method restore retrieves data event from the repository |
boolean |
restore(WMSessionHandle shandle,
StateEventAuditPersistenceObject sea)
Method restore retrieves state event from the repository |
java.util.List |
restoreActivityHistory(WMSessionHandle shandle,
java.lang.String procId,
java.lang.String actId)
Method restoreActivityHistory * * @param procId a String * @param actId a String * @return a List * @exception EventAuditException on error. |
java.util.List |
restoreProcessHistory(WMSessionHandle shandle,
java.lang.String procId)
Method restoreProcessHistory * * @param procId a String * @return a List * @exception EventAuditException on error. |
Method Detail |
public void configure(CallbackUtilities cus) throws java.lang.Exception
java.lang.Exception
public void persist(WMSessionHandle shandle, AssignmentEventAuditPersistenceObject assea) throws EventAuditException
EventAuditException
public void persist(WMSessionHandle shandle, CreateProcessEventAuditPersistenceObject cpea) throws EventAuditException
EventAuditException
public void persist(WMSessionHandle shandle, DataEventAuditPersistenceObject dea) throws EventAuditException
EventAuditException
public void persist(WMSessionHandle shandle, StateEventAuditPersistenceObject sea) throws EventAuditException
EventAuditException
public boolean restore(WMSessionHandle shandle, AssignmentEventAuditPersistenceObject assea) throws EventAuditException
EventAuditException
public boolean restore(WMSessionHandle shandle, CreateProcessEventAuditPersistenceObject cpea) throws EventAuditException
EventAuditException
public boolean restore(WMSessionHandle shandle, DataEventAuditPersistenceObject dea) throws EventAuditException
EventAuditException
public boolean restore(WMSessionHandle shandle, StateEventAuditPersistenceObject sea) throws EventAuditException
EventAuditException
public java.util.List restoreProcessHistory(WMSessionHandle shandle, java.lang.String procId) throws EventAuditException
EventAuditException
public java.util.List restoreActivityHistory(WMSessionHandle shandle, java.lang.String procId, java.lang.String actId) throws EventAuditException
EventAuditException
public void delete(WMSessionHandle shandle, AssignmentEventAuditPersistenceObject assea) throws EventAuditException
EventAuditException
public void delete(WMSessionHandle shandle, CreateProcessEventAuditPersistenceObject cpea) throws EventAuditException
EventAuditException
public void delete(WMSessionHandle shandle, DataEventAuditPersistenceObject dea) throws EventAuditException
EventAuditException
public void delete(WMSessionHandle shandle, StateEventAuditPersistenceObject sea) throws EventAuditException
EventAuditException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |