跳过导航链接
A B C D F G I L M N P R S T U V W 

A

AbstractWorkflowService - in.clouthink.daas.sbpm.core.service中的类
The abstract workflow service.
AbstractWorkflowService() - 类 的构造器in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
ActionReference - in.clouthink.daas.sbpm.core.model中的接口
 
ActionRequest - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityAction - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityDefinition - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityDefinitionException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ActivityDefinitionException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionException
 
ActivityDefinitionException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionException
 
ActivityDefinitionException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionException
 
ActivityDefinitionException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionException
 
ActivityDefinitionNotFoundException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ActivityDefinitionNotFoundException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionNotFoundException
 
ActivityDefinitionNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionNotFoundException
 
ActivityDefinitionNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionNotFoundException
 
ActivityDefinitionNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityDefinitionNotFoundException
 
ActivityInstance - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityInstanceException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ActivityInstanceException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceException
 
ActivityInstanceException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceException
 
ActivityInstanceException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceException
 
ActivityInstanceException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceException
 
ActivityInstanceNotFoundException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ActivityInstanceNotFoundException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceNotFoundException
 
ActivityInstanceNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceNotFoundException
 
ActivityInstanceNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceNotFoundException
 
ActivityInstanceNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ActivityInstanceNotFoundException
 
ActivityQueryRequest - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityRouter - in.clouthink.daas.sbpm.core.model中的接口
 
ActivityStatus - in.clouthink.daas.sbpm.core.model中的枚举
 
ActivityType - in.clouthink.daas.sbpm.core.model中的枚举
 

B

BusinessReference - in.clouthink.daas.sbpm.core.model中的接口
 
BusinessResolver<T> - in.clouthink.daas.sbpm.core.spi中的接口
 

C

claimActivity(String, UserReference) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
签收任务(任务只有先签收才能处理,即使只有一个人有任务)

D

DefaultActionReference - in.clouthink.daas.sbpm.core.model中的类
 
DefaultActionReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
DefaultActionReference(String, String) - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
DefaultActionRequest - in.clouthink.daas.sbpm.core.model中的类
The default ActionRequest impl.
DefaultActionRequest() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
DefaultActivityDefinition - in.clouthink.daas.sbpm.core.model中的类
The default MutableActivityDefinition impl.
DefaultActivityDefinition() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
DefaultActivityQueryRequest - in.clouthink.daas.sbpm.core.model中的类
The default ActivityQueryRequest impl.
DefaultActivityQueryRequest() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
DefaultActivityRouter - in.clouthink.daas.sbpm.core.model中的类
The default ActivityRouter impl.
DefaultActivityRouter() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
DefaultBusinessReference - in.clouthink.daas.sbpm.core.model中的类
The default BusinessReference impl.
DefaultBusinessReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultBusinessReference
 
DefaultNamedBusinessReference - in.clouthink.daas.sbpm.core.model中的类
The default NamedBusinessReference impl.
DefaultNamedBusinessReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultNamedBusinessReference
 
DefaultNamedUserReference - in.clouthink.daas.sbpm.core.model中的类
The default NamedUserReference impl.
DefaultNamedUserReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultNamedUserReference
 
DefaultParticipant - in.clouthink.daas.sbpm.core.model中的类
 
DefaultParticipant() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
DefaultProcessDefinitionReference - in.clouthink.daas.sbpm.core.model中的类
The default ProcessDefinitionReference impl.
DefaultProcessDefinitionReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
DefaultUserReference - in.clouthink.daas.sbpm.core.model中的类
The default UserReference impl.
DefaultUserReference() - 类 的构造器in.clouthink.daas.sbpm.core.model.DefaultUserReference
 
deleteActivityDefinition(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
delete the activity definition
deleteProcessDefinition(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
delete the process definition
deleteProcessInstance(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
delete process instance by id

F

findActivityDefinitionById(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
findActivityDefinitionById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
 
findActivityDefinitionById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find activity definition by id
findActivityInstance(ProcessInstance, ActivityDefinition, UserReference) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find the activity instance by definition and receiver
findActivityInstanceById(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
findActivityInstanceById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
 
findActivityInstanceById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find activity instance by id
findProcessDefinitionById(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
findProcessDefinitionById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
 
findProcessDefinitionById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find process definition by id
findProcessHistoryById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find process history by id
findProcessInstanceById(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
findProcessInstanceById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
根据id查询流程实例
findProcessInstanceById(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
find process instance by id
from(UserReference) - 类 中的静态方法in.clouthink.daas.sbpm.core.model.DefaultNamedUserReference
 
from(ProcessDefinition) - 类 中的静态方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 

G

getAction() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionRequest
The code of action
getAction() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
getAction() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getActivityDefinition() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getActivityInstance() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getActivityStatus() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityQueryRequest
 
getActivityStatus() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getAttributes() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getBizName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionRequest
The business name
getBizName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
getBizRefId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionRequest
The business id to refer
getBizRefId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
getBizType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionRequest
The business type
getBizType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
getBusinessReference() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getBusinessReference() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getBusinessType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityQueryRequest
 
getBusinessType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getCode() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionReference
The action code
getCode() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
getCode() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getCode() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
getCreatedAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getCreatedAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getCreatedBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getCreatedBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getDefinition() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
getDefinition() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
The process definition content( xml , json by implementation )
getDefinition() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinitionReference
The defnition content
getDescription() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getEndAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getEndBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getFirstAction(ActivityDefinition) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
getFromAction() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getFromBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
The unique id
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.Participant
 
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getLimit() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getLimit() - 接口 中的方法in.clouthink.daas.sbpm.core.model.PageQueryRequest
 
getMemo() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionRequest
The memo for action
getMemo() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
getMemo() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActionReference
The action name
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
The display name
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
冗余字段,来自activity defintion name
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultNamedBusinessReference
 
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultNamedUserReference
 
getName() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.NamedBusinessReference
 
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.NamedUserReference
 
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinitionReference
The refer process definition name
getName() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
冗余字段, 来自activity instance name
getNextActions(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
getNextActions(ActivityDefinition) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
getNextActions(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
获取当前活动的支持的操作(审批,驳回等)
getNextActivityId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityRouter
the id of next activity
getNextActivityId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
getParticipant() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
The participant expression
getParticipant() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getProcessAction() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getProcessAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getProcessAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getProcessBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getProcessBy() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getProcessDefinition() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
The process definition which the activity definition belongs to.
getProcessDefinition() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getProcessDefinition() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getProcessInstance() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getProcessInstance() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessHistory
 
getProcessInstanceId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityQueryRequest
 
getProcessInstanceId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getReceiveAt() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getReceiver() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getReceiverId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityQueryRequest
 
getReceiverId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getRefId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.BusinessReference
 
getRefId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultBusinessReference
 
getRefId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
getRefId() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultUserReference
 
getRefId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinitionReference
The refer process definition id
getRefId() - 接口 中的方法in.clouthink.daas.sbpm.core.model.UserReference
 
getRouters() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
If the actions is null or empty, it means the process is at the end status.
getRouters() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getStart() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
getStart() - 接口 中的方法in.clouthink.daas.sbpm.core.model.PageQueryRequest
 
getStartAction(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
getStartAction(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
返回流程第一节点支持的操作(只会返回一个动作,如果流程定义了多个动作,则只返回第一个动作)
getStartActivityDefinition(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
getStatus() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityInstance
 
getStatus() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessInstance
 
getType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityDefinition
 
getType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityRouter
 
getType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.BusinessReference
 
getType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
getType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
getType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultBusinessReference
 
getType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
getType() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultUserReference
 
getType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.Participant
 
getType() - 接口 中的方法in.clouthink.daas.sbpm.core.model.UserReference
 
getUsername() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
getUsername() - 接口 中的方法in.clouthink.daas.sbpm.core.model.Participant
 
getVersion() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ProcessDefinition
 
getWorkflowRepository() - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 

I

in.clouthink.daas.sbpm.core.exception - 程序包 in.clouthink.daas.sbpm.core.exception
 
in.clouthink.daas.sbpm.core.model - 程序包 in.clouthink.daas.sbpm.core.model
 
in.clouthink.daas.sbpm.core.service - 程序包 in.clouthink.daas.sbpm.core.service
 
in.clouthink.daas.sbpm.core.spi - 程序包 in.clouthink.daas.sbpm.core.spi
 
in.clouthink.daas.sbpm.core.spi.impl - 程序包 in.clouthink.daas.sbpm.core.spi.impl
 
isMemoRequired() - 接口 中的方法in.clouthink.daas.sbpm.core.model.ActivityAction
 
isMemoRequired() - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 

L

listActivities(ActivityQueryRequest) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
listActivities(ActivityQueryRequest) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
根据状态查询任务(待办,已办,其他(被其他用户抢占))
listActivityDefinitions(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list all activity definitions by process definition
listActivityDefinitions(ProcessDefinition) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list all activity definitions by process definition
listActivityInstances(ActivityQueryRequest) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
dynamic query activity instance
listActivityInstances(ActivityDefinition, BusinessReference) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list all the activity instances which is type of specified activity definition
listProcessDefinitions() - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list all process definitions
listProcessHistories(String) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
listProcessHistories(String) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
获取活动的处理历史
listProcessHistories(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list all the process histories
listProcessInstances(String, Pageable) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
list the process instance by process definition

M

MutableActivityDefinition - in.clouthink.daas.sbpm.core.model中的接口
 

N

NamedBusinessReference - in.clouthink.daas.sbpm.core.model中的接口
 
NamedUserReference - in.clouthink.daas.sbpm.core.model中的接口
 

P

PageQueryRequest - in.clouthink.daas.sbpm.core.model中的接口
 
parse(InputStream) - 类 中的方法in.clouthink.daas.sbpm.core.spi.impl.ProcessDefinitionJsonParser
 
parse(File) - 类 中的方法in.clouthink.daas.sbpm.core.spi.impl.ProcessDefinitionJsonParser
 
parse(String) - 类 中的方法in.clouthink.daas.sbpm.core.spi.impl.ProcessDefinitionJsonParser
 
parse(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.ParticipantParser
 
parse(InputStream) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.ProcessDefinitionParser
 
parse(File) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.ProcessDefinitionParser
 
parse(String) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.ProcessDefinitionParser
 
Participant - in.clouthink.daas.sbpm.core.model中的接口
 
ParticipantParser<T> - in.clouthink.daas.sbpm.core.spi中的接口
The most generally participant expression format is : user:userId1,user:userId2
ParticipantParserException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ParticipantParserException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ParticipantParserException
 
ParticipantParserException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ParticipantParserException
 
ParticipantParserException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ParticipantParserException
 
ParticipantParserException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ParticipantParserException
 
processActivity(String, ActionRequest, UserReference) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
处理活动
ProcessDefinition - in.clouthink.daas.sbpm.core.model中的接口
 
ProcessDefinitionException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ProcessDefinitionException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionException
 
ProcessDefinitionException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionException
 
ProcessDefinitionException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionException
 
ProcessDefinitionException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionException
 
ProcessDefinitionJsonParser - in.clouthink.daas.sbpm.core.spi.impl中的类
 
ProcessDefinitionJsonParser() - 类 的构造器in.clouthink.daas.sbpm.core.spi.impl.ProcessDefinitionJsonParser
 
ProcessDefinitionNotFoundException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ProcessDefinitionNotFoundException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionNotFoundException
 
ProcessDefinitionNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionNotFoundException
 
ProcessDefinitionParser - in.clouthink.daas.sbpm.core.spi中的接口
 
ProcessDefinitionParserException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ProcessDefinitionParserException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionParserException
 
ProcessDefinitionParserException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionParserException
 
ProcessDefinitionParserException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionParserException
 
ProcessDefinitionParserException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessDefinitionParserException
 
ProcessDefinitionReference - in.clouthink.daas.sbpm.core.model中的接口
 
ProcessHistory - in.clouthink.daas.sbpm.core.model中的接口
 
ProcessInstance - in.clouthink.daas.sbpm.core.model中的接口
 
ProcessInstanceException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ProcessInstanceException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceException
 
ProcessInstanceException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceException
 
ProcessInstanceException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceException
 
ProcessInstanceException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceException
 
ProcessInstanceNotFoundException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
ProcessInstanceNotFoundException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.ProcessInstanceNotFoundException
 
ProcessStatus - in.clouthink.daas.sbpm.core.model中的枚举
 

R

resolve(BusinessReference) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.BusinessResolver
 
resolve(UserReference) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.UserResolver
 

S

saveActivityDefinition(ActivityDefinition) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
save the activity definition
saveActivityInstance(ActivityInstance) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
save the activity instance
saveProcessDefinition(ProcessDefinition) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
save the process definition
saveProcessHistory(ProcessHistory) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
save the process history
saveProcessInstance(ProcessInstance) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
save process instance
setAction(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
setActivityStatus(ActivityStatus[]) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setBizName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
setBizRefId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
setBizType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
setBusinessType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setCode(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
setCode(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setCode(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
setDefinition(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
setId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
setId(String) - 接口 中的方法in.clouthink.daas.sbpm.core.model.MutableActivityDefinition
The unique id
setLimit(int) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setMemo(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionRequest
 
setMemoRequired(boolean) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActionReference
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultNamedBusinessReference
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultNamedUserReference
 
setName(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
setName(String) - 接口 中的方法in.clouthink.daas.sbpm.core.model.MutableActivityDefinition
The display name
setNextActivityId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
setParticipant(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setParticipant(String) - 接口 中的方法in.clouthink.daas.sbpm.core.model.MutableActivityDefinition
The participant expression
setProcessDefinition(ProcessDefinition) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setProcessDefinition(ProcessDefinition) - 接口 中的方法in.clouthink.daas.sbpm.core.model.MutableActivityDefinition
The process definition which the activity definition belongs to.
setProcessInstanceId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setReceiverId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setRefId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultBusinessReference
 
setRefId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultProcessDefinitionReference
 
setRefId(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultUserReference
 
setRouters(List<DefaultActivityRouter>) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setStart(int) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityQueryRequest
 
setType(ActivityType) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityDefinition
 
setType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultActivityRouter
 
setType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultBusinessReference
 
setType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
setType(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultUserReference
 
setType(ActivityType) - 接口 中的方法in.clouthink.daas.sbpm.core.model.MutableActivityDefinition
 
setUsername(String) - 类 中的方法in.clouthink.daas.sbpm.core.model.DefaultParticipant
 
setWorkflowRepository(WorkflowRepository) - 类 中的方法in.clouthink.daas.sbpm.core.service.AbstractWorkflowService
 
START_PROCESS - 接口 中的静态变量in.clouthink.daas.sbpm.core.model.ActionReference
 
startProcess(String, ActionRequest, UserReference) - 接口 中的方法in.clouthink.daas.sbpm.core.service.WorkflowService
流程,用户行为自动定位在start活动,并标记该活动为完成状态
StartProcessActionReference - 类 中的静态变量in.clouthink.daas.sbpm.core.model.DefaultActionReference
 

T

toString(List<ActivityDefinition>) - 类 中的方法in.clouthink.daas.sbpm.core.spi.impl.ProcessDefinitionJsonParser
 
toString(List<ActivityDefinition>) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.ProcessDefinitionParser
 

U

updateActivityInstance(String, ActivityStatus) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
update the status of activity instance
updateProcessInstance(String, ProcessStatus) - 接口 中的方法in.clouthink.daas.sbpm.core.spi.WorkflowRepository
update the status of process instance
UserReference - in.clouthink.daas.sbpm.core.model中的接口
 
UserResolver<T> - in.clouthink.daas.sbpm.core.spi中的接口
 

V

valueOf(String) - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ActivityStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ActivityType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ProcessStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ActivityStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ActivityType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法in.clouthink.daas.sbpm.core.model.ProcessStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WorkflowException - in.clouthink.daas.sbpm.core.exception中的异常错误
 
WorkflowException() - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.WorkflowException
 
WorkflowException(String) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.WorkflowException
 
WorkflowException(String, Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.WorkflowException
 
WorkflowException(Throwable) - 异常错误 的构造器in.clouthink.daas.sbpm.core.exception.WorkflowException
 
WorkflowRepository - in.clouthink.daas.sbpm.core.spi中的接口
The workflow persistence layer service.
WorkflowService - in.clouthink.daas.sbpm.core.service中的接口
 
A B C D F G I L M N P R S T U V W 
跳过导航链接

Copyright © 2017. All rights reserved.