类 ZeebeProcess
- java.lang.Object
-
- cn.dustlight.flow.zeebe.entities.ZeebeProcess
-
-
构造器概要
构造器 构造器 说明 ZeebeProcess()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected ZeebeProcessclone()static ZeebeProcesscloneAndSet(ZeebeProcess template, ZeebeProcessEntity entity)StringgetClientId()java.time.InstantgetCreatedAt()StringgetData()LonggetId()StringgetName()StringgetOwner()protected static StringgetPrefix(String target, char split)protected static StringgetSuffix(String target, char split)IntegergetVersion()voidsetData(String data)
-
-
-
方法详细资料
-
getCreatedAt
public java.time.Instant getCreatedAt()
- 指定者:
getCreatedAt在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
getVersion
public Integer getVersion()
- 指定者:
getVersion在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
getName
public String getName()
- 指定者:
getName在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
getClientId
public String getClientId()
- 指定者:
getClientId在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
getOwner
public String getOwner()
- 指定者:
getOwner在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
getData
public String getData()
- 指定者:
getData在接口中cn.dustlight.flow.core.flow.process.Process<String>
-
setData
public void setData(String data)
-
clone
protected ZeebeProcess clone() throws CloneNotSupportedException
- 覆盖:
clone在类中Object- 抛出:
CloneNotSupportedException
-
cloneAndSet
public static ZeebeProcess cloneAndSet(ZeebeProcess template, ZeebeProcessEntity entity) throws CloneNotSupportedException
-
-