Class EventBuilder

java.lang.Object
de.fraunhofer.iese.mydata.pep.EventBuilder

public class EventBuilder extends Object
  • Constructor Details

    • EventBuilder

      @Deprecated public EventBuilder(String urn)
      Deprecated.
    • EventBuilder

      @Deprecated public EventBuilder(String solutionId, String identifier)
      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

      public EventBuilder(ActionId actionId)
      Instantiates a new event builder for given action id
      Parameters:
      actionId - the action id of the event to be created
  • Method Details