|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptLogAccessor
This is the interface definition of an accessor to script execution logs.
| Method Summary | |
|---|---|
java.util.List |
getScriptLogInfos(long entityId,
java.lang.String entityClass)
Retrieve all the info beans on available script logs for given entity |
java.util.List |
getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
Get all the info beans on available script logs for script having this name and category |
void |
saveScriptLogInfo(ScriptLogInfo logInfo)
Save a ScriptLogInfo (indeed a create or update method) |
| Method Detail |
|---|
void saveScriptLogInfo(ScriptLogInfo logInfo)
logInfo - The ScriptLogInfo object to save
java.util.List getScriptLogInfos(long entityId,
java.lang.String entityClass)
entityId - The id of entity to retrieve ScriptLogInfo objects forentityClass - The class of entity to retrieve ScriptLogInfo objects for
ScriptLogInfo available for entity
java.util.List getScriptLogInfos(java.lang.String scriptName,
java.lang.String scriptCategory)
scriptName - The name of the script to retrieve log forscriptCategory - The category of the script to retrive log for
ScriptLogInfo available for script
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||