Class ProcessEventDefinition

java.lang.Object
com.aquima.interactions.process.impl.ProcessEventDefinition
All Implemented Interfaces:
IProcessEventDefinition

public class ProcessEventDefinition extends Object implements IProcessEventDefinition
This class contains a single process event definition.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

    • ProcessEventDefinition

      protected ProcessEventDefinition(IProcessEventDS datasource)
  • Method Details

    • getId

      public GUID getId()
      Description copied from interface: IProcessEventDefinition
      This method returns the unique ID of the event. This ID is mainly used in database, as this ID will remain constant even if the name of the event changes.
      Specified by:
      getId in interface IProcessEventDefinition
      Returns:
      The unique ID of the event.
    • getName

      public String getName()
      Description copied from interface: IProcessEventDefinition
      This method returns the (unique) name of the event. The name of the event is the primary means by which an external client will notify the process engine of an event.
      Specified by:
      getName in interface IProcessEventDefinition
      Returns:
      The name of the event.