kaos.core.csi.extension.history
Interface PolicyDecisionHistoryComponent

All Superinterfaces:
EventHistoryComponent, HistoryMonitor, KAoSExtensionComponent

public interface PolicyDecisionHistoryComponent
extends HistoryMonitor


Method Summary
 java.util.List<ActionInstanceDescription> findAuthorizationFailureForAction(OntClassDescription eventClass, kaos.time.DurationDescription historyStartDuration, kaos.time.DurationDescription historyEndDuration)
           
 
Methods inherited from interface kaos.core.csi.extension.history.logging.HistoryMonitor
deleteAllLogs, deleteLogs, deleteLogsforActionType, deleteLogsforActor, deleteSpecifiedLogs, getAllLogs, getLogsforActionType, getLogsforActor, getSpecifiedLogs
 
Methods inherited from interface kaos.core.csi.extension.history.EventHistoryComponent
findEventsOfType, logEvent
 
Methods inherited from interface kaos.core.csi.extension.KAoSExtensionComponent
addOntologicalAttribute, getEnabledStatus, getName, getOntologicalAttributes, getSubclassesForAttribute, setEnabledStatus, setName, setProperties, setSubclassesForAttribute
 

Method Detail

findAuthorizationFailureForAction

java.util.List<ActionInstanceDescription> findAuthorizationFailureForAction(OntClassDescription eventClass,
                                                                            kaos.time.DurationDescription historyStartDuration,
                                                                            kaos.time.DurationDescription historyEndDuration)


Copyright © 2006 IHMC All Rights Reserved.