| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
RepositoryService.getBpmnModel(String processDefinitionId)
Returns the
BpmnModel corresponding with the process definition with the provided process definition id. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
RepositoryService.validateProcess(BpmnModel bpmnModel)
Validates the given process definition against the rules for executing a process definition on the Activiti engine.
|
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
RepositoryServiceImpl.getBpmnModel(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
RepositoryServiceImpl.validateProcess(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebServiceActivityBehavior.createItemDefinitions(BpmnModel bpmnModel) |
void |
WebServiceActivityBehavior.createMessages(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.createOperations(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.fillDefinitionMaps(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.initializeIoSpecification(IOSpecification activityIoSpecification,
DelegateExecution execution,
BpmnModel bpmnModel) |
| Constructor and Description |
|---|
WebServiceActivityBehavior(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnDeployer.addProcessDefinitionToCache(ProcessDefinitionEntity processDefinition,
Map<String,BpmnModel> bpmnModelMap,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
BpmnParse.bpmnModel |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
BpmnParse.getBpmnModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnParse.setBpmnModel(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEventSupport |
ProcessParseHandler.getEventSupport(BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<BpmnModel> |
ProcessEngineConfigurationImpl.bpmnModelCache |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
ValidateBpmnModelCmd.bpmnModel |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
GetBpmnModelCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
ValidateBpmnModelCmd(BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<BpmnModel> |
DeploymentManager.bpmnModelCache |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
DeploymentManager.getBpmnModelById(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<BpmnModel> |
DeploymentManager.getBpmnModelCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setBpmnModelCache(DeploymentCache<BpmnModel> bpmnModelCache) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentBuilder |
DeploymentBuilderImpl.addBpmnModel(String resourceName,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentBuilder |
DeploymentBuilder.addBpmnModel(String resourceName,
BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
BpmnAutoLayout.bpmnModel |
| Constructor and Description |
|---|
BpmnAutoLayout(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
BpmnXMLConverter.convertToBpmnModel(InputStreamProvider inputStreamProvider,
boolean validateSchema,
boolean enableSafeBpmnXml) |
BpmnModel |
BpmnXMLConverter.convertToBpmnModel(InputStreamProvider inputStreamProvider,
boolean validateSchema,
boolean enableSafeBpmnXml,
String encoding) |
BpmnModel |
BpmnXMLConverter.convertToBpmnModel(XMLStreamReader xtr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServiceTaskXMLConverter.convertCaseServiceTaskXMLProperties(CaseServiceTask caseServiceTask,
BpmnModel bpmnModel,
XMLStreamReader xtr) |
protected void |
ServiceTaskXMLConverter.convertExternalWorkerTaskXMLProperties(ExternalWorkerServiceTask externalWorkerServiceTask,
BpmnModel bpmnModel,
XMLStreamReader xtr) |
protected void |
ServiceTaskXMLConverter.convertHttpServiceTaskXMLProperties(HttpServiceTask httpServiceTask,
BpmnModel bpmnModel,
XMLStreamReader xtr) |
protected void |
ServiceTaskXMLConverter.convertSendEventServiceTaskXMLProperties(SendEventServiceTask sendEventServiceTask,
BpmnModel bpmnModel,
XMLStreamReader xtr) |
void |
BaseBpmnXMLConverter.convertToBpmnModel(XMLStreamReader xtr,
BpmnModel model,
Process activeProcess,
List<SubProcess> activeSubProcessList) |
byte[] |
BpmnXMLConverter.convertToXML(BpmnModel model) |
byte[] |
BpmnXMLConverter.convertToXML(BpmnModel model,
String encoding) |
void |
BaseBpmnXMLConverter.convertToXML(XMLStreamWriter xtw,
BaseElement baseElement,
BpmnModel model) |
protected BaseElement |
ExclusiveGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ThrowEventXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
CatchEventXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
TaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ValuedDataObjectXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
DataStoreReferenceXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
BusinessRuleTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ParallelGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
AssociationXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
SequenceFlowXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ReceiveTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
TextAnnotationXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
StartEventXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
InclusiveGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ScriptTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
EndEventXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ComplexGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
UserTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
CallActivityXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
SendTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ManualTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
ServiceTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
EventGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected abstract BaseElement |
BaseBpmnXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected BaseElement |
BoundaryEventXMLConverter.convertXMLToElement(XMLStreamReader xtr,
BpmnModel model) |
protected void |
BpmnXMLConverter.createXML(Artifact artifact,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BpmnXMLConverter.createXML(FlowElement flowElement,
BpmnModel model,
XMLStreamWriter xtw) |
void |
UserTaskXMLConverter.HumanPerformerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
UserTaskXMLConverter.PotentialOwnerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
UserTaskXMLConverter.CustomIdentityLinkParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
protected void |
BaseBpmnXMLConverter.parseChildElements(String elementName,
BaseElement parentElement,
BpmnModel model,
XMLStreamReader xtr) |
protected void |
BaseBpmnXMLConverter.parseChildElements(String elementName,
BaseElement parentElement,
Map<String,BaseChildElementParser> additionalParsers,
BpmnModel model,
XMLStreamReader xtr) |
protected String |
SendTaskXMLConverter.parseOperationRef(String operationRef,
BpmnModel model) |
protected String |
ServiceTaskXMLConverter.parseOperationRef(String operationRef,
BpmnModel model) |
protected void |
ExclusiveGatewayXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ThrowEventXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
CatchEventXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
TaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ValuedDataObjectXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
DataStoreReferenceXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BusinessRuleTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ParallelGatewayXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
AssociationXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
SequenceFlowXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ReceiveTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
TextAnnotationXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
StartEventXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
InclusiveGatewayXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ScriptTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
EndEventXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ComplexGatewayXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
UserTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
CallActivityXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
SendTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ManualTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
EventGatewayXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected abstract void |
BaseBpmnXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BoundaryEventXMLConverter.writeAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ExclusiveGatewayXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ThrowEventXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
CatchEventXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
TaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ValuedDataObjectXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
DataStoreReferenceXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BusinessRuleTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ParallelGatewayXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
AssociationXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
SequenceFlowXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ReceiveTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
TextAnnotationXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
StartEventXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
InclusiveGatewayXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ScriptTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
EndEventXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ComplexGatewayXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
UserTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
CallActivityXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
SendTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ManualTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
EventGatewayXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected abstract void |
BaseBpmnXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BoundaryEventXMLConverter.writeAdditionalChildElements(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeCancelDefinition(Event parentEvent,
CancelEventDefinition cancelEventDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeCaseServiceTaskAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeCompensateDefinition(Event parentEvent,
CompensateEventDefinition compensateEventDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeConditionalDefinition(Event parentEvent,
ConditionalEventDefinition conditionalDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeErrorDefinition(Event parentEvent,
ErrorEventDefinition errorDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeEscalationDefinition(Event parentEvent,
EscalationEventDefinition escalationDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeEventDefinitions(Event parentEvent,
List<EventDefinition> eventDefinitions,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeExternalTaskAdditionalAttributes(ExternalWorkerServiceTask externalWorkerTask,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeHttpServiceTaskAdditionalAttributes(HttpServiceTask httpServiceTask,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeMessageDefinition(Event parentEvent,
MessageEventDefinition messageDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
ServiceTaskXMLConverter.writeSendEventServiceAdditionalAttributes(BaseElement element,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeSignalDefinition(Event parentEvent,
SignalEventDefinition signalDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeTerminateDefinition(Event parentEvent,
TerminateEventDefinition terminateDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
protected void |
BaseBpmnXMLConverter.writeTimerDefinition(Event parentEvent,
TimerEventDefinition timerDefinition,
BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
MessageEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableMapExceptionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
EventOutParameterParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
CancelEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableHttpRequestHandlerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
ConditionalEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TimerEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
VariableListenerEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableFailedjobRetryParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
DataOutputAssociationParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FormPropertyParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
DataInputAssociationParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
ErrorEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
VariableAggregationDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
ConditionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
CompensateEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TimeDateParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
DataStateParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
ConditionExpressionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TimeDurationParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TerminateEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
OutParameterParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
SignalEventDefinitionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowNodeRefParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableHttpResponseHandlerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableCollectionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableEventListenerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
EventInParameterParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TimeCycleParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
InParameterParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
ScriptTextParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
TextAnnotationTextParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FieldExtensionParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
MultiInstanceParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
IOSpecificationParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
DocumentationParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
void |
FlowableListenerParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
abstract void |
BaseChildElementParser.parseChildElement(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model) |
protected void |
BaseChildElementParser.parseChildElements(XMLStreamReader xtr,
BaseElement parentElement,
BpmnModel model,
BaseChildElementParser parser) |
protected String |
IOSpecificationParser.parseItemSubjectRef(String itemSubjectRef,
BpmnModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
BPMNDIExport.createBpmnEdge(BpmnModel model,
String elementId,
XMLStreamWriter xtw) |
protected static void |
BPMNDIExport.createBpmnShape(BpmnModel model,
String elementId,
XMLStreamWriter xtw) |
static void |
BPMNDIExport.writeBPMNDI(BpmnModel model,
XMLStreamWriter xtw) |
static void |
DataStoreExport.writeDataStores(BpmnModel model,
XMLStreamWriter xtw) |
static void |
EscalationDefinitionExport.writeEscalations(BpmnModel model,
XMLStreamWriter xtw) |
static void |
LaneExport.writeLanes(Process process,
BpmnModel model,
XMLStreamWriter xtw) |
static void |
MultiInstanceExport.writeMultiInstance(Activity activity,
BpmnModel model,
XMLStreamWriter xtw) |
static void |
CollaborationExport.writePools(BpmnModel model,
XMLStreamWriter xtw) |
static void |
ProcessExport.writeProcess(Process process,
BpmnModel model,
XMLStreamWriter xtw) |
static void |
DefinitionsRootExport.writeRootElement(BpmnModel model,
XMLStreamWriter xtw,
String encoding) |
static void |
SignalAndMessageDefinitionExport.writeSignalsAndMessages(BpmnModel model,
XMLStreamWriter xtw) |
| Modifier and Type | Method and Description |
|---|---|
void |
SignalParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
ResourceParser.parse(XMLStreamReader xtr,
BpmnModel model) |
Process |
ProcessParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
ParticipantParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
MessageFlowParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
MessageParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
DataStoreParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
ItemDefinitionParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
InterfaceParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
ImportParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
DefinitionsParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
BpmnShapeParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
BpmnEdgeParser.parse(XMLStreamReader xtr,
BpmnModel model) |
void |
ExtensionElementsParser.parse(XMLStreamReader xtr,
List<SubProcess> activeSubProcessList,
Process activeProcess,
BpmnModel model) |
void |
LaneParser.parse(XMLStreamReader xtr,
Process activeProcess,
BpmnModel model) |
protected String |
MessageParser.parseItemRef(String itemRef,
BpmnModel model) |
protected String |
InterfaceParser.parseMessageRef(String messageRef,
BpmnModel model) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BpmnXMLUtil.parseChildElements(String elementName,
BaseElement parentElement,
XMLStreamReader xtr,
BpmnModel model) |
static void |
BpmnXMLUtil.parseChildElements(String elementName,
BaseElement parentElement,
XMLStreamReader xtr,
Map<String,BaseChildElementParser> childParsers,
BpmnModel model) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
DefaultFlowable5CompatibilityHandler.getProcessDefinitionBpmnModel(String processDefinitionId) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
BaseBpmnJsonConverter.model |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
BpmnJsonConverter.convertToBpmnModel(com.fasterxml.jackson.databind.JsonNode modelNode) |
BpmnModel |
BpmnJsonConverter.convertToBpmnModel(com.fasterxml.jackson.databind.JsonNode modelNode,
BpmnJsonConverterContext converterContext) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BpmnJsonConverterUtil.convertEscalationDefinitionsToJson(BpmnModel bpmnModel,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
static void |
BpmnJsonConverterUtil.convertJsonToMessages(com.fasterxml.jackson.databind.JsonNode objectNode,
BpmnModel element) |
static void |
BpmnJsonConverterUtil.convertMessagesToJson(BpmnModel bpmnModel,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
static void |
BpmnJsonConverterUtil.convertSignalDefinitionsToJson(BpmnModel bpmnModel,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
void |
BaseBpmnJsonConverter.convertToBpmnModel(com.fasterxml.jackson.databind.JsonNode elementNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
ActivityProcessor processor,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
BpmnModel bpmnModel,
BpmnJsonConverterContext converterContext) |
void |
SequenceFlowJsonConverter.convertToJson(BpmnJsonConverterContext converterContext,
BaseElement baseElement,
ActivityProcessor processor,
BpmnModel model,
FlowElementsContainer container,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
double subProcessX,
double subProcessY) |
void |
MessageFlowJsonConverter.convertToJson(BpmnJsonConverterContext converterContext,
BaseElement baseElement,
ActivityProcessor processor,
BpmnModel model,
FlowElementsContainer container,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
double subProcessX,
double subProcessY) |
void |
AssociationJsonConverter.convertToJson(BpmnJsonConverterContext converterContext,
BaseElement baseElement,
ActivityProcessor processor,
BpmnModel model,
FlowElementsContainer container,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
double subProcessX,
double subProcessY) |
void |
BaseBpmnJsonConverter.convertToJson(BpmnJsonConverterContext converterContext,
BaseElement baseElement,
ActivityProcessor processor,
BpmnModel model,
FlowElementsContainer container,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
double subProcessX,
double subProcessY) |
com.fasterxml.jackson.databind.node.ObjectNode |
BpmnJsonConverter.convertToJson(BpmnModel model) |
com.fasterxml.jackson.databind.node.ObjectNode |
BpmnJsonConverter.convertToJson(BpmnModel model,
BpmnJsonConverterContext converterContext) |
protected static void |
BpmnJsonConverterUtil.parseMessages(com.fasterxml.jackson.databind.JsonNode messagesNode,
BpmnModel element) |
protected void |
BpmnJsonConverter.processArtifacts(BpmnJsonConverterContext converterContext,
FlowElementsContainer container,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
double containerX,
double containerY) |
protected void |
BpmnJsonConverter.processFlowElement(FlowElement flowElement,
FlowElementsContainer container,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
BpmnJsonConverterContext converterContext,
double containerX,
double containerY) |
void |
BpmnJsonConverter.processFlowElements(FlowElementsContainer container,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
BpmnJsonConverterContext converterContext,
double subProcessX,
double subProcessY) |
void |
ActivityProcessor.processFlowElements(FlowElementsContainer container,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
BpmnJsonConverterContext converterContext,
double subProcessX,
double subProcessY) |
void |
BpmnJsonConverter.processJsonElements(com.fasterxml.jackson.databind.JsonNode shapesArrayNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
BpmnJsonConverterContext converterContext,
BpmnModel bpmnModel) |
void |
ActivityProcessor.processJsonElements(com.fasterxml.jackson.databind.JsonNode shapesArrayNode,
com.fasterxml.jackson.databind.JsonNode modelNode,
BaseElement parentElement,
Map<String,com.fasterxml.jackson.databind.JsonNode> shapeMap,
BpmnJsonConverterContext converterContext,
BpmnModel bpmnModel) |
protected void |
BpmnJsonConverter.processMessageFlows(BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode shapesArrayNode,
BpmnJsonConverterContext converterCOntext) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
RepositoryService.getBpmnModel(String processDefinitionId)
Returns the
BpmnModel corresponding with the process definition with the provided process definition id. |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
RepositoryService.validateProcess(BpmnModel bpmnModel)
Validates the given process definition against the rules for executing a process definition on the process engine.
|
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
Flowable5CompatibilityHandler.getProcessDefinitionBpmnModel(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
static BpmnModel |
DelegateHelper.getBpmnModel(DelegateExecution execution)
Returns the
BpmnModel matching the process definition bpmn model for the process definition of the passed DelegateExecution. |
| Modifier and Type | Method and Description |
|---|---|
protected BpmnModel |
BpmnModelEventDispatchAction.extractBpmnModelFromEvent(FlowableEvent event)
In case no process-context is active, this method attempts to extract a process-definition based on the event.
|
| Constructor and Description |
|---|
DynamicProcessDefinitionSummary(BpmnModel bpmnModel,
com.fasterxml.jackson.databind.node.ObjectNode processInfo,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
RepositoryServiceImpl.getBpmnModel(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
RepositoryServiceImpl.validateProcess(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebServiceActivityBehavior.createItemDefinitions(BpmnModel bpmnModel) |
void |
WebServiceActivityBehavior.createMessages(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.createOperations(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.fillDefinitionMaps(BpmnModel bpmnModel) |
protected void |
WebServiceActivityBehavior.initializeIoSpecification(IOSpecification activityIoSpecification,
DelegateExecution execution,
BpmnModel bpmnModel) |
| Constructor and Description |
|---|
WebServiceActivityBehavior(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ParsedDeployment.getBpmnModelForProcessDefinition(ProcessDefinitionEntity processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventSubscriptionManager.addEventSubscriptions(ProcessDefinitionEntity processDefinition,
Process process,
BpmnModel bpmnModel) |
protected void |
EventSubscriptionManager.insertEventRegistryEvent(String eventDefinitionKey,
StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
BpmnModel bpmnModel) |
protected void |
EventSubscriptionManager.insertMessageEvent(MessageEventDefinition messageEventDefinition,
StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
BpmnModel bpmnModel) |
protected void |
EventSubscriptionManager.insertSignalEvent(SignalEventDefinition signalEventDefinition,
StartEvent startEvent,
ProcessDefinitionEntity processDefinition,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
ErrorPropagation.retrieveErrorCode(BpmnModel bpmnModel,
String errorCode) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
BpmnParse.bpmnModel |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
BpmnParse.getBpmnModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnParse.setBpmnModel(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
WebServiceActivityBehavior |
DefaultActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask,
BpmnModel bpmnModel) |
WebServiceActivityBehavior |
ActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask,
BpmnModel bpmnModel) |
WebServiceActivityBehavior |
DefaultActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask,
BpmnModel bpmnModel) |
WebServiceActivityBehavior |
ActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableEventSupport |
ProcessParseHandler.getEventSupport(BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
ValidateBpmnModelCmd.bpmnModel |
| Modifier and Type | Method and Description |
|---|---|
protected BpmnModel |
AbstractDynamicInjectionCmd.createBpmnModel(CommandContext commandContext,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
BpmnModel |
GetBpmnModelCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected List<DmnDecision> |
GetDecisionsForProcessDefinitionCmd.getDecisionsFromModel(BpmnModel bpmnModel,
ProcessDefinition processDefinition) |
protected List<FormDefinition> |
GetFormDefinitionsForProcessDefinitionCmd.getFormDefinitionsFromModel(BpmnModel bpmnModel,
ProcessDefinition processDefinition) |
protected void |
AbstractDynamicInjectionCmd.storeBpmnModelAsByteArray(CommandContext commandContext,
BpmnModel bpmnModel,
DeploymentEntity deploymentEntity,
String resourceName) |
protected void |
InjectParallelUserTaskCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectParallelEmbeddedSubProcessCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectEmbeddedSubProcessInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected abstract void |
AbstractDynamicInjectionCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
InjectUserTaskInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected void |
AbstractDynamicInjectionCmd.updateExecutions(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity,
ExecutionEntity processInstance,
BpmnModel bpmnModel) |
| Constructor and Description |
|---|
ValidateBpmnModelCmd(BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
MoveExecutionEntityContainer.processModel |
protected BpmnModel |
MoveExecutionEntityContainer.subProcessModel |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
MoveExecutionEntityContainer.getProcessModel() |
BpmnModel |
MoveExecutionEntityContainer.getSubProcessModel() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
BaseDynamicSubProcessInjectUtil.generateIdForDuplicateFlowElement(String prefix,
Process process,
BpmnModel bpmnModel,
BpmnModel subProcessBpmnModel,
FlowElement duplicateFlowElement,
Map<String,FlowElement> generatedIds,
boolean includeDiInfo) |
static void |
DynamicSubProcessParallelInjectUtil.injectParallelSubProcess(Process process,
BpmnModel bpmnModel,
DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
static void |
DynamicSubProcessJoinInjectUtil.injectSubProcessWithJoin(String taskId,
Process process,
BpmnModel bpmnModel,
DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity,
CommandContext commandContext) |
static void |
BaseDynamicSubProcessInjectUtil.processFlowElements(CommandContext commandContext,
FlowElementsContainer process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected static void |
BaseDynamicSubProcessInjectUtil.processSubProcessFlowElements(CommandContext commandContext,
String prefix,
Process process,
BpmnModel bpmnModel,
SubProcess subProcess,
BpmnModel subProcessBpmnModel,
ProcessDefinition originalProcessDefinition,
DeploymentEntity newDeploymentEntity,
Map<String,FlowElement> generatedIds,
boolean includeDiInfo) |
protected FlowElement |
AbstractDynamicStateManager.resolveFlowElementFromBpmnModel(BpmnModel bpmnModel,
String activityId) |
void |
MoveExecutionEntityContainer.setProcessModel(BpmnModel processModel) |
void |
MoveExecutionEntityContainer.setSubProcessModel(BpmnModel subProcessModel) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventDefinitionExpressionUtil.determineSignalName(CommandContext commandContext,
SignalEventDefinition signalEventDefinition,
BpmnModel bpmnModel,
DelegateExecution execution)
Determines the signal name of the
SignalEventDefinition that is passed:
- if a signal name is set, it has precedence
- otherwise, the signal ref is used
- unless a signalExpression is set |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessInstanceMigrationManagerImpl.doValidateActivityMappings(String processInstanceId,
List<ActivityMigrationMapping> activityMappings,
BpmnModel newModel,
ProcessInstanceMigrationDocument document,
ProcessInstanceMigrationValidationResult validationResult,
CommandContext commandContext) |
protected void |
ProcessInstanceMigrationManagerImpl.doValidateProcessInstanceMigration(String processInstanceId,
String tenantId,
BpmnModel newModel,
ProcessInstanceMigrationDocument document,
ProcessInstanceMigrationValidationResult validationResult,
CommandContext commandContext) |
protected boolean |
ProcessInstanceMigrationManagerImpl.isActivityIdInProcessDefinitionModel(String activityId,
BpmnModel bpmnModel) |
| Modifier and Type | Field and Description |
|---|---|
protected BpmnModel |
ProcessDefinitionCacheEntry.bpmnModel |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ProcessDefinitionCacheEntry.getBpmnModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDefinitionCacheEntry.setBpmnModel(BpmnModel bpmnModel) |
| Constructor and Description |
|---|
ProcessDefinitionCacheEntry(ProcessDefinition processDefinition,
BpmnModel bpmnModel,
Process process) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentEntityManagerImpl.restoreMessageStartEvent(ProcessDefinition previousProcessDefinition,
BpmnModel bpmnModel,
StartEvent startEvent,
EventDefinition eventDefinition) |
protected void |
DeploymentEntityManagerImpl.restoreSignalStartEvent(ProcessDefinition previousProcessDefinition,
BpmnModel bpmnModel,
StartEvent startEvent,
EventDefinition eventDefinition) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentBuilder |
DeploymentBuilderImpl.addBpmnModel(String resourceName,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
AbstractFlowableTestCase.createOneTaskTestProcess()
Since the 'one task process' is used everywhere the actual process content doesn't matter, instead of copying around the BPMN 2.0 xml one could use this method which gives a
BpmnModel
version of the same process back. |
BpmnModel |
AbstractFlowableTestCase.createOneTaskTestProcessWithCandidateStarterGroup() |
BpmnModel |
AbstractFlowableTestCase.createTwoTasksTestProcess() |
| Modifier and Type | Method and Description |
|---|---|
static BpmnModel |
ProcessDefinitionUtil.getBpmnModel(String processDefinitionId) |
static BpmnModel |
ProcessDefinitionUtil.getBpmnModelFromCache(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentBuilder |
DeploymentBuilder.addBpmnModel(String resourceName,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
WebServiceActivityBehavior |
TestActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask,
BpmnModel bpmnModel) |
WebServiceActivityBehavior |
TestActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
boolean drawSequenceFlowNameWithNoLabelDI)
Generates a diagram of the given process definition, using the diagram interchange information of the process.
|
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI)
Generates a diagram of the given process definition, using the diagram interchange information of the process.
|
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel) |
InputStream |
ProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
ProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
BufferedImage |
ProcessDiagramGenerator.generatePngImage(BpmnModel bpmnModel,
double scaleFactor) |
| Modifier and Type | Method and Description |
|---|---|
protected static List<GraphicInfo> |
DefaultProcessDiagramGenerator.connectionPerfectionizer(DefaultProcessDiagramCanvas processDiagramCanvas,
BpmnModel bpmnModel,
BaseElement sourceElement,
BaseElement targetElement,
List<GraphicInfo> graphicInfoList)
This method makes coordinates of connection flow better.
|
void |
DefaultProcessDiagramGenerator.ArtifactDrawInstruction.draw(DefaultProcessDiagramCanvas processDiagramCanvas,
BpmnModel bpmnModel,
Artifact artifact) |
void |
DefaultProcessDiagramGenerator.ActivityDrawInstruction.draw(DefaultProcessDiagramCanvas processDiagramCanvas,
BpmnModel bpmnModel,
FlowNode flowNode) |
protected void |
DefaultProcessDiagramGenerator.drawActivity(DefaultProcessDiagramCanvas processDiagramCanvas,
BpmnModel bpmnModel,
FlowNode flowNode,
List<String> highLightedActivities,
List<String> highLightedFlows,
double scaleFactor,
Boolean drawSequenceFlowNameWithNoLabelDI) |
protected void |
DefaultProcessDiagramGenerator.drawArtifact(DefaultProcessDiagramCanvas processDiagramCanvas,
BpmnModel bpmnModel,
Artifact artifact) |
protected static List<Artifact> |
DefaultProcessDiagramGenerator.gatherAllArtifacts(BpmnModel bpmnModel) |
protected static List<FlowNode> |
DefaultProcessDiagramGenerator.gatherAllFlowNodes(BpmnModel bpmnModel) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel,
String imageType,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
BufferedImage |
DefaultProcessDiagramGenerator.generateImage(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
BufferedImage |
DefaultProcessDiagramGenerator.generateImage(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel) |
InputStream |
DefaultProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel,
boolean drawSequenceFlowNameWithNoLabelDI) |
InputStream |
DefaultProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
BufferedImage |
DefaultProcessDiagramGenerator.generatePngImage(BpmnModel bpmnModel,
double scaleFactor) |
protected DefaultProcessDiagramCanvas |
DefaultProcessDiagramGenerator.generateProcessDiagram(BpmnModel bpmnModel,
String imageType,
List<String> highLightedActivities,
List<String> highLightedFlows,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader,
double scaleFactor,
boolean drawSequenceFlowNameWithNoLabelDI) |
protected static DefaultProcessDiagramCanvas |
DefaultProcessDiagramGenerator.initProcessDiagramCanvas(BpmnModel bpmnModel,
String imageType,
String activityFontName,
String labelFontName,
String annotationFontName,
ClassLoader customClassLoader) |
protected boolean |
DefaultProcessDiagramGenerator.isPartOfCollapsedSubProcess(FlowElement flowElement,
BpmnModel model) |
protected void |
DefaultProcessDiagramGenerator.prepareBpmnModel(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ProcessDefinitionModelResource.getModelResource(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DisplayJsonClientResource.fillWaypoints(String id,
BpmnModel model,
com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo diagramInfo) |
protected List<String> |
DisplayJsonClientResource.gatherCompletedFlows(List<String> completedActivityInstances,
List<String> currentActivityinstances,
BpmnModel pojoModel) |
protected void |
DisplayJsonClientResource.processArtifacts(Collection<Artifact> artifactList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
protected void |
DisplayJsonClientResource.processElements(Collection<FlowElement> elementList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
com.fasterxml.jackson.databind.node.ArrayNode collapsedArray,
GraphicInfo diagramInfo,
Set<String> completedElements,
Set<String> currentElements,
com.fasterxml.jackson.databind.node.ObjectNode collapsedNode) |
protected void |
DisplayJsonClientResource.processProcessElements(ServerConfig config,
BpmnModel pojoModel,
com.fasterxml.jackson.databind.node.ObjectNode displayNode,
GraphicInfo diagramInfo,
Set<String> completedElements,
Set<String> currentElements) |
| Modifier and Type | Method and Description |
|---|---|
protected BpmnModel |
ProcessDefinitionService.executeRequestForXML(org.apache.http.client.methods.HttpUriRequest request,
ServerConfig serverConfig,
int expectedStatusCode) |
BpmnModel |
ProcessDefinitionService.getProcessDefinitionModel(ServerConfig serverConfig,
String definitionId) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ModelServiceImpl.getBpmnModel(AbstractModel model) |
BpmnModel |
ModelServiceImpl.getBpmnModel(AbstractModel model,
ConverterContext appConverterContext) |
| Modifier and Type | Method and Description |
|---|---|
protected GraphicInfo |
ModelImageService.calculateDiagramSize(BpmnModel bpmnModel) |
protected void |
ModelImageService.calculateWidthForArtifacts(Collection<Artifact> artifactList,
BpmnModel bpmnModel,
GraphicInfo diagramInfo) |
protected void |
ModelImageService.calculateWidthForFlowElements(Collection<FlowElement> elementList,
BpmnModel bpmnModel,
GraphicInfo diagramInfo) |
protected void |
BpmnDisplayJsonConverter.fillWaypoints(String id,
BpmnModel model,
com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo diagramInfo) |
byte[] |
ModelServiceImpl.getBpmnXML(BpmnModel bpmnModel) |
protected void |
BaseAppDefinitionService.postProcessFlowElements(Collection<FlowElement> traverseElementList,
List<FlowElement> eventRegistryElements,
Map<String,StartEvent> noneStartEventMap,
String processId,
BpmnModel bpmnModel) |
protected void |
BaseAppDefinitionService.postProcessFlowElements(List<FlowElement> eventRegistryElements,
Map<String,StartEvent> noneStartEventMap,
BpmnModel bpmnModel) |
protected void |
BpmnDisplayJsonConverter.processArtifacts(Collection<Artifact> artifactList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
protected void |
BpmnDisplayJsonConverter.processElements(Collection<FlowElement> elementList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
protected void |
ModelImageService.scaleArtifacts(Collection<Artifact> artifactList,
BpmnModel bpmnModel,
double scaleFactor) |
protected void |
ModelImageService.scaleDiagram(BpmnModel bpmnModel,
double scaleFactor) |
protected void |
ModelImageService.scaleFlowElements(Collection<FlowElement> elementList,
BpmnModel bpmnModel,
double scaleFactor) |
| Modifier and Type | Method and Description |
|---|---|
BpmnModel |
ModelService.getBpmnModel(AbstractModel model) |
BpmnModel |
ModelService.getBpmnModel(AbstractModel model,
ConverterContext converterContext) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ModelService.getBpmnXML(BpmnModel bpmnMode) |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageGenerator.createImage(BpmnModel bpmnModel) |
static BufferedImage |
ImageGenerator.createImage(BpmnModel bpmnModel,
double scaleFactor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RuntimeDisplayJsonClientResource.fillWaypoints(String id,
BpmnModel model,
com.fasterxml.jackson.databind.node.ObjectNode elementNode,
GraphicInfo diagramInfo) |
protected List<String> |
RuntimeDisplayJsonClientResource.gatherCompletedFlows(Set<String> completedActivityInstances,
Set<String> currentActivityinstances,
BpmnModel pojoModel) |
protected void |
RuntimeDisplayJsonClientResource.processArtifacts(Collection<Artifact> artifactList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
GraphicInfo diagramInfo) |
protected void |
RuntimeDisplayJsonClientResource.processElements(Collection<FlowElement> elementList,
BpmnModel model,
com.fasterxml.jackson.databind.node.ArrayNode elementArray,
com.fasterxml.jackson.databind.node.ArrayNode flowArray,
com.fasterxml.jackson.databind.node.ArrayNode collapsedArray,
GraphicInfo diagramInfo,
Set<String> completedElements,
Set<String> currentElements,
Collection<String> breakpoints,
com.fasterxml.jackson.databind.node.ObjectNode collapsedNode,
String processInstanceId) |
protected com.fasterxml.jackson.databind.node.ObjectNode |
RuntimeDisplayJsonClientResource.processProcessElements(BpmnModel pojoModel,
Set<String> completedElements,
Set<String> currentElements,
Collection<String> breakpoints,
String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
ProcessValidator.validate(BpmnModel bpmnModel)
Validates the provided
BpmnModel and returns a list of all ValidationError occurrences found. |
List<ValidationError> |
ProcessValidatorImpl.validate(BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ProcessLevelValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
void |
Validator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
ProcessLevelValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoundaryEventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
EventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
ScriptTaskValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
FlowableEventListenerValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
SequenceflowValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
EventGatewayValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
ServiceTaskValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
SubprocessValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
EndEventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
ExclusiveGatewayValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
StartEventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
DataObjectValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
IntermediateThrowEventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
EventSubprocessValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
SendTaskValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
IntermediateCatchEventValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
ExecutionListenerValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
UserTaskValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
FlowElementValidator.executeValidation(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
BpmnModelValidator.handleBPMNModelConstraints(BpmnModel bpmnModel,
List<ValidationError> errors) |
protected void |
EventValidator.handleCompensationEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
EventValidator.handleMessageEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
protected void |
BpmnModelValidator.handleProcessConstraints(BpmnModel bpmnModel,
Process process,
List<ValidationError> errors) |
protected void |
EventValidator.handleSignalEventDefinition(BpmnModel bpmnModel,
Process process,
Event event,
EventDefinition eventDefinition,
List<ValidationError> errors) |
void |
DiagramInterchangeInfoValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
MessageValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
OperationValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
BpmnModelValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
AssociationValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
SignalValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
void |
ErrorValidator.validate(BpmnModel bpmnModel,
List<ValidationError> errors) |
protected boolean |
BpmnModelValidator.validateAtLeastOneExecutable(BpmnModel bpmnModel,
List<ValidationError> errors)
Returns 'true' if at least one process definition in the
BpmnModel is executable. |
protected void |
SendTaskValidator.verifyWebservice(BpmnModel bpmnModel,
Process process,
SendTask sendTask,
List<ValidationError> errors) |
protected void |
ServiceTaskValidator.verifyWebservice(BpmnModel bpmnModel,
Process process,
ServiceTask serviceTask,
List<ValidationError> errors) |
Copyright © 2023 Flowable. All rights reserved.