Class FailedStep

  • All Implemented Interfaces:
    Serializable

    @Entity
    public class FailedStep
    extends org.tkit.quarkus.jpa.models.TraceableEntity
    The Failed step entity representing issue in the process(business or technical)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.tkit.quarkus.jpa.models.AbstractTraceableEntity

        persisted
    • Constructor Summary

      Constructors 
      Constructor Description
      FailedStep()  
    • Method Summary

      • Methods inherited from class org.tkit.quarkus.jpa.models.TraceableEntity

        equals, getId, hashCode, setId
      • Methods inherited from class org.tkit.quarkus.jpa.models.AbstractTraceableEntity

        checkPersistentState, getCreationDate, getCreationUser, getModificationDate, getModificationUser, getVersion, isControlTraceabilityManual, isPersisted, prePersist, preUpdate, setControlTraceabilityManual, setCreationDate, setCreationUser, setModificationDate, setModificationUser, setPersisted, setVersion, toString
    • Constructor Detail

      • FailedStep

        public FailedStep()