All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.workflow.DataProvider.xer.txt Maven / Gradle / Ivy

^1377076140413
@xworker.workflow.DataProvider
sname
DataProvider
slabel
DataProvider
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sdescription

工作流数据存储的接口定义,要实现自定义的工作流数据存储,那么需要参看本事物的动作定义。

sth_createIndex false @xworker.workflow.DataProvider/@actions sname actions sdescriptors xworker.lang.MetaDescriptor3/@actions sth_createIndex false @xworker.workflow.DataProvider/@actions/@startWorkflow sname createWorkflow Sdescription #$@text#$@

一个工作流要启动了,创建这个工作流的标识,并保存初始状态等。

其中工作流标识是必须要创建的,什么样的状态需要保存则有具体的DataProvider决定。

#$@text#$@ sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@startWorkflow/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@startWorkflow/@ins/@workflowPath sname workflowThing stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作流定义的路径。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@startWorkflow/@returnValue sname returnValue sdescriptors xworker.lang.actions.Inout/@returnValue sth_createIndex false @xworker.workflow.DataProvider/@actions/@startWorkflow/@returnValue/@workflowId sname workflowId sdescription

工作流实例标识。

sdescriptors xworker.lang.actions.Inout/@returnValue/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask sname createWorkflowTask Sdescription #$@text#$@

一个工作流任务要启动了,创建并返回新任务的标识。

当一个工作流任务被创建时,它的状态默认为等待执行,当所有必要前置流程结束后才能执行。

#$@text#$@ sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask/@ins/@workflowId sname workflowId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作流标识。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask/@ins/@workflowTaskPath sname workflowTaskPath stype String stypeCheck false soptional true scheck false scheckLevel exception sdescription

定义工作流任务的事物路径。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask/@returnValue sname returnValue sdescriptors xworker.lang.actions.Inout/@returnValue sth_createIndex false @xworker.workflow.DataProvider/@actions/@createWorkflowTask/@returnValue/@workflowTaskId sname workflowTaskId sdescription

工作流任务实例标识。

sdescriptors xworker.lang.actions.Inout/@returnValue/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowEnd sname setWorkflowEnd sdescription

设置一个工作流为已结束。

sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowEnd/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowEnd/@ins/@workflowId sname workflowId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowTaskStatus sname setWorkflowTaskStatus sdescription

设置工作流任务的状态。

sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowTaskStatus/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowTaskStatus/@ins/@workflowId sname workflowId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowTaskStatus/@ins/@workflowTaskId sname workflowTaskId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@setWorkflowTaskStatus/@ins/@status sname status stype int stypeCheck false soptional true scheck false scheckLevel exception sdescription

状态为数字,0 等待执行,1 正在执行,2 已结束。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus sname getWorkflowTaskStatus sdescription

根据任务的事物路径返回任务的状态,参数为List,可以有多个任务事物路径。

sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus/@ins/@workflowId sname workflowId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus/@ins/@taskThingPaths sname taskThingPaths stype java.util.List stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus/@returnValue sisValidate false sname returnValue sdescriptors xworker.lang.actions.Inout/@returnValue sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTaskStatus/@returnValue/@taskInfos sname taskInfos stype java.util.List stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@returnValue/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTasks sname getWorkflowTasks sdescription

返回等待执行和正在执行的所有工作流任务。注意返回类型为xxxx。

sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTasks/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTasks/@ins/@workflowId sname workflowId stype String stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTasks/@returnValue sisValidate false sname returnValue sdescriptors xworker.lang.actions.Inout/@returnValue sth_createIndex false @xworker.workflow.DataProvider/@actions/@getWorkflowTasks/@returnValue/@taskInfos sname taskInfos stype java.util.List stypeCheck false soptional true scheck false scheckLevel exception sdescriptors xworker.lang.actions.Inout/@returnValue/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows sname listWorkflows Sdescription #$@text#$@

一般管理界面用到的辅助类,列出执行的工作流。即按照一定的条件查询出工作流的列表。

返回结果同数据对象的查询结果,具体可参看一个如数据库数据对象的查询。

其中输入参数为查询条件,可以为空,为空表示忽略此条件。

#$@text#$@ sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins sisValidate false sname ins sdescriptors xworker.lang.actions.Inout/@ins sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@workflowName sname workflowName stype String stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作流的名称。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@workflowPath sname workflowPath stype String stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作流的路径。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@status sname status stype String stypeCheck false soptional true scheck false scheckLevel exception sdescription

状态,0 正在运行,1 已结束, 2 死流程。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@startDate sname startDate stype java.util.Date stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作流实例的创建的起始时间。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@endDate sname endDate stype java.util.Date stypeCheck false soptional true scheck false scheckLevel exception sdescription

工作里实例的创建的截止时间。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@updateStartDate sname updateStartDate stype java.util.Date stypeCheck false soptional true scheck false scheckLevel exception sdescription

更新的起始时间。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflows/@ins/@updateEndDate sname updateEndDate stype java.util.Date stypeCheck false soptional true scheck false scheckLevel exception sdescription

更新的截止时间。

sdescriptors xworker.lang.actions.Inout/@ins/@param sth_createIndex false @xworker.workflow.DataProvider/@actions/@listWorkflowTasks sname listWorkflowTasks sdescription

编辑器工具可以用到的辅助类。按照条件列出工作流任务。

sdescriptors xworker.lang.actions.Actions/@NOOP sth_createIndex false @xworker.workflow.DataProvider/@name sname name sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false @xworker.workflow.DataProvider/@label sname label sreadOnly false sinheritDescription false svalidateAllowBlank true LvalidateOnBlur true LallowDecimals true LallowNegative true sdescriptors xworker.lang.MetaDescriptor3/@attribute sth_createIndex false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy