public interface ProcessInstanceExecCacheManager
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread)
cache
|
boolean |
contains(int processInstanceId)
judge the process instance does it exist
|
Collection<WorkflowExecuteThread> |
getAll()
get all WorkflowExecuteThread from cache
|
WorkflowExecuteThread |
getByProcessInstanceId(int processInstanceId)
get WorkflowExecuteThread by process instance id
|
void |
removeByProcessInstanceId(int processInstanceId)
remove cache by process instance id
|
WorkflowExecuteThread getByProcessInstanceId(int processInstanceId)
processInstanceId - processInstanceIdboolean contains(int processInstanceId)
processInstanceId - processInstanceIdvoid removeByProcessInstanceId(int processInstanceId)
processInstanceId - processInstanceIdvoid cache(int processInstanceId,
WorkflowExecuteThread workflowExecuteThread)
processInstanceId - processInstanceIdworkflowExecuteThread - if it is null, will not be cachedCollection<WorkflowExecuteThread> getAll()
Copyright © 2022 The Apache Software Foundation. All rights reserved.