Uses of Class
de.fraunhofer.iese.mydata.policy.event.ActionId
Package
Description
Description of MYDATA component capabilities, i.e., their interfaces.
-
Uses of ActionId in de.fraunhofer.iese.mydata.component.information.method
ModifierConstructorDescriptionPepInterfaceDescription
(ActionId event, boolean isPreventive, String description) Instantiates a new pep interface description.PepInterfaceDescription
(ActionId event, boolean isPreventive, String description, List<InputParameterDescription> eventInputParameters) Instantiates a new pep interface description. -
Uses of ActionId in de.fraunhofer.iese.mydata.policy.decision
ModifierConstructorDescriptionExecuteAction
(ActionId actionId, ParameterList params) Instantiates a new execute action. -
Uses of ActionId in de.fraunhofer.iese.mydata.policy.event
ModifierConstructorDescriptionInstantiates a new event.Instantiates a new event.Instantiates a new event.Event
(ActionId actionId, Instant instant, ParameterList params) Instantiates a new event. -
Uses of ActionId in de.fraunhofer.iese.mydata.policy.event.history
Modifier and TypeMethodDescriptionIEventRepository.getEventsToBeStored()
Returns Map<ActionId, List>, Events with ActionId are to be stored. IEventRepository.getHistoricEventTrackItemsPerActionId()
Returns Map<ActionId, List>, The parameters to save for that event Modifier and TypeMethodDescriptionvoid
IEventRepository.deleteEventOccurrenceByActionId
(ActionId actionId) IEventRepository.findByActionId
(ActionId actionId) IEventRepository.findByActionIdAndHistoricEventParametersAndOccurredAtMsBetween
(ActionId actionId, List<HistoricEventParameter> hep, long start, long end) IEventRepository.findByActionIdAndMode
(ActionId actionId, String mode, List<HistoricEventParameter> policyEventParameters) IEventRepository.findByActionIdAndOccurredAtMsBetweenParamIndependant
(ActionId actionId, long start, long end) long
IEventRepository.findByOccurredAtMsAfterAndActionId
(long start, ActionId actionId) long
IEventRepository.findByOccurredAtMsBeforeAndActionId
(long end, ActionId actionId) IEventRepository.findByOccurredAtMsBetweenAndActionId
(long start, long end, ActionId actionId) -
Uses of ActionId in de.fraunhofer.iese.mydata.solution