类 WfUnit
java.lang.Object
com.gdxsoft.easyweb.script.Workflow.WfUnit
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getDes()描述getName()名称执行的Action提交前检查的Action检查错误提示审核失败的节点名称审核通过的节点名称测试的逻辑表达式节点类型booleanisFirst()是否是第一个节点booleanisLast()是否最后一步void描述voidsetFirst(boolean isFirst) voidsetLast(boolean isLast) 是否最后一步void名称voidsetWFAAfter(String after) 执行的ActionvoidsetWFABefore(String before) 提交前检查的ActionvoidsetWFABeforeMsg(String beforeMsg) 检查错误提示voidsetWFANextNo(String nextNo) 审核失败的节点名称voidsetWFANextYes(String nextYes) 审核通过的节点名称voidsetWFAParent(String parent) 父节点voidsetWfLogic(String wfLogic) void
-
构造器详细资料
-
WfUnit
public WfUnit()
-
-
方法详细资料
-
getName
名称- 返回:
- the _Name
-
setName
名称- 参数:
name- the _Name to set
-
getDes
描述- 返回:
- the _Des
-
setDes
描述- 参数:
des- the _Des to set
-
getWFABefore
提交前检查的Action- 返回:
- the _WFABefore
-
setWFABefore
提交前检查的Action- 参数:
before- the _WFABefore to set
-
getWFABeforeMsg
检查错误提示- 返回:
- the _WFABeforeMsg
-
setWFABeforeMsg
检查错误提示- 参数:
beforeMsg- the _WFABeforeMsg to set
-
getWFAAfter
执行的Action- 返回:
- the _WFAAfter
-
setWFAAfter
执行的Action- 参数:
after- the _WFAAfter to set
-
getWFANextYes
审核通过的节点名称- 返回:
- the _WFANextYes
-
setWFANextYes
审核通过的节点名称- 参数:
nextYes- the _WFANextYes to set
-
getWFANextNo
审核失败的节点名称- 返回:
- the _WFANextNo
-
setWFANextNo
审核失败的节点名称- 参数:
nextNo- the _WFANextNo to set
-
isLast
public boolean isLast()是否最后一步- 返回:
- the _IsLast
-
setLast
public void setLast(boolean isLast) 是否最后一步- 参数:
isLast- the _IsLast to set
-
getWfType
节点类型- 返回:
- the _WfType
-
setWfType
- 参数:
wfType- the _WfType to set
-
isFirst
public boolean isFirst()是否是第一个节点- 返回:
- the _IsFirst
-
setFirst
public void setFirst(boolean isFirst) - 参数:
isFirst- the _IsFirst to set
-
getWfLogic
测试的逻辑表达式- 返回:
- the _WfLogic
-
setWfLogic
- 参数:
wfLogic- the _WfLogic to set
-
getWFAParent
- 返回:
- the _WFAParent
-
setWFAParent
父节点- 参数:
parent- the _WFAParent to set
-