Class ProcessEventDefinition

    • Constructor Detail

      • ProcessEventDefinition

        protected ProcessEventDefinition​(IProcessEventDS datasource)
    • Method Detail

      • 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.