类 ZeebeInstanceEvent

  • 所有已实现的接口:
    cn.dustlight.flow.core.flow.instance.InstanceEvent, Cloneable
    直接已知子类:
    ZeebeInstance

    public class ZeebeInstanceEvent
    extends Object
    implements cn.dustlight.flow.core.flow.instance.InstanceEvent, Cloneable
    • 构造器详细资料

      • ZeebeInstanceEvent

        public ZeebeInstanceEvent()
    • 方法详细资料

      • getId

        public Long getId()
        指定者:
        getId 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getElementType

        public String getElementType()
        指定者:
        getElementType 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getElementId

        public String getElementId()
        指定者:
        getElementId 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getStatus

        public cn.dustlight.flow.core.flow.instance.InstanceEvent.Status getStatus()
        指定者:
        getStatus 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getCreatedAt

        public java.time.Instant getCreatedAt()
        指定者:
        getCreatedAt 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getUpdatedAt

        public java.time.Instant getUpdatedAt()
        指定者:
        getUpdatedAt 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent
      • getError

        public cn.dustlight.flow.core.flow.instance.InstanceError getError()
        指定者:
        getError 在接口中 cn.dustlight.flow.core.flow.instance.InstanceEvent