Uses of Class
org.flowable.bpmn.model.BpmnModel
Packages that use BpmnModel
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService.Helper classes for testing processes.
-
Uses of BpmnModel in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter that return BpmnModelModifier and TypeMethodDescriptionBpmnXMLConverter.convertToBpmnModel(XMLStreamReader xtr) BpmnXMLConverter.convertToBpmnModel(InputStreamProvider inputStreamProvider, boolean validateSchema, boolean enableSafeBpmnXml) BpmnXMLConverter.convertToBpmnModel(InputStreamProvider inputStreamProvider, boolean validateSchema, boolean enableSafeBpmnXml, String encoding) Methods in org.flowable.bpmn.converter with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected voidServiceTaskXMLConverter.convertCaseServiceTaskXMLProperties(CaseServiceTask caseServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) protected voidServiceTaskXMLConverter.convertExternalWorkerTaskXMLProperties(ExternalWorkerServiceTask externalWorkerServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) protected voidServiceTaskXMLConverter.convertHttpServiceTaskXMLProperties(HttpServiceTask httpServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) protected voidServiceTaskXMLConverter.convertSendEventServiceTaskXMLProperties(SendEventServiceTask sendEventServiceTask, BpmnModel bpmnModel, XMLStreamReader xtr) voidBaseBpmnXMLConverter.convertToBpmnModel(XMLStreamReader xtr, BpmnModel model, Process activeProcess, List<SubProcess> activeSubProcessList) voidBaseBpmnXMLConverter.convertToXML(XMLStreamWriter xtw, BaseElement baseElement, BpmnModel model, BpmnXMLConverterOptions options) byte[]BpmnXMLConverter.convertToXML(BpmnModel model) byte[]BpmnXMLConverter.convertToXML(BpmnModel model, String encoding) protected BaseElementAssociationXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected abstract BaseElementBaseBpmnXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementBoundaryEventXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementBusinessRuleTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementCallActivityXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementCatchEventXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementComplexGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementDataStoreReferenceXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementEndEventXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementEventGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementExclusiveGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementInclusiveGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementManualTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementParallelGatewayXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementReceiveTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementScriptTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementSendTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementSequenceFlowXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementServiceTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementStartEventXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementTextAnnotationXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementThrowEventXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementUserTaskXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected BaseElementValuedDataObjectXMLConverter.convertXMLToElement(XMLStreamReader xtr, BpmnModel model) protected voidBpmnXMLConverter.createXML(Artifact artifact, BpmnModel model, XMLStreamWriter xtw) protected voidBpmnXMLConverter.createXML(FlowElement flowElement, BpmnModel model, XMLStreamWriter xtw) voidUserTaskXMLConverter.CustomIdentityLinkParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidUserTaskXMLConverter.HumanPerformerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidUserTaskXMLConverter.PotentialOwnerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) protected voidBaseBpmnXMLConverter.parseChildElements(String elementName, BaseElement parentElement, Map<String, BaseChildElementParser> additionalParsers, BpmnModel model, XMLStreamReader xtr) protected voidBaseBpmnXMLConverter.parseChildElements(String elementName, BaseElement parentElement, BpmnModel model, XMLStreamReader xtr) protected StringSendTaskXMLConverter.parseOperationRef(String operationRef, BpmnModel model) protected StringServiceTaskXMLConverter.parseOperationRef(String operationRef, BpmnModel model) protected voidAssociationXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected abstract voidBaseBpmnXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBoundaryEventXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBusinessRuleTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidCallActivityXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidCatchEventXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidComplexGatewayXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidDataStoreReferenceXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidEndEventXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidEventGatewayXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidExclusiveGatewayXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidInclusiveGatewayXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidManualTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidParallelGatewayXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidReceiveTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidScriptTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidSendTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidSequenceFlowXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidStartEventXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidTextAnnotationXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidThrowEventXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidUserTaskXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidValuedDataObjectXMLConverter.writeAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidAssociationXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected abstract voidBaseBpmnXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBoundaryEventXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBusinessRuleTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidCallActivityXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidCatchEventXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidComplexGatewayXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidDataStoreReferenceXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidEndEventXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidEventGatewayXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidExclusiveGatewayXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidInclusiveGatewayXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidManualTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidParallelGatewayXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidReceiveTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidScriptTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidSendTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidSequenceFlowXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidStartEventXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidTextAnnotationXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidThrowEventXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidUserTaskXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidValuedDataObjectXMLConverter.writeAdditionalChildElements(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeCancelDefinition(Event parentEvent, CancelEventDefinition cancelEventDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeCaseServiceTaskAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeCompensateDefinition(Event parentEvent, CompensateEventDefinition compensateEventDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeConditionalDefinition(Event parentEvent, ConditionalEventDefinition conditionalDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeErrorDefinition(Event parentEvent, ErrorEventDefinition errorDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeEscalationDefinition(Event parentEvent, EscalationEventDefinition escalationDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeEventDefinitions(Event parentEvent, List<EventDefinition> eventDefinitions, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeExternalTaskAdditionalAttributes(ExternalWorkerServiceTask externalWorkerTask, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeHttpServiceTaskAdditionalAttributes(HttpServiceTask httpServiceTask, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeMessageDefinition(Event parentEvent, MessageEventDefinition messageDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidServiceTaskXMLConverter.writeSendEventServiceAdditionalAttributes(BaseElement element, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeSignalDefinition(Event parentEvent, SignalEventDefinition signalDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeTerminateDefinition(Event parentEvent, TerminateEventDefinition terminateDefinition, BpmnModel model, XMLStreamWriter xtw) protected voidBaseBpmnXMLConverter.writeTimerDefinition(Event parentEvent, TimerEventDefinition timerDefinition, BpmnModel model, XMLStreamWriter xtw) -
Uses of BpmnModel in org.flowable.bpmn.converter.child
Methods in org.flowable.bpmn.converter.child with parameters of type BpmnModelModifier and TypeMethodDescriptionabstract voidBaseChildElementParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidCancelEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidCompensateEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidConditionalEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidConditionExpressionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidConditionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidDataInputAssociationParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidDataOutputAssociationParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidDataStateParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidDocumentationParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidElementNameParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidErrorEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidEscalationEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidEventInParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidEventOutParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidExternalWorkerInParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidExternalWorkerOutParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFieldExtensionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableCollectionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableEventListenerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableFailedjobRetryParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableHttpRequestHandlerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableHttpResponseHandlerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableListenerParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowableMapExceptionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFlowNodeRefParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidFormPropertyParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidInParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidIOSpecificationParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidMessageEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidMultiInstanceParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidOutParameterParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidScriptInfoParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidScriptTextParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidSignalEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTerminateEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTextAnnotationTextParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTimeCycleParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTimeDateParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTimeDurationParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidTimerEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidVariableAggregationDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) voidVariableListenerEventDefinitionParser.parseChildElement(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model) protected voidBaseChildElementParser.parseChildElements(XMLStreamReader xtr, BaseElement parentElement, BpmnModel model, BaseChildElementParser parser) protected StringIOSpecificationParser.parseItemSubjectRef(String itemSubjectRef, BpmnModel model) -
Uses of BpmnModel in org.flowable.bpmn.converter.export
Methods in org.flowable.bpmn.converter.export with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected static voidBPMNDIExport.createBpmnEdge(BpmnModel model, String elementId, XMLStreamWriter xtw) protected static voidBPMNDIExport.createBpmnShape(BpmnModel model, String elementId, XMLStreamWriter xtw) static voidBPMNDIExport.writeBPMNDI(BpmnModel model, XMLStreamWriter xtw) static voidDataStoreExport.writeDataStores(BpmnModel model, XMLStreamWriter xtw) static voidEscalationDefinitionExport.writeEscalations(BpmnModel model, XMLStreamWriter xtw) static voidLaneExport.writeLanes(Process process, BpmnModel model, XMLStreamWriter xtw) static voidMultiInstanceExport.writeMultiInstance(Activity activity, BpmnModel model, XMLStreamWriter xtw) static voidCollaborationExport.writePools(BpmnModel model, XMLStreamWriter xtw) static voidProcessExport.writeProcess(Process process, BpmnModel model, XMLStreamWriter xtw) static voidDefinitionsRootExport.writeRootElement(BpmnModel model, XMLStreamWriter xtw, String encoding) static voidSignalAndMessageDefinitionExport.writeSignalsAndMessages(BpmnModel model, XMLStreamWriter xtw) -
Uses of BpmnModel in org.flowable.bpmn.converter.parser
Methods in org.flowable.bpmn.converter.parser with parameters of type BpmnModelModifier and TypeMethodDescriptionvoidBpmnEdgeParser.parse(XMLStreamReader xtr, BpmnModel model) voidBpmnShapeParser.parse(XMLStreamReader xtr, BpmnModel model) voidDataStoreParser.parse(XMLStreamReader xtr, BpmnModel model) voidDefinitionsParser.parse(XMLStreamReader xtr, BpmnModel model) voidExtensionElementsParser.parse(XMLStreamReader xtr, List<SubProcess> activeSubProcessList, Process activeProcess, BpmnModel model) voidImportParser.parse(XMLStreamReader xtr, BpmnModel model) voidInterfaceParser.parse(XMLStreamReader xtr, BpmnModel model) voidItemDefinitionParser.parse(XMLStreamReader xtr, BpmnModel model) voidLaneParser.parse(XMLStreamReader xtr, Process activeProcess, BpmnModel model) voidMessageFlowParser.parse(XMLStreamReader xtr, BpmnModel model) voidMessageParser.parse(XMLStreamReader xtr, BpmnModel model) voidParticipantParser.parse(XMLStreamReader xtr, BpmnModel model) ProcessParser.parse(XMLStreamReader xtr, BpmnModel model) voidResourceParser.parse(XMLStreamReader xtr, BpmnModel model) voidSignalParser.parse(XMLStreamReader xtr, BpmnModel model) protected StringMessageParser.parseItemRef(String itemRef, BpmnModel model) protected StringInterfaceParser.parseMessageRef(String messageRef, BpmnModel model) -
Uses of BpmnModel in org.flowable.bpmn.converter.util
Methods in org.flowable.bpmn.converter.util with parameters of type BpmnModelModifier and TypeMethodDescriptionstatic voidBpmnXMLUtil.parseChildElements(String elementName, BaseElement parentElement, XMLStreamReader xtr, Map<String, BaseChildElementParser> childParsers, BpmnModel model) static voidBpmnXMLUtil.parseChildElements(String elementName, BaseElement parentElement, XMLStreamReader xtr, BpmnModel model) static voidBpmnXMLUtil.parseLabelElement(XMLStreamReader xtr, BpmnModel model, String BpmnElementId) -
Uses of BpmnModel in org.flowable.engine
Methods in org.flowable.engine that return BpmnModelModifier and TypeMethodDescriptionRepositoryService.getBpmnModel(String processDefinitionId) Returns theBpmnModelcorresponding with the process definition with the provided process definition id.Methods in org.flowable.engine with parameters of type BpmnModelModifier and TypeMethodDescriptionRepositoryService.validateProcess(BpmnModel bpmnModel) Validates the given process definition against the rules for executing a process definition on the process engine. -
Uses of BpmnModel in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility that return BpmnModelModifier and TypeMethodDescriptionFlowable5CompatibilityHandler.getProcessDefinitionBpmnModel(String processDefinitionId) -
Uses of BpmnModel in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return BpmnModelModifier and TypeMethodDescriptionstatic BpmnModelDelegateHelper.getBpmnModel(DelegateExecution execution) Returns theBpmnModelmatching the process definition bpmn model for the process definition of the passedDelegateExecution. -
Uses of BpmnModel in org.flowable.engine.delegate.event.impl
Methods in org.flowable.engine.delegate.event.impl that return BpmnModelModifier and TypeMethodDescriptionprotected BpmnModelBpmnModelEventDispatchAction.extractBpmnModelFromEvent(FlowableEvent event) In case no process-context is active, this method attempts to extract a process-definition based on the event. -
Uses of BpmnModel in org.flowable.engine.dynamic
Constructors in org.flowable.engine.dynamic with parameters of type BpmnModelModifierConstructorDescriptionDynamicProcessDefinitionSummary(BpmnModel bpmnModel, com.fasterxml.jackson.databind.node.ObjectNode processInfo, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of BpmnModel in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return BpmnModelMethods in org.flowable.engine.impl with parameters of type BpmnModel -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected voidWebServiceActivityBehavior.createItemDefinitions(BpmnModel bpmnModel) voidWebServiceActivityBehavior.createMessages(BpmnModel bpmnModel) protected voidWebServiceActivityBehavior.createOperations(BpmnModel bpmnModel) protected voidWebServiceActivityBehavior.fillDefinitionMaps(BpmnModel bpmnModel) protected voidWebServiceActivityBehavior.initializeIoSpecification(IOSpecification activityIoSpecification, DelegateExecution execution, BpmnModel bpmnModel) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type BpmnModel -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.deployer
Methods in org.flowable.engine.impl.bpmn.deployer that return BpmnModelModifier and TypeMethodDescriptionParsedDeployment.getBpmnModelForProcessDefinition(ProcessDefinitionEntity processDefinition) Methods in org.flowable.engine.impl.bpmn.deployer with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected voidEventSubscriptionManager.addEventSubscriptions(ProcessDefinitionEntity processDefinition, Process process, BpmnModel bpmnModel) protected voidEventSubscriptionManager.insertEventRegistryEvent(String eventDefinitionKey, StartEvent startEvent, ProcessDefinitionEntity processDefinition, BpmnModel bpmnModel) protected voidEventSubscriptionManager.insertMessageEvent(MessageEventDefinition messageEventDefinition, StartEvent startEvent, ProcessDefinitionEntity processDefinition, BpmnModel bpmnModel) protected voidEventSubscriptionManager.insertSignalEvent(SignalEventDefinition signalEventDefinition, StartEvent startEvent, ProcessDefinitionEntity processDefinition, BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected static StringErrorPropagation.retrieveErrorCode(BpmnModel bpmnModel, String errorCode) -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.parser
Fields in org.flowable.engine.impl.bpmn.parser declared as BpmnModelMethods in org.flowable.engine.impl.bpmn.parser that return BpmnModelMethods in org.flowable.engine.impl.bpmn.parser with parameters of type BpmnModel -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type BpmnModelModifier and TypeMethodDescriptionActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) ActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) DefaultActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) DefaultActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected FlowableEventSupportProcessParseHandler.getEventSupport(BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.engine.impl.cmd
Fields in org.flowable.engine.impl.cmd declared as BpmnModelMethods in org.flowable.engine.impl.cmd that return BpmnModelModifier and TypeMethodDescriptionprotected BpmnModelAbstractDynamicInjectionCmd.createBpmnModel(CommandContext commandContext, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) GetBpmnModelCmd.execute(CommandContext commandContext) Methods in org.flowable.engine.impl.cmd with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected List<DmnDecision>GetDecisionsForProcessDefinitionCmd.getDecisionsFromModel(BpmnModel bpmnModel, ProcessDefinition processDefinition) protected List<FormDefinition>GetFormDefinitionsForProcessDefinitionCmd.getFormDefinitionsFromModel(BpmnModel bpmnModel, ProcessDefinition processDefinition) protected voidAbstractDynamicInjectionCmd.storeBpmnModelAsByteArray(CommandContext commandContext, BpmnModel bpmnModel, DeploymentEntity deploymentEntity, String resourceName) protected abstract voidAbstractDynamicInjectionCmd.updateBpmnProcess(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected voidInjectEmbeddedSubProcessInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected voidInjectParallelEmbeddedSubProcessCmd.updateBpmnProcess(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected voidInjectParallelUserTaskCmd.updateBpmnProcess(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected voidInjectUserTaskInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected voidAbstractDynamicInjectionCmd.updateExecutions(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, BpmnModel bpmnModel) Constructors in org.flowable.engine.impl.cmd with parameters of type BpmnModel -
Uses of BpmnModel in org.flowable.engine.impl.dynamic
Fields in org.flowable.engine.impl.dynamic declared as BpmnModelModifier and TypeFieldDescriptionprotected BpmnModelMoveExecutionEntityContainer.processModelprotected BpmnModelMoveExecutionEntityContainer.subProcessModelMethods in org.flowable.engine.impl.dynamic that return BpmnModelModifier and TypeMethodDescriptionMoveExecutionEntityContainer.getProcessModel()MoveExecutionEntityContainer.getSubProcessModel()Methods in org.flowable.engine.impl.dynamic with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected static voidBaseDynamicSubProcessInjectUtil.generateIdForDuplicateFlowElement(String prefix, Process process, BpmnModel bpmnModel, BpmnModel subProcessBpmnModel, FlowElement duplicateFlowElement, Map<String, FlowElement> generatedIds, boolean includeDiInfo) static voidDynamicSubProcessParallelInjectUtil.injectParallelSubProcess(Process process, BpmnModel bpmnModel, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) static voidDynamicSubProcessJoinInjectUtil.injectSubProcessWithJoin(String taskId, Process process, BpmnModel bpmnModel, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) static voidBaseDynamicSubProcessInjectUtil.processFlowElements(CommandContext commandContext, FlowElementsContainer process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected static voidBaseDynamicSubProcessInjectUtil.processSubProcessFlowElements(CommandContext commandContext, String prefix, Process process, BpmnModel bpmnModel, SubProcess subProcess, BpmnModel subProcessBpmnModel, ProcessDefinition originalProcessDefinition, DeploymentEntity newDeploymentEntity, Map<String, FlowElement> generatedIds, boolean includeDiInfo) protected FlowElementAbstractDynamicStateManager.resolveFlowElementFromBpmnModel(BpmnModel bpmnModel, String activityId) voidMoveExecutionEntityContainer.setProcessModel(BpmnModel processModel) voidMoveExecutionEntityContainer.setSubProcessModel(BpmnModel subProcessModel) -
Uses of BpmnModel in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event with parameters of type BpmnModelModifier and TypeMethodDescriptionstatic StringEventDefinitionExpressionUtil.determineSignalName(CommandContext commandContext, SignalEventDefinition signalEventDefinition, BpmnModel bpmnModel, DelegateExecution execution) Determines the signal name of theSignalEventDefinitionthat is passed: - if a signal name is set, it has precedence - otherwise, the signal ref is used - unless a signalExpression is set -
Uses of BpmnModel in org.flowable.engine.impl.migration
Methods in org.flowable.engine.impl.migration with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected voidProcessInstanceMigrationManagerImpl.doValidateActivityMappings(String processInstanceId, List<ActivityMigrationMapping> activityMappings, BpmnModel newModel, ProcessInstanceMigrationDocument document, ProcessInstanceMigrationValidationResult validationResult, CommandContext commandContext) protected voidProcessInstanceMigrationManagerImpl.doValidateProcessInstanceMigration(String processInstanceId, String tenantId, BpmnModel newModel, ProcessInstanceMigrationDocument document, ProcessInstanceMigrationValidationResult validationResult, CommandContext commandContext) protected booleanProcessInstanceMigrationManagerImpl.isActivityIdInProcessDefinitionModel(String activityId, BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.engine.impl.persistence.deploy
Fields in org.flowable.engine.impl.persistence.deploy declared as BpmnModelMethods in org.flowable.engine.impl.persistence.deploy that return BpmnModelMethods in org.flowable.engine.impl.persistence.deploy with parameters of type BpmnModelModifier and TypeMethodDescriptionvoidProcessDefinitionCacheEntry.setBpmnModel(BpmnModel bpmnModel) Constructors in org.flowable.engine.impl.persistence.deploy with parameters of type BpmnModelModifierConstructorDescriptionProcessDefinitionCacheEntry(ProcessDefinition processDefinition, BpmnModel bpmnModel, Process process) -
Uses of BpmnModel in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository with parameters of type BpmnModelModifier and TypeMethodDescriptionDeploymentBuilderImpl.addBpmnModel(String resourceName, BpmnModel bpmnModel) protected voidDeploymentProcessDefinitionDeletionManagerImpl.restoreEventRegistryStartEvent(ProcessDefinition previousProcessDefinition, BpmnModel bpmnModel, StartEvent startEvent, String eventDefinitionKey) protected voidDeploymentProcessDefinitionDeletionManagerImpl.restoreMessageStartEvent(ProcessDefinition previousProcessDefinition, BpmnModel bpmnModel, StartEvent startEvent, EventDefinition eventDefinition) protected voidDeploymentProcessDefinitionDeletionManagerImpl.restoreSignalStartEvent(ProcessDefinition previousProcessDefinition, BpmnModel bpmnModel, StartEvent startEvent, EventDefinition eventDefinition) -
Uses of BpmnModel in org.flowable.engine.impl.test
Methods in org.flowable.engine.impl.test that return BpmnModelModifier and TypeMethodDescriptionAbstractFlowableTestCase.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 aBpmnModelversion of the same process back.AbstractFlowableTestCase.createOneTaskTestProcessWithCandidateStarterGroup()AbstractFlowableTestCase.createTwoTasksTestProcess() -
Uses of BpmnModel in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return BpmnModelModifier and TypeMethodDescriptionstatic BpmnModelProcessDefinitionUtil.getBpmnModel(String processDefinitionId) static BpmnModelProcessDefinitionUtil.getBpmnModelFromCache(String processDefinitionId) -
Uses of BpmnModel in org.flowable.engine.repository
Methods in org.flowable.engine.repository with parameters of type BpmnModelModifier and TypeMethodDescriptionDeploymentBuilder.addBpmnModel(String resourceName, BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type BpmnModelModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createWebServiceActivityBehavior(SendTask sendTask, BpmnModel bpmnModel) TestActivityBehaviorFactory.createWebServiceActivityBehavior(ServiceTask serviceTask, BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.image
Methods in org.flowable.image with parameters of type BpmnModelModifier and TypeMethodDescriptionProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) 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.ProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) 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.ProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel) ProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) ProcessDiagramGenerator.generatePngImage(BpmnModel bpmnModel, double scaleFactor) -
Uses of BpmnModel in org.flowable.image.impl
Methods in org.flowable.image.impl with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected static List<GraphicInfo>DefaultProcessDiagramGenerator.connectionPerfectionizer(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, BaseElement sourceElement, BaseElement targetElement, List<GraphicInfo> graphicInfoList) This method makes coordinates of connection flow better.voidDefaultProcessDiagramGenerator.ActivityDrawInstruction.draw(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, FlowNode flowNode) voidDefaultProcessDiagramGenerator.ArtifactDrawInstruction.draw(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact) protected voidDefaultProcessDiagramGenerator.drawActivity(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, FlowNode flowNode, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor, Boolean drawSequenceFlowNameWithNoLabelDI) protected voidDefaultProcessDiagramGenerator.drawArtifact(DefaultProcessDiagramCanvas processDiagramCanvas, BpmnModel bpmnModel, Artifact artifact) DefaultProcessDiagramGenerator.gatherAllArtifacts(BpmnModel bpmnModel) DefaultProcessDiagramGenerator.gatherAllFlowNodes(BpmnModel bpmnModel) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateDiagram(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateImage(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateImage(BpmnModel bpmnModel, String imageType, List<String> highLightedActivities, List<String> highLightedFlows, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel) DefaultProcessDiagramGenerator.generateJpgDiagram(BpmnModel bpmnModel, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generatePngDiagram(BpmnModel bpmnModel, double scaleFactor, boolean drawSequenceFlowNameWithNoLabelDI) DefaultProcessDiagramGenerator.generatePngImage(BpmnModel bpmnModel, double scaleFactor) protected DefaultProcessDiagramCanvasDefaultProcessDiagramGenerator.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 DefaultProcessDiagramCanvasDefaultProcessDiagramGenerator.initProcessDiagramCanvas(BpmnModel bpmnModel, String imageType, String activityFontName, String labelFontName, String annotationFontName, ClassLoader customClassLoader) protected booleanDefaultProcessDiagramGenerator.isPartOfCollapsedSubProcess(FlowElement flowElement, BpmnModel model) protected voidDefaultProcessDiagramGenerator.prepareBpmnModel(BpmnModel bpmnModel) -
Uses of BpmnModel in org.flowable.rest.service.api.repository
Methods in org.flowable.rest.service.api.repository that return BpmnModelModifier and TypeMethodDescriptionProcessDefinitionModelResource.getModelResource(String processDefinitionId) -
Uses of BpmnModel in org.flowable.validation
Methods in org.flowable.validation with parameters of type BpmnModelModifier and TypeMethodDescriptionValidates the providedBpmnModeland returns a list of allValidationErroroccurrences found. -
Uses of BpmnModel in org.flowable.validation.validator
Methods in org.flowable.validation.validator with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected abstract voidProcessLevelValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) voidProcessLevelValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) -
Uses of BpmnModel in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type BpmnModelModifier and TypeMethodDescriptionprotected voidBoundaryEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidDataObjectValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidEndEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidEventGatewayValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidEventSubprocessValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidExclusiveGatewayValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidExecutionListenerValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidFlowableEventListenerValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidFlowElementValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidIntermediateCatchEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidIntermediateThrowEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidScriptTaskValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidSendTaskValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidSequenceflowValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidServiceTaskValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidStartEventValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidSubprocessValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidUserTaskValidator.executeValidation(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidBpmnModelValidator.handleBPMNModelConstraints(BpmnModel bpmnModel, List<ValidationError> errors) protected voidEventValidator.handleCompensationEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors) protected voidEventValidator.handleMessageEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors) protected voidBpmnModelValidator.handleProcessConstraints(BpmnModel bpmnModel, Process process, List<ValidationError> errors) protected voidEventValidator.handleSignalEventDefinition(BpmnModel bpmnModel, Process process, Event event, EventDefinition eventDefinition, List<ValidationError> errors) voidAssociationValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidBpmnModelValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidDiagramInterchangeInfoValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidErrorValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidMessageValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidOperationValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) voidSignalValidator.validate(BpmnModel bpmnModel, List<ValidationError> errors) protected booleanBpmnModelValidator.validateAtLeastOneExecutable(BpmnModel bpmnModel, List<ValidationError> errors) Returns 'true' if at least one process definition in theBpmnModelis executable.protected voidSendTaskValidator.verifyWebservice(BpmnModel bpmnModel, Process process, SendTask sendTask, List<ValidationError> errors) protected voidServiceTaskValidator.verifyWebservice(BpmnModel bpmnModel, Process process, ServiceTask serviceTask, List<ValidationError> errors)