类 ZeebeInstanceEvent
- java.lang.Object
-
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceEvent
-
- 所有已实现的接口:
cn.dustlight.flow.core.flow.instance.InstanceEvent,Cloneable
- 直接已知子类:
ZeebeInstance
public class ZeebeInstanceEvent extends Object implements cn.dustlight.flow.core.flow.instance.InstanceEvent, Cloneable
-
-
字段概要
字段 修饰符和类型 字段 说明 protected ZeebeInstanceEntitycurrentstatic Collection<String>INCIDENT_RESOLVEDstatic Collection<String>INTENT_CANCELEDstatic Collection<String>INTENT_COMPLETEDprotected ZeebeInstanceEntitystartstatic Collection<String>VALUE_TYPE_ERROR
-
构造器概要
构造器 构造器 说明 ZeebeInstanceEvent()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected ZeebeInstanceEventclone()java.time.InstantgetCreatedAt()StringgetElementId()StringgetElementType()cn.dustlight.flow.core.flow.instance.InstanceErrorgetError()LonggetId()cn.dustlight.flow.core.flow.instance.InstanceEvent.StatusgetStatus()java.time.InstantgetUpdatedAt()
-
-
-
字段详细资料
-
start
protected ZeebeInstanceEntity start
-
current
protected ZeebeInstanceEntity current
-
VALUE_TYPE_ERROR
public static final Collection<String> VALUE_TYPE_ERROR
-
INCIDENT_RESOLVED
public static final Collection<String> INCIDENT_RESOLVED
-
INTENT_COMPLETED
public static final Collection<String> INTENT_COMPLETED
-
INTENT_CANCELED
public static final Collection<String> INTENT_CANCELED
-
-
方法详细资料
-
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
-
clone
protected ZeebeInstanceEvent clone() throws CloneNotSupportedException
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
-