Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationEventParseListener.parseProcess(Element processElement,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessApplicationEventParseListener.parseRootElement(Element rootElement,
List<ProcessDefinitionEntity> processDefinitions) |
Modifier and Type | Method and Description |
---|---|
void |
CdiEventSupportBpmnParseListener.parseProcess(Element processElement,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
CdiEventSupportBpmnParseListener.parseRootElement(Element rootElement,
List<ProcessDefinitionEntity> processDefinitions) |
Constructor and Description |
---|
CdiBusinessProcessEvent(DelegateTask task,
ProcessDefinitionEntity processDefinition,
BusinessProcessEventType type,
Date timeStamp) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.addAuthorizations(ProcessDefinitionEntity processDefinition) |
protected void |
BpmnDeployer.addMessageEventSubscriptions(ProcessDefinitionEntity processDefinition) |
protected void |
BpmnDeployer.addTimerDeclarations(ProcessDefinitionEntity processDefinition) |
protected void |
BpmnDeployer.adjustStartEventSubscriptions(ProcessDefinitionEntity newLatestProcessDefinition,
ProcessDefinitionEntity oldLatestProcessDefinition)
adjust all event subscriptions responsible to start process instances
(timer start event, message start event).
|
protected String |
BpmnDeployer.getProcessDefinitionId(DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition)
create an id for the process definition.
|
protected int |
BpmnDeployer.getVersionForNewProcessDefinition(DeploymentEntity deployment,
ProcessDefinitionEntity newProcessDefinition,
ProcessDefinitionEntity latestProcessDefinition)
per default we increment the latest process definition by one - but you
might want to hook in some own logic here, e.g.
|
protected void |
BpmnDeployer.removeObsoleteMessageEventSubscriptions(ProcessDefinitionEntity processDefinition,
ProcessDefinitionEntity latestProcessDefinition) |
protected void |
BpmnDeployer.removeObsoleteTimers(ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected static ProcessDiagramCanvas |
ProcessDiagramGenerator.generateDiagram(ProcessDefinitionEntity processDefinition,
List<String> highLightedActivities) |
static InputStream |
ProcessDiagramGenerator.generateDiagram(ProcessDefinitionEntity processDefinition,
String imageType,
List<String> highLightedActivities) |
static InputStream |
ProcessDiagramGenerator.generateJpgDiagram(ProcessDefinitionEntity processDefinition)
Generates a JPG diagram image of the given process definition, using the
diagram interchange information of the process.
|
static InputStream |
ProcessDiagramGenerator.generatePngDiagram(ProcessDefinitionEntity processDefinition)
Generates a PNG diagram image of the given process definition, using the
diagram interchange information of the process.
|
protected static ProcessDiagramCanvas |
ProcessDiagramGenerator.initProcessDiagramCanvas(ProcessDefinitionEntity processDefinition) |
Modifier and Type | Field and Description |
---|---|
protected List<ProcessDefinitionEntity> |
BpmnParse.processDefinitions
The end result of the parsing: a list of process definition.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
BpmnParse.getProcessDefinition(String processDefinitionKey) |
ProcessDefinitionEntity |
BpmnParse.parseProcess(Element processElement)
Parses one process (ie anything inside a <process> element).
|
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinitionEntity> |
BpmnParse.getProcessDefinitions() |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.parseLaneSets(Element parentElement,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnParse.parsePotentialStarterResourceAssignment(Element performerElement,
ProcessDefinitionEntity processDefinition) |
void |
BpmnParseListener.parseProcess(Element processElement,
ProcessDefinitionEntity processDefinition) |
void |
AbstractBpmnParseListener.parseProcess(Element processElement,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnParse.parseStartFormHandlers(List<Element> startEventElements,
ProcessDefinitionEntity processDefinition) |
TaskDefinition |
BpmnParse.parseTaskDefinition(Element taskElement,
String taskDefinitionKey,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnParse.parseTimerStartEventDefinition(Element timerEventDefinition,
ActivityImpl timerActivity,
ProcessDefinitionEntity processDefinition) |
protected void |
BpmnParse.selectInitial(List<ActivityImpl> startEventActivities,
ProcessDefinitionEntity processDefinition,
Element parentElement) |
Modifier and Type | Method and Description |
---|---|
void |
BpmnParseListener.parseRootElement(Element rootElement,
List<ProcessDefinitionEntity> processDefinitions) |
void |
AbstractBpmnParseListener.parseRootElement(Element rootElement,
List<ProcessDefinitionEntity> processDefinitions) |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionEntity |
AbstractSetProcessDefinitionStateCmd.processDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
GetDeploymentProcessDefinitionCmd.execute(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext,
ExecutionEntity execution,
ProcessDefinitionEntity newProcessDefinition) |
Constructor and Description |
---|
AbstractSetProcessDefinitionStateCmd(ProcessDefinitionEntity processDefinitionEntity,
boolean includeProcessInstances,
Date executionDate) |
ActivateProcessDefinitionCmd(ProcessDefinitionEntity processDefinitionEntity,
boolean includeProcessInstances,
Date executionDate) |
SuspendProcessDefinitionCmd(ProcessDefinitionEntity processDefinitionEntity,
boolean includeProcessInstances,
Date executionDate) |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
ExecutionContext.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
StartFormData |
StartFormHandler.createStartFormData(ProcessDefinitionEntity processDefinition) |
StartFormData |
DefaultStartFormHandler.createStartFormData(ProcessDefinitionEntity processDefinition) |
void |
FormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse) |
void |
DefaultStartFormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse) |
void |
DefaultFormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryParseListener.parseProcess(Element processElement,
ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryParseListener.parseRootElement(Element rootElement,
List<ProcessDefinitionEntity> processDefinitions) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ProcessDefinitionEntity> |
DeploymentCache.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
DeploymentCache.findDeployedLatestProcessDefinitionByKey(String processDefinitionKey) |
ProcessDefinitionEntity |
DeploymentCache.findDeployedProcessDefinitionByDeploymentAndKey(String deploymentId,
String processDefinitionKey) |
ProcessDefinitionEntity |
DeploymentCache.findDeployedProcessDefinitionById(String processDefinitionId) |
ProcessDefinitionEntity |
DeploymentCache.findDeployedProcessDefinitionByKeyAndVersion(String processDefinitionKey,
Integer processDefinitionVersion) |
ProcessDefinitionEntity |
DeploymentCache.resolveProcessDefinition(ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProcessDefinitionEntity> |
DeploymentCache.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentCache.addProcessDefinition(ProcessDefinitionEntity processDefinition) |
BpmnModelInstance |
DeploymentCache.findBpmnModelInstanceForProcessDefinition(ProcessDefinitionEntity processDefinitionEntity) |
protected BpmnModelInstance |
DeploymentCache.loadAndCacheBpmnModelInstance(ProcessDefinitionEntity processDefinitionEntity) |
ProcessDefinitionEntity |
DeploymentCache.resolveProcessDefinition(ProcessDefinitionEntity processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentCache.setProcessDefinitionCache(Map<String,ProcessDefinitionEntity> processDefinitionCache) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionStatisticsEntity |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionEntity |
IdentityLinkEntity.processDef |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
ProcessDefinitionManager.findLatestProcessDefinitionById(String processDefinitionId) |
ProcessDefinitionEntity |
ProcessDefinitionManager.findLatestProcessDefinitionByKey(String processDefinitionKey) |
ProcessDefinitionEntity |
ProcessDefinitionManager.findProcessDefinitionByDeploymentAndKey(String deploymentId,
String processDefinitionKey) |
ProcessDefinitionEntity |
IdentityLinkEntity.getProcessDef() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityLinkEntity.setProcessDef(ProcessDefinitionEntity processDef) |
void |
ProcessDefinitionEntity.updateModifiedFieldsFromEntity(ProcessDefinitionEntity updatingProcessDefinition)
Updates all modifiable fields from another process definition entity.
|
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinitionEntity |
MessageCorrelationResult.processDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionEntity |
MessageCorrelationResult.getProcessDefinitionEntity() |
Modifier and Type | Method and Description |
---|---|
static MessageCorrelationResult |
MessageCorrelationResult.matchedProcessDefinition(ProcessDefinitionEntity processDefinitionEntity,
String startEventActivityId) |
Copyright © 2015. All rights reserved.