Uses of Class
de.fraunhofer.iese.mydata.policy.event.Event
- 
Packages that use Event Package Description de.fraunhofer.iese.mydata.component.interfaces de.fraunhofer.iese.mydata.policy.event.history de.fraunhofer.iese.mydata.timer  - 
- 
Uses of Event in de.fraunhofer.iese.mydata.component.interfaces
Methods in de.fraunhofer.iese.mydata.component.interfaces with parameters of type Event Modifier and Type Method Description AuthorizationDecisionIPolicyDecisionPoint. decisionRequest(Event event)Notifies the PDP about a certain event.voidIPolicyEnforcementPoint. enforce(Event event)* Enforces PDP decision to the event if any PDP subscribes to ActionID of the event.voidIPolicyEnforcementPoint. enforceDecision(Event event, AuthorizationDecision decision)It enforces the authorization decision to the event.booleanIPolicyDecisionPoint. evaluate(Event event)Evaluate an event.AuthorizationDecisionIPolicyEnforcementPoint. getDecision(Event event)* It sends the event to subscribed PDP and returns AuthorizationDecision of PDP.Method parameters in de.fraunhofer.iese.mydata.component.interfaces with type arguments of type Event Modifier and Type Method Description List<AuthorizationDecision>IPolicyDecisionPoint. decisionRequests(List<Event> events)Notifies the PDP about multiple events.booleanIPolicyDecisionPoint. evaluate(Set<Event> events)Evaluate multiple events. - 
Uses of Event in de.fraunhofer.iese.mydata.policy.event.history
Constructors in de.fraunhofer.iese.mydata.policy.event.history with parameters of type Event Constructor Description HistoricEvent(Event event, Set<HistoricEventTrackItem> trackItems)New instance from event. - 
Uses of Event in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that return types with arguments of type Event Modifier and Type Method Description Set<Event>Timer. getEvents() 
 -