跳过导航链接
A B C D E F G H I J L M O P Q R S T U V W 

A

AbstractFlowableService - org.hswebframework.web.workflow.service.imp中的类
 
AbstractFlowableService() - 类 的构造器org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
accept(String, Term, RDBColumnMetaData, String) - 类 中的方法org.hswebframework.web.workflow.terms.ClaimSqlTerm
 
accept(String, Term, RDBColumnMetaData, String) - 类 中的方法org.hswebframework.web.workflow.terms.CompletedSqlTerm
 
accept(String, Term, RDBColumnMetaData, String) - 类 中的方法org.hswebframework.web.workflow.terms.ProcessParticipateSqlTerm
 
accept(String, Term, RDBColumnMetaData, String) - 类 中的方法org.hswebframework.web.workflow.terms.TodoSqlTerm
 
acceptStartProcessFormData(ProcessInstance, Map<String, Object>) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
acceptTaskFormData(Task, Map<String, Object>) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
ActivitiUserUtil - org.hswebframework.web.workflow.flowable.utils中的类
 
ActivitiUserUtil() - 类 的构造器org.hswebframework.web.workflow.flowable.utils.ActivitiUserUtil
 
ActivityConfigDao - org.hswebframework.web.workflow.dao中的接口
 
ActivityConfigEntity - org.hswebframework.web.workflow.dao.entity中的类
 
ActivityConfigEntity() - 类 的构造器org.hswebframework.web.workflow.dao.entity.ActivityConfigEntity
 
ActivityConfigService - org.hswebframework.web.workflow.service中的接口
 
ActivityConfigServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
ActivityConfigServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
ActivityConfiguration - org.hswebframework.web.workflow.service.config中的接口
 
activityId - 类 中的变量org.hswebframework.web.workflow.flowable.utils.JumpTaskCmd
 
ActivityInfo - org.hswebframework.web.workflow.web.response中的类
 
ActivityInfo() - 类 的构造器org.hswebframework.web.workflow.web.response.ActivityInfo
 
applyQueryParam(T, QueryParamEntity, BiConsumer<Term, T>) - 类 中的静态方法org.hswebframework.web.workflow.util.QueryUtils
 
applyQueryTerm(NestConditional<?>, String) - 枚举 中的方法org.hswebframework.web.workflow.web.FlowableProcessController.Type
 
assertCanStartProcess(String, ProcessDefinition) - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfiguration
 

B

BaseProcessDefinitionDiagramLayoutResource - org.hswebframework.web.workflow.web.diagram中的类
 
BaseProcessDefinitionDiagramLayoutResource() - 类 的构造器org.hswebframework.web.workflow.web.diagram.BaseProcessDefinitionDiagramLayoutResource
 
BpmActivityService - org.hswebframework.web.workflow.service中的接口
流程节点操作的接口
BpmActivityServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
BpmActivityServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
bpmFormService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
BpmProcessService - org.hswebframework.web.workflow.service中的接口
流程实例操作相关接口
BpmProcessServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
BpmProcessServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
BpmTaskService - org.hswebframework.web.workflow.service中的接口
流程任务操作相关接口
BpmTaskServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
BpmTaskServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 

C

canClaim(Task, String) - 接口 中的方法org.hswebframework.web.workflow.service.config.ActivityConfiguration
判断用户是否可以签收此任务
CandidateDetail - org.hswebframework.web.workflow.web.response中的类
 
CandidateDetail() - 类 的构造器org.hswebframework.web.workflow.web.response.CandidateDetail
 
CandidateDimension - org.hswebframework.web.workflow.dimension中的接口
 
CandidateDimensionParser - org.hswebframework.web.workflow.dimension中的接口
 
CandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的接口
 
CandidateDimensionParserStrategy.StrategyConfig - org.hswebframework.web.workflow.dimension.parser中的类
 
CandidateInfo - org.hswebframework.web.workflow.service.config中的接口
候选人信息
candidateList(String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
canStartProcess(String, ProcessDefinition) - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfiguration
 
claim(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
领取(签收)任务
claim(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
claim(String, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
ClaimSqlTerm - org.hswebframework.web.workflow.terms中的类
用户待签收的流程条件
ClaimSqlTerm(String) - 类 的构造器org.hswebframework.web.workflow.terms.ClaimSqlTerm
 
claimSqlTerm() - 类 中的方法org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration
 
closeProcessInstance(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
流程实例挂起
closeProcessInstance(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
complete(CompleteTaskRequest) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
完成任务
complete(CompleteTaskRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
complete(String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
CompletedSqlTerm - org.hswebframework.web.workflow.terms中的类
已完成的任务查询条件
CompletedSqlTerm(String) - 类 的构造器org.hswebframework.web.workflow.terms.CompletedSqlTerm
 
completedSqlTerm() - 类 中的方法org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration
 
CompleteTaskRequest - org.hswebframework.web.workflow.service.request中的类
 
CompleteTaskRequest() - 类 的构造器org.hswebframework.web.workflow.service.request.CompleteTaskRequest
 
convertToModel(String) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
流程定义转换Model
createModel(ModelCreateRequest) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
createTaskEventListener(ListenerConfig) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessConfigurationServiceImpl
 
CustomEntityManagerAutoConfiguration() - 类 的构造器org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration.CustomEntityManagerAutoConfiguration
 
CustomGroupEntityManager - org.hswebframework.web.workflow.flowable.utils中的类
 
CustomGroupEntityManager(UserService) - 类 的构造器org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager
 
customGroupEntityManagerFactory() - 类 中的方法org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration.CustomEntityManagerAutoConfiguration
 
CustomGroupEntityManagerFactory - org.hswebframework.web.workflow.flowable.utils中的类
Created by Administrator on 2016/3/19 0019.
CustomGroupEntityManagerFactory(CustomGroupEntityManager) - 类 的构造器org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManagerFactory
 
customTableColumnSetting(ColumnInitializeContext) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
customTableSetting(TableInitializeContext) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
CustomUserEntityManager - org.hswebframework.web.workflow.flowable.utils中的类
 
CustomUserEntityManager(UserService) - 类 的构造器org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
customUserEntityManagerFactory() - 类 中的方法org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration.CustomEntityManagerAutoConfiguration
 
CustomUserEntityManagerFactory - org.hswebframework.web.workflow.flowable.utils中的类
 
CustomUserEntityManagerFactory(CustomUserEntityManager) - 类 的构造器org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManagerFactory
 

D

DefaultCandidateDimensionParser - org.hswebframework.web.workflow.dimension中的类
 
DefaultCandidateDimensionParser() - 类 的构造器org.hswebframework.web.workflow.dimension.DefaultCandidateDimensionParser
 
DefaultPermissionDimensionParser - org.hswebframework.web.workflow.dimension中的类
 
DefaultPermissionDimensionParser() - 类 的构造器org.hswebframework.web.workflow.dimension.DefaultPermissionDimensionParser
 
delete(String) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
deleteByPk(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
deleteByPk(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
deleteJob(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
强制删除job任务,该方法无 api 接口
deleteJob(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
deleteProcessDefinition(String, boolean) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
删除部署的流程,如果流程下有正在运行的流程实例则报错
DepartmentCandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
DepartmentCandidateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.DepartmentCandidateDimensionParserStrategy
 
deploy(MultipartFile) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
部署流程资源 加载ZIP文件中的流程
deployModel(String) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
DIMENSION_DEPARTMENT - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DIMENSION_ORG - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DIMENSION_POSITION - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DIMENSION_RELATION - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DIMENSION_ROLE - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DIMENSION_USER - 接口 中的静态变量org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
DimensionContext - org.hswebframework.web.workflow.dimension中的类
 
DimensionContext() - 类 的构造器org.hswebframework.web.workflow.dimension.DimensionContext
 
doEvent(ProcessEvent) - 接口 中的方法org.hswebframework.web.workflow.listener.ProcessEventListener
 
doEvent(TaskEvent) - 接口 中的方法org.hswebframework.web.workflow.listener.TaskEventListener
 
doJumpTask(Task, String, Consumer<Task>) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
doQuery(T, QueryParamEntity) - 类 中的静态方法org.hswebframework.web.workflow.util.QueryUtils
 
doQuery(T, QueryParamEntity, Function<U, R>) - 类 中的静态方法org.hswebframework.web.workflow.util.QueryUtils
 
doQuery(T, QueryParamEntity, Function<U, R>, BiConsumer<Term, T>) - 类 中的静态方法org.hswebframework.web.workflow.util.QueryUtils
 

E

empty - 接口 中的静态变量org.hswebframework.web.workflow.dimension.CandidateDimension
 
endProcess(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
结束流程
endProcess(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
equals(Object) - 类 中的方法org.hswebframework.web.workflow.web.response.CandidateDetail
 
execute(CommandContext) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.JumpTaskCmd
 
executionId - 类 中的变量org.hswebframework.web.workflow.flowable.utils.JumpTaskCmd
 
export(String, String, HttpServletResponse) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
导出model对象为指定类型

F

findActivity(PvmActivity, Function<PvmActivity, List<PvmActivity>>, Predicate<PvmActivity>, Consumer<PvmActivity>) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
findGroupById(String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager
 
findGroupByQueryCriteria(GroupQueryImpl, Page) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager
 
findGroupCountByQueryCriteria(GroupQueryImpl) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager
 
findGroupsByUser(String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManager
 
findGroupsByUser(String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
findProcessPic(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
查看流程图
findProcessPic(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
findUserById(String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
findUserByQueryCriteria(UserQueryImpl, Page) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
findUserCountByQueryCriteria(UserQueryImpl) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
findUserInfoByUserIdAndKey(String, String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
findUserInfoKeysByUserIdAndType(String, String) - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
FlowableAutoConfiguration - org.hswebframework.web.workflow.flowable中的类
 
FlowableAutoConfiguration() - 类 的构造器org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration
 
FlowableAutoConfiguration.CustomEntityManagerAutoConfiguration - org.hswebframework.web.workflow.flowable中的类
 
FlowableDeploymentController - org.hswebframework.web.workflow.web中的类
 
FlowableDeploymentController() - 类 的构造器org.hswebframework.web.workflow.web.FlowableDeploymentController
 
FlowableModelManagerController - org.hswebframework.web.workflow.web中的类
 
FlowableModelManagerController() - 类 的构造器org.hswebframework.web.workflow.web.FlowableModelManagerController
 
FlowableProcessController - org.hswebframework.web.workflow.web中的类
 
FlowableProcessController() - 类 的构造器org.hswebframework.web.workflow.web.FlowableProcessController
 
FlowableProcessController.Type - org.hswebframework.web.workflow.web中的枚举
 

G

getActivitiesById(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取所有节点
getActivitiesById(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getActivitiesByKey(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取所有节点
getActivitiesByKey(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getActivityById(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取指定节点
getActivityById(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
获取指定节点
getActivityByProcInstId(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取当前执行节点
getActivityByProcInstId(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getActivityConfiguration(String, String, String) - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfigurationService
 
getActivityConfiguration(String, String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessConfigurationServiceImpl
 
getAllProcessDefinition() - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
获取所有可以启动的流程
getAllProcessDefinition() - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
getCandidateInfo(Task) - 接口 中的方法org.hswebframework.web.workflow.service.config.ActivityConfiguration
获取此任务的所有候选人信息
getCandidateUserIdList() - 接口 中的方法org.hswebframework.web.workflow.dimension.CandidateDimension
 
getClaims(QueryParamEntity, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getClaimsAndTodo(QueryParamEntity, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getConfig(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy.StrategyConfig
 
getDao() - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
getDao() - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
getDao() - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessHistoryServiceImpl
 
getDiagram(String) - 类 中的方法org.hswebframework.web.workflow.web.diagram.ProcessDefinitionDiagramLayoutResource
 
getDiagram(String) - 类 中的方法org.hswebframework.web.workflow.web.diagram.ProcessInstanceDiagramLayoutResource
 
getDiagramNode(String, String) - 类 中的方法org.hswebframework.web.workflow.web.diagram.BaseProcessDefinitionDiagramLayoutResource
 
getEditorJson(String) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
getEndEvent(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取结束节点
getEndEvent(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getFormData(FlowableProcessController.Type, String, QueryParamEntity, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getFormId() - 接口 中的方法org.hswebframework.web.workflow.service.config.ActivityConfiguration
此任务需要提交的表单,如果返回值不为空,则说明此任务在完成的时候,需要一起提交表单数据
getFormId() - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfiguration
 
getHighlighted(String) - 类 中的方法org.hswebframework.web.workflow.web.diagram.ProcessInstanceHighlightsResource
 
getHistory(QueryParamEntity, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getIDGenerator() - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
getIDGenerator() - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
getIDGenerator() - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessHistoryServiceImpl
 
getJob(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
获取job事件
getJob(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
getModelList(QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
getNextActivities(String, String, DelegateExecution) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取下一环节
getNextActivities(String, String, DelegateExecution) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getNextEvent(ActivityImpl) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
根据节点获取下一步执行节点集合
getNextEvent(ActivityImpl) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getProcessConfiguration(String) - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfigurationService
 
getProcessConfiguration(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessConfigurationServiceImpl
 
getProcessDefinition(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
获取流程定义
getProcessDefinitionById(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
根据流程定义id获取流程定义实例
此方法使用了缓存,返回的ProcessDefinition实例不为activity默认的实例,而是ProcessDefinitionCache,以保证缓存时正常序列化
getProcessDefinitionById(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
getProcessDefinitionByKey(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
根据流程定义id获取流程定义实例
此方法使用了缓存,返回的ProcessDefinition实例不为activity默认的实例,而是ProcessDefinitionCache,以保证缓存时正常序列化
getProcessDefinitionByKey(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
getProcessImage(String, HttpServletResponse) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
 
getProcessInstance() - 接口 中的方法org.hswebframework.web.workflow.listener.ProcessEvent
 
getProcessInstance() - 接口 中的方法org.hswebframework.web.workflow.listener.TaskEvent
 
getProcessInstanceActivity(String) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
查看当前节点流程图
getProcessListener(String) - 接口 中的方法org.hswebframework.web.workflow.service.config.ProcessConfiguration
 
getService() - 类 中的方法org.hswebframework.web.workflow.web.ProcessActivityConfigController
 
getService() - 类 中的方法org.hswebframework.web.workflow.web.ProcessDefineConfigController
 
getSessionType() - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManagerFactory
 
getSessionType() - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManagerFactory
 
getStartEvent(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取开始节点
getStartEvent(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getStringConfig(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy.StrategyConfig
 
getTask() - 接口 中的方法org.hswebframework.web.workflow.listener.TaskEvent
 
getTaskDefinition(ActivityImpl, DelegateExecution) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
根据图元获取办理环节数据
getTaskDefinition(ActivityImpl, DelegateExecution) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getTaskFormData(String, String, QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getTaskListener(String) - 接口 中的方法org.hswebframework.web.workflow.service.config.ActivityConfiguration
 
getTodoList(QueryParamEntity, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
getUserTasksByProcDefId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取所有userTask
getUserTasksByProcDefId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
获取所有userTask
getUserTasksByProcDefKey(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmActivityService
获取所有userTask
getUserTasksByProcDefKey(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取所有任务节点
getUserTasksByProcDefKey(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmActivityServiceImpl
 
getUserTasksByProcDefKey(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
getUserTasksByProcInstId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取所有任务节点
getUserTasksByProcInstId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
getVariablesByProcInstId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取流程变量
getVariablesByProcInstId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
getVariablesByTaskId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取流程变量
getVariablesByTaskId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
GlobalEventListenerDispatcher - org.hswebframework.web.workflow.listener中的类
 
GlobalEventListenerDispatcher() - 类 的构造器org.hswebframework.web.workflow.listener.GlobalEventListenerDispatcher
 

H

hashCode() - 类 中的方法org.hswebframework.web.workflow.web.response.CandidateDetail
 
historyService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 

I

identityService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
insert(ActivityConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
insert(ProcessDefineConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
insert(ProcessHistoryEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessHistoryServiceImpl
 
isFailOnException() - 类 中的方法org.hswebframework.web.workflow.listener.GlobalEventListenerDispatcher
 

J

jump(String, String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
jumpTask(JumpTaskRequest) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
流程任意跳转
jumpTask(JumpTaskRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
JumpTaskCmd - org.hswebframework.web.workflow.flowable.utils中的类
Created by Administrator on 2016/4/20 0020.
JumpTaskCmd(String, String) - 类 的构造器org.hswebframework.web.workflow.flowable.utils.JumpTaskCmd
 
JumpTaskRequest - org.hswebframework.web.workflow.service.request中的类
 
JumpTaskRequest() - 类 的构造器org.hswebframework.web.workflow.service.request.JumpTaskRequest
 

L

ListenerConfig - org.hswebframework.web.workflow.dao.entity中的类
 
ListenerConfig() - 类 的构造器org.hswebframework.web.workflow.dao.entity.ListenerConfig
 
logger - 类 中的变量org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManager
 
logger - 类 中的变量org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
logger - 类 中的变量org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 

M

managementService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
ModelCreateRequest - org.hswebframework.web.workflow.web.request中的类
 
ModelCreateRequest() - 类 的构造器org.hswebframework.web.workflow.web.request.ModelCreateRequest
 

O

of(ActivityImpl) - 类 中的静态方法org.hswebframework.web.workflow.web.response.ActivityInfo
 
of(CandidateInfo) - 类 中的静态方法org.hswebframework.web.workflow.web.response.CandidateDetail
 
of(ProcessDefinition) - 类 中的静态方法org.hswebframework.web.workflow.web.response.ProcessDefinitionInfo
 
of(ProcessInstance) - 类 中的静态方法org.hswebframework.web.workflow.web.response.ProcessInfo
 
of(TaskInfo) - 类 中的静态方法org.hswebframework.web.workflow.web.response.TaskInfo
 
onEvent(ActivitiEvent) - 类 中的方法org.hswebframework.web.workflow.listener.GlobalEventListenerDispatcher
 
openProcessInstance(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
流程实例激活
openProcessInstance(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
openSession() - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomGroupEntityManagerFactory
 
openSession() - 类 中的方法org.hswebframework.web.workflow.flowable.utils.CustomUserEntityManagerFactory
 
org.hswebframework.web.workflow.dao - 程序包 org.hswebframework.web.workflow.dao
 
org.hswebframework.web.workflow.dao.entity - 程序包 org.hswebframework.web.workflow.dao.entity
 
org.hswebframework.web.workflow.dimension - 程序包 org.hswebframework.web.workflow.dimension
 
org.hswebframework.web.workflow.dimension.parser - 程序包 org.hswebframework.web.workflow.dimension.parser
 
org.hswebframework.web.workflow.flowable - 程序包 org.hswebframework.web.workflow.flowable
 
org.hswebframework.web.workflow.flowable.utils - 程序包 org.hswebframework.web.workflow.flowable.utils
 
org.hswebframework.web.workflow.listener - 程序包 org.hswebframework.web.workflow.listener
 
org.hswebframework.web.workflow.service - 程序包 org.hswebframework.web.workflow.service
 
org.hswebframework.web.workflow.service.config - 程序包 org.hswebframework.web.workflow.service.config
 
org.hswebframework.web.workflow.service.imp - 程序包 org.hswebframework.web.workflow.service.imp
 
org.hswebframework.web.workflow.service.request - 程序包 org.hswebframework.web.workflow.service.request
 
org.hswebframework.web.workflow.terms - 程序包 org.hswebframework.web.workflow.terms
 
org.hswebframework.web.workflow.util - 程序包 org.hswebframework.web.workflow.util
 
org.hswebframework.web.workflow.web - 程序包 org.hswebframework.web.workflow.web
 
org.hswebframework.web.workflow.web.diagram - 程序包 org.hswebframework.web.workflow.web.diagram
 
org.hswebframework.web.workflow.web.request - 程序包 org.hswebframework.web.workflow.web.request
 
org.hswebframework.web.workflow.web.response - 程序包 org.hswebframework.web.workflow.web.response
 
OrgCandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
OrgCandidateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.OrgCandidateDimensionParserStrategy
 

P

parse(DimensionContext, String) - 接口 中的方法org.hswebframework.web.workflow.dimension.CandidateDimensionParser
 
parse(DimensionContext, String) - 类 中的方法org.hswebframework.web.workflow.dimension.DefaultCandidateDimensionParser
 
parse(String) - 类 中的方法org.hswebframework.web.workflow.dimension.DefaultPermissionDimensionParser
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 接口 中的方法org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.DepartmentCandidateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.OrgCandidateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.PositionCandidateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.RoleCandidateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.ScriptCandiateDimensionParserStrategy
 
parse(DimensionContext, CandidateDimensionParserStrategy.StrategyConfig) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.UserCandidateDimensionParserStrategy
 
parse(String) - 接口 中的方法org.hswebframework.web.workflow.dimension.PermissionDimensionParser
 
participateSqlTerm() - 类 中的方法org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration
 
PermissionDimensionParser - org.hswebframework.web.workflow.dimension中的接口
 
person() - 接口 中的方法org.hswebframework.web.workflow.service.config.CandidateInfo
候选人的组织架构人员信息
PositionCandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
PositionCandidateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.PositionCandidateDimensionParserStrategy
 
ProcessActivityConfigController - org.hswebframework.web.workflow.web中的类
 
ProcessActivityConfigController() - 类 的构造器org.hswebframework.web.workflow.web.ProcessActivityConfigController
 
ProcessConfiguration - org.hswebframework.web.workflow.service.config中的接口
 
ProcessConfigurationService - org.hswebframework.web.workflow.service.config中的接口
 
ProcessConfigurationServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
ProcessConfigurationServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.ProcessConfigurationServiceImpl
 
ProcessDefineConfigController - org.hswebframework.web.workflow.web中的类
 
ProcessDefineConfigController() - 类 的构造器org.hswebframework.web.workflow.web.ProcessDefineConfigController
 
ProcessDefineConfigDao - org.hswebframework.web.workflow.dao中的接口
 
ProcessDefineConfigEntity - org.hswebframework.web.workflow.dao.entity中的类
 
ProcessDefineConfigEntity() - 类 的构造器org.hswebframework.web.workflow.dao.entity.ProcessDefineConfigEntity
 
ProcessDefineConfigService - org.hswebframework.web.workflow.service中的接口
 
ProcessDefineConfigServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
ProcessDefineConfigServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
ProcessDefinitionDiagramLayoutResource - org.hswebframework.web.workflow.web.diagram中的类
 
ProcessDefinitionDiagramLayoutResource() - 类 的构造器org.hswebframework.web.workflow.web.diagram.ProcessDefinitionDiagramLayoutResource
 
ProcessDefinitionInfo - org.hswebframework.web.workflow.web.response中的类
 
ProcessDefinitionInfo() - 类 的构造器org.hswebframework.web.workflow.web.response.ProcessDefinitionInfo
 
processEngine - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
processEngineConfigurationConfigurer() - 类 中的方法org.hswebframework.web.workflow.flowable.FlowableAutoConfiguration
 
ProcessEvent - org.hswebframework.web.workflow.listener中的接口
 
ProcessEventListener - org.hswebframework.web.workflow.listener中的接口
 
ProcessHistoryDao - org.hswebframework.web.workflow.dao中的接口
 
ProcessHistoryEntity - org.hswebframework.web.workflow.dao.entity中的类
 
ProcessHistoryEntity() - 类 的构造器org.hswebframework.web.workflow.dao.entity.ProcessHistoryEntity
 
ProcessHistoryService - org.hswebframework.web.workflow.service中的接口
 
ProcessHistoryServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
ProcessHistoryServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.ProcessHistoryServiceImpl
 
ProcessInfo - org.hswebframework.web.workflow.web.response中的类
 
ProcessInfo() - 类 的构造器org.hswebframework.web.workflow.web.response.ProcessInfo
 
ProcessInstanceDiagramLayoutResource - org.hswebframework.web.workflow.web.diagram中的类
 
ProcessInstanceDiagramLayoutResource() - 类 的构造器org.hswebframework.web.workflow.web.diagram.ProcessInstanceDiagramLayoutResource
 
ProcessInstanceHighlightsResource - org.hswebframework.web.workflow.web.diagram中的类
 
ProcessInstanceHighlightsResource() - 类 的构造器org.hswebframework.web.workflow.web.diagram.ProcessInstanceHighlightsResource
 
ProcessParticipateSqlTerm - org.hswebframework.web.workflow.terms中的类
参与的任务查询条件
ProcessParticipateSqlTerm(String) - 类 的构造器org.hswebframework.web.workflow.terms.ProcessParticipateSqlTerm
 

Q

queryProcess(QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
queryProcessList(QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
流程定义列表
QueryUtils - org.hswebframework.web.workflow.util中的类
 
QueryUtils() - 类 的构造器org.hswebframework.web.workflow.util.QueryUtils
 

R

readResource(String, String, HttpServletResponse) - 类 中的方法org.hswebframework.web.workflow.web.FlowableDeploymentController
读取流程资源
reject(RejectTaskRequest) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
驳回任务
reject(RejectTaskRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
reject(String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
RejectTaskRequest - org.hswebframework.web.workflow.service.request中的类
 
RejectTaskRequest() - 类 的构造器org.hswebframework.web.workflow.service.request.RejectTaskRequest
 
removeHiTask(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
删除历史环节信息
removeHiTask(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
removeVariables(String, Collection<String>) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
删除流程变量
removeVariables(String, Collection<String>) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
repositoryService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
RoleCandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
RoleCandidateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.RoleCandidateDimensionParserStrategy
 
runtimeService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 

S

SaveFormRequest - org.hswebframework.web.workflow.service.request中的类
 
SaveFormRequest() - 类 的构造器org.hswebframework.web.workflow.service.request.SaveFormRequest
 
saveModel(String, Map<String, String>) - 类 中的方法org.hswebframework.web.workflow.web.FlowableModelManagerController
 
saveOrUpdate(ActivityConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
saveOrUpdate(ProcessDefineConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
saveProcessForm(ProcessInstance, SaveFormRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
saveProcessForm(ProcessInstance, SaveFormRequest) - 接口 中的方法org.hswebframework.web.workflow.service.WorkFlowFormService
 
saveTaskForm(ProcessInstance, Task, SaveFormRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
saveTaskForm(ProcessInstance, Task, SaveFormRequest) - 接口 中的方法org.hswebframework.web.workflow.service.WorkFlowFormService
 
ScriptCandiateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
ScriptCandiateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.ScriptCandiateDimensionParserStrategy
 
selectActivityImplByTask(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
根据taskId获取流程图对应的图元
selectActivityImplByTask(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectByLatestProcessDefineKey(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
selectByLatestProcessDefineKey(String) - 接口 中的方法org.hswebframework.web.workflow.service.ProcessDefineConfigService
 
selectByProcessDefineId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
selectByProcessDefineId(String) - 接口 中的方法org.hswebframework.web.workflow.service.ProcessDefineConfigService
 
selectByProcessDefineIdAndActivityId(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.ActivityConfigService
 
selectByProcessDefineIdAndActivityId(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
selectByProcessDefineKeyAndActivityId(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.ActivityConfigService
 
selectByProcessDefineKeyAndActivityId(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
selectHisProInst(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
 
selectHisProInst(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectNowTask(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
 
selectNowTask(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectProcessForm(String, QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
selectProcessForm(String, QueryParamEntity) - 接口 中的方法org.hswebframework.web.workflow.service.WorkFlowFormService
 
selectTaskByProcessId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
 
selectTaskByProcessId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectTaskByTaskId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
 
selectTaskByTaskId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectTaskForm(String, String, QueryParamEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
selectTaskForm(String, String, QueryParamEntity) - 接口 中的方法org.hswebframework.web.workflow.service.WorkFlowFormService
 
selectVariableLocalByTaskId(String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取环节变量
selectVariableLocalByTaskId(String, String) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
获取环节变量
selectVariableLocalByTaskId(String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
selectVariableLocalByTaskId(String, String) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
setCandidate(String, Task) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
设置任务办理的候选人
setCandidate(String, Task) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
setVariables(String, Map<String, Object>) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
设置流程变量
setVariables(String, Map<String, Object>) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
setVariablesLocal(String, Map<String, Object>) - 接口 中的方法org.hswebframework.web.workflow.service.BpmTaskService
设置任务变量
setVariablesLocal(String, Map<String, Object>) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmTaskServiceImpl
 
startProcess(String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
startProcessByKey(String, Map<String, Object>, Authentication) - 类 中的方法org.hswebframework.web.workflow.web.FlowableProcessController
 
startProcessInstance(StartProcessRequest) - 接口 中的方法org.hswebframework.web.workflow.service.BpmProcessService
启动一个流程,并初始化自定义主表单数据
startProcessInstance(StartProcessRequest) - 类 中的方法org.hswebframework.web.workflow.service.imp.BpmProcessServiceImpl
 
StartProcessRequest - org.hswebframework.web.workflow.service.request中的类
启动流程请求
StartProcessRequest() - 类 的构造器org.hswebframework.web.workflow.service.request.StartProcessRequest
 
StrategyConfig() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy.StrategyConfig
 
support(String) - 接口 中的方法org.hswebframework.web.workflow.dimension.parser.CandidateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.DepartmentCandidateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.OrgCandidateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.PositionCandidateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.RoleCandidateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.ScriptCandiateDimensionParserStrategy
 
support(String) - 类 中的方法org.hswebframework.web.workflow.dimension.parser.UserCandidateDimensionParserStrategy
 

T

TaskEvent - org.hswebframework.web.workflow.listener中的接口
 
TaskEventListener - org.hswebframework.web.workflow.listener中的接口
 
TaskInfo - org.hswebframework.web.workflow.web.response中的类
 
TaskInfo() - 类 的构造器org.hswebframework.web.workflow.web.response.TaskInfo
 
taskService - 类 中的变量org.hswebframework.web.workflow.service.imp.AbstractFlowableService
 
toActivitiGroup(RoleEntity) - 类 中的静态方法org.hswebframework.web.workflow.flowable.utils.ActivitiUserUtil
 
toActivitiGroups(List<RoleEntity>) - 类 中的静态方法org.hswebframework.web.workflow.flowable.utils.ActivitiUserUtil
 
toActivitiUser(UserEntity) - 类 中的静态方法org.hswebframework.web.workflow.flowable.utils.ActivitiUserUtil
 
TodoSqlTerm - org.hswebframework.web.workflow.terms中的类
代办的任务查询条件
TodoSqlTerm(String) - 类 的构造器org.hswebframework.web.workflow.terms.TodoSqlTerm
 
todoSqlTerm() - 类 中的方法org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration
 

U

updateByPk(String, ActivityConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
updateByPk(ActivityConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ActivityConfigServiceImpl
 
updateByPk(String, ProcessDefineConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
updateByPk(ProcessDefineConfigEntity) - 类 中的方法org.hswebframework.web.workflow.service.imp.ProcessDefineConfigServiceImpl
 
user() - 接口 中的方法org.hswebframework.web.workflow.service.config.CandidateInfo
候选人的用户授权信息
UserCandidateDimensionParserStrategy - org.hswebframework.web.workflow.dimension.parser中的类
 
UserCandidateDimensionParserStrategy() - 类 的构造器org.hswebframework.web.workflow.dimension.parser.UserCandidateDimensionParserStrategy
 

V

valueOf(String) - 枚举 中的静态方法org.hswebframework.web.workflow.web.FlowableProcessController.Type
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.hswebframework.web.workflow.web.FlowableProcessController.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WorkFlowFormService - org.hswebframework.web.workflow.service中的接口
 
WorkFlowFormServiceImpl - org.hswebframework.web.workflow.service.imp中的类
 
WorkFlowFormServiceImpl() - 类 的构造器org.hswebframework.web.workflow.service.imp.WorkFlowFormServiceImpl
 
WorkflowTermsAutoConfiguration - org.hswebframework.web.workflow.terms中的类
 
WorkflowTermsAutoConfiguration() - 类 的构造器org.hswebframework.web.workflow.terms.WorkflowTermsAutoConfiguration
 
A B C D E F G H I J L M O P Q R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.