Search
Plugins
>
Intrinsics 1.0.0
>
ch.dunes.model.ILogFactory
>
Interface ch.dunes.model.ILogFactory
Extends
java.lang.Object
This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.
Attributes
None
Methods
Name
Returns
fetchLogEvents
(
ch.dunes.model.client.LogQuery
)
ch.dunes.model.client.LogQueryResult
getLogEventForId
(
String
)
ch.dunes.model.dunes.LogEvent
insertLogEvent
(
Number
,
String
,
String
,
String
,
String
,
String
)
ch.dunes.model.dunes.LogEvent
purgeLogEventsByDistinctOriginatorId
()
void
purgeLogs
(
java.util.Date
,
java.util.Date
,
Number
)
void
removeLogForOriginatorId
(
String
)
void
Returned by
Method
Returns
ch.dunes.model.client.VSOFactoryClient.getLogFactory
()
ch.dunes.model.ILogFactory
Referenced in
None