Novell exteNd
Director 5.2 API

com.sssw.wf.client
Interface EbiAuditDelegate


public interface EbiAuditDelegate

The delegate interface needed for querying work queue audit data. This delegate returns a list featuring the state of workitem documents and properties at each activity step.


Method Summary
 Document getAuditInfo(String processId, String runNumber, String activityName, Date startDate, Date endDate)
          Gets audit information based on parameters set.
 

Method Detail

getAuditInfo

public Document getAuditInfo(String processId,
                             String runNumber,
                             String activityName,
                             Date startDate,
                             Date endDate)
                      throws com.sssw.wf.client.EboAuditLoggerException
Gets audit information based on parameters set.
Parameters:
processId - Process Id to filter on. Optional
runNumber - Run number to filter on. Optional
activityName - Activity name to filter on. Optional
startDate - Start date to filter by. Optional, but if used End date must also be provided.
endDate - End date to filter on. Option, but if used Start date must also be provided.
Returns:
Returns a document containing the audit information. Conforms to workflow-auditlist_3_0.dtd
Throws:
com.sssw.wf.client.EboAuditLoggerException - Throws an EboAuditLoggerException if the information cannot be retrieved.

Novell exteNd
Director 5.2 API