Class CoveredElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer executionStartCounter
      The start time of the element
      protected java.lang.String processDefinitionKey
      The key of the elements process definition.
    • Constructor Summary

      Constructors 
      Constructor Description
      CoveredElement()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getElementId()
      Retrieves the element's ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • processDefinitionKey

        protected java.lang.String processDefinitionKey
        The key of the elements process definition.
      • executionStartCounter

        protected java.lang.Integer executionStartCounter
        The start time of the element
    • Constructor Detail

      • CoveredElement

        public CoveredElement()
    • Method Detail

      • getElementId

        public abstract java.lang.String getElementId()
        Retrieves the element's ID.
        Returns: