Class ProcessDefinitionCacheEntry
java.lang.Object
org.flowable.engine.impl.persistence.deploy.ProcessDefinitionCacheEntry
- All Implemented Interfaces:
Serializable
- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BpmnModel
protected Process
protected ProcessDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinitionCacheEntry
(ProcessDefinition processDefinition, BpmnModel bpmnModel, Process process) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBpmnModel
(BpmnModel bpmnModel) void
setProcess
(Process process) void
setProcessDefinition
(ProcessDefinition processDefinition)
-
Field Details
-
processDefinition
-
bpmnModel
-
process
-
-
Constructor Details
-
ProcessDefinitionCacheEntry
public ProcessDefinitionCacheEntry(ProcessDefinition processDefinition, BpmnModel bpmnModel, Process process)
-
-
Method Details
-
getProcessDefinition
-
setProcessDefinition
-
getBpmnModel
-
setBpmnModel
-
getProcess
-
setProcess
-