类 ZeebeInstance
- java.lang.Object
-
- cn.dustlight.flow.zeebe.entities.ZeebeInstanceEvent
-
- cn.dustlight.flow.zeebe.entities.ZeebeInstance
-
- 所有已实现的接口:
cn.dustlight.flow.core.flow.instance.Instance<ZeebeInstanceEvent>,cn.dustlight.flow.core.flow.instance.InstanceEvent,Cloneable
public class ZeebeInstance extends ZeebeInstanceEvent implements cn.dustlight.flow.core.flow.instance.Instance<ZeebeInstanceEvent>
-
-
字段概要
-
从类继承的字段 cn.dustlight.flow.zeebe.entities.ZeebeInstanceEvent
current, INCIDENT_RESOLVED, INTENT_CANCELED, INTENT_COMPLETED, start, VALUE_TYPE_ERROR
-
-
构造器概要
构造器 构造器 说明 ZeebeInstance(ZeebeInstanceEntity start, ZeebeInstanceEntity current)ZeebeInstance(List<ZeebeInstanceEvent> events)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClientId()StringgetElementId()StringgetElementType()StringgetName()cn.dustlight.flow.core.flow.instance.InstanceEvent.StatusgetStatus()IntegergetVersion()-
从类继承的方法 cn.dustlight.flow.zeebe.entities.ZeebeInstanceEvent
clone, getCreatedAt, getError, getId, getUpdatedAt
-
-
-
-
构造器详细资料
-
ZeebeInstance
public ZeebeInstance(List<ZeebeInstanceEvent> events)
-
ZeebeInstance
public ZeebeInstance(ZeebeInstanceEntity start, ZeebeInstanceEntity current)
-
-
方法详细资料
-
getVersion
public Integer getVersion()
- 指定者:
getVersion在接口中cn.dustlight.flow.core.flow.instance.Instance<ZeebeInstanceEvent>
-
getElementType
public String getElementType()
- 指定者:
getElementType在接口中cn.dustlight.flow.core.flow.instance.InstanceEvent- 覆盖:
getElementType在类中ZeebeInstanceEvent
-
getElementId
public String getElementId()
- 指定者:
getElementId在接口中cn.dustlight.flow.core.flow.instance.InstanceEvent- 覆盖:
getElementId在类中ZeebeInstanceEvent
-
getStatus
public cn.dustlight.flow.core.flow.instance.InstanceEvent.Status getStatus()
- 指定者:
getStatus在接口中cn.dustlight.flow.core.flow.instance.InstanceEvent- 覆盖:
getStatus在类中ZeebeInstanceEvent
-
getName
public String getName()
- 指定者:
getName在接口中cn.dustlight.flow.core.flow.instance.Instance<ZeebeInstanceEvent>
-
getClientId
public String getClientId()
- 指定者:
getClientId在接口中cn.dustlight.flow.core.flow.instance.Instance<ZeebeInstanceEvent>
-
-