Package de.fraunhofer.iese.mydata.pep
Class EventBuilder
java.lang.Object
de.fraunhofer.iese.mydata.pep.EventBuilder
-
Constructor Summary
ConstructorDescriptionEventBuilder
(ActionId actionId) Instantiates a new event builder for given action idEventBuilder
(String urn) Deprecated.EventBuilder
(String solutionId, String identifier) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Generates an eventwithParameter
(String key, Object value, Type valueType)
-
Constructor Details
-
EventBuilder
Deprecated. -
EventBuilder
Deprecated.Instantiates a new event builder for action id given as @param.- Parameters:
solutionId
- Platform part of the id.identifier
- Action Part of the id.
-
EventBuilder
Instantiates a new event builder for given action id- Parameters:
actionId
- the action id of the event to be created
-
-
Method Details
-
withParameter
-
getEvent
Generates an event- Returns:
Event
-
EventBuilder(ActionId)