Uses of Class
de.fraunhofer.iese.mydata.policy.event.ActionId
Packages that use ActionId
Package
Description
Description of MYDATA component capabilities, i.e., their interfaces.
-
Uses of ActionId in de.fraunhofer.iese.mydata.component.information.method
Constructors in de.fraunhofer.iese.mydata.component.information.method with parameters of type ActionIdModifierConstructorDescriptionPepInterfaceDescription(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
Constructors in de.fraunhofer.iese.mydata.policy.decision with parameters of type ActionIdModifierConstructorDescriptionExecuteAction(ActionId actionId, ParameterList params) Instantiates a new execute action. -
Uses of ActionId in de.fraunhofer.iese.mydata.policy.event
Constructors in de.fraunhofer.iese.mydata.policy.event with parameters of type ActionIdModifierConstructorDescriptionInstantiates 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
Methods in de.fraunhofer.iese.mydata.policy.event.history that return types with arguments of type ActionIdModifier 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 Methods in de.fraunhofer.iese.mydata.policy.event.history with parameters of type ActionIdModifier and TypeMethodDescriptionvoidIEventRepository.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) longIEventRepository.findByOccurredAtMsAfterAndActionId(long start, ActionId actionId) longIEventRepository.findByOccurredAtMsBeforeAndActionId(long end, ActionId actionId) IEventRepository.findByOccurredAtMsBetweenAndActionId(long start, long end, ActionId actionId) -
Uses of ActionId in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution with parameters of type ActionId