public interface ITaskAuditService extends ITaskComponent
Modifier and Type | Method and Description |
---|---|
void |
clearTaskAudit(IURI taskURI)
Clears task audit trail
|
void |
createNewAuditEntry(IURI taskURI,
IURI principalURI,
int operation,
Map<String,?> properties)
Adds task audit trail entry
|
void |
createNewAuditEntry(IURI taskURI,
IURI principalURI,
int operation,
Map<String,?> properties,
long timestamp,
int taskVersionNumber)
Adds task audit trail entry
|
List<ITaskAuditEntry> |
getTaskAudit(IURI taskURI,
ClassLoader classLoader)
Returns task audit trail by task uri
|
List<ITaskAuditEntry> |
getTaskAudit(IURI taskURI,
int pageNumber,
int pageSize,
ClassLoader classLoader)
Returns paginated task audit trail by task uri,pageNumber and pageSize
|
ITaskAuditEntry |
getTaskAuditEntryByID(IURI taskURI,
int auditEntryID,
ClassLoader classLoader)
Returns single entry from the task audit by its ID
|
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
List<ITaskAuditEntry> getTaskAudit(IURI taskURI, ClassLoader classLoader) throws PortalException
PortalException
List<ITaskAuditEntry> getTaskAudit(IURI taskURI, int pageNumber, int pageSize, ClassLoader classLoader) throws PortalException
PortalException
ITaskAuditEntry getTaskAuditEntryByID(IURI taskURI, int auditEntryID, ClassLoader classLoader) throws PortalException
PortalException
void createNewAuditEntry(IURI taskURI, IURI principalURI, int operation, Map<String,?> properties) throws PortalException
PortalException
void createNewAuditEntry(IURI taskURI, IURI principalURI, int operation, Map<String,?> properties, long timestamp, int taskVersionNumber) throws PortalException
PortalException
void clearTaskAudit(IURI taskURI) throws PortalException
PortalException