Uses of Class
org.flowable.bpmn.model.FlowElement
Packages that use FlowElement
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates.-
Uses of FlowElement in org.flowable.bpmn.converter
Methods in org.flowable.bpmn.converter with parameters of type FlowElementModifier and TypeMethodDescriptionprotected voidBpmnXMLConverter.createXML(FlowElement flowElement, BpmnModel model, XMLStreamWriter xtw) protected booleanBaseBpmnXMLConverter.writeFormProperties(FlowElement flowElement, boolean didWriteExtensionStartElement, XMLStreamWriter xtw) Method parameters in org.flowable.bpmn.converter with type arguments of type FlowElementModifier and TypeMethodDescriptionprotected voidBpmnXMLConverter.processFlowElements(Collection<FlowElement> flowElementList, BaseElement parentScope) -
Uses of FlowElement in org.flowable.bpmn.model
Subclasses of FlowElement in org.flowable.bpmn.modelModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.flowable.bpmn.model declared as FlowElementModifier and TypeFieldDescriptionprotected FlowElementProcess.initialFlowElementprotected FlowElementSequenceFlow.sourceFlowElementprotected FlowElementSequenceFlow.targetFlowElementFields in org.flowable.bpmn.model with type parameters of type FlowElementModifier and TypeFieldDescriptionprotected List<FlowElement>Process.flowElementListprotected List<FlowElement>SubProcess.flowElementListprotected Map<String,FlowElement> Process.flowElementMapprotected Map<String,FlowElement> SubProcess.flowElementMapMethods in org.flowable.bpmn.model with type parameters of type FlowElementModifier and TypeMethodDescription<T extends FlowElement>
List<T>SubProcess.findAllSubFlowElementInFlowMapOfType(Class<T> clazz) <T extends FlowElement>
TSubProcess.findFirstSubFlowElementInFlowMapOfType(Class<T> clazz) <FlowElementType extends FlowElement>
List<FlowElementType>Process.findFlowElementsInSubProcessOfType(SubProcess subProcess, Class<FlowElementType> type) <FlowElementType extends FlowElement>
List<FlowElementType>Process.findFlowElementsInSubProcessOfType(SubProcess subProcess, Class<FlowElementType> type, boolean goIntoSubprocesses) <FlowElementType extends FlowElement>
List<FlowElementType>Process.findFlowElementsOfType(Class<FlowElementType> type) <FlowElementType extends FlowElement>
List<FlowElementType>Process.findFlowElementsOfType(Class<FlowElementType> type, boolean goIntoSubprocesses) Methods in org.flowable.bpmn.model that return FlowElementModifier and TypeMethodDescriptionabstract FlowElementFlowElement.clone()protected FlowElementProcess.findFlowElementInList(String flowElementId) BpmnModel.getFlowElement(String id) FlowElementsContainer.getFlowElement(String id) Process.getFlowElement(String flowElementId) Process.getFlowElement(String flowElementId, boolean searchRecursive) SubProcess.getFlowElement(String id) protected FlowElementBpmnModel.getFlowElementInSubProcess(String id, SubProcess subProcess) Process.getInitialFlowElement()SequenceFlow.getSourceFlowElement()SequenceFlow.getTargetFlowElement()Methods in org.flowable.bpmn.model that return types with arguments of type FlowElementModifier and TypeMethodDescriptionFlowElementsContainer.getFlowElementMap()Process.getFlowElementMap()SubProcess.getFlowElementMap()FlowElementsContainer.getFlowElements()Process.getFlowElements()SubProcess.getFlowElements()Methods in org.flowable.bpmn.model with parameters of type FlowElementModifier and TypeMethodDescriptionvoidFlowElementsContainer.addFlowElement(FlowElement element) voidProcess.addFlowElement(FlowElement element) voidSubProcess.addFlowElement(FlowElement element) voidFlowElementsContainer.addFlowElementToMap(FlowElement element) voidProcess.addFlowElementToMap(FlowElement element) voidSubProcess.addFlowElementToMap(FlowElement element) Process.findParent(FlowElement childElement) Process.findParent(FlowElement childElement, FlowElementsContainer flowElementsContainer) voidProcess.setInitialFlowElement(FlowElement initialFlowElement) voidSequenceFlow.setSourceFlowElement(FlowElement sourceFlowElement) voidSequenceFlow.setTargetFlowElement(FlowElement targetFlowElement) voidFlowElement.setValues(FlowElement otherElement) Method parameters in org.flowable.bpmn.model with type arguments of type FlowElementModifier and TypeMethodDescriptionvoidProcess.setFlowElementMap(Map<String, FlowElement> flowElementMap) voidSubProcess.setFlowElementMap(Map<String, FlowElement> flowElementMap) -
Uses of FlowElement in org.flowable.bpmn.model.alfresco
Subclasses of FlowElement in org.flowable.bpmn.model.alfrescoModifier and TypeClassDescriptionclassclassclassclass -
Uses of FlowElement in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return FlowElementModifier and TypeMethodDescriptionDelegateExecution.getCurrentFlowElement()The BPMN element where the execution currently is at.ReadOnlyDelegateExecution.getCurrentFlowElement()The BPMN element where the execution currently is at.static FlowElementDelegateHelper.getFlowElement(DelegateExecution execution) Returns the currentFlowElementwhere theDelegateExecutionis currently at.Methods in org.flowable.engine.delegate with parameters of type FlowElementModifier and TypeMethodDescriptionvoidTransactionDependentExecutionListener.notify(String processInstanceId, String executionId, FlowElement flowElement, Map<String, Object> executionVariables, Map<String, Object> customPropertiesMap) voidDelegateExecution.setCurrentFlowElement(FlowElement flowElement) Change the current BPMN element the execution is at. -
Uses of FlowElement in org.flowable.engine.delegate.event.impl
Methods in org.flowable.engine.delegate.event.impl with parameters of type FlowElementModifier and TypeMethodDescriptionstatic FlowableActivityEventFlowableEventBuilder.createActivityEvent(FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, FlowElement flowElement) FlowableEventBuilder.createMultiInstanceActivityCompletedEvent(FlowableEngineEventType type, int numberOfInstances, int numberOfActiveInstances, int numberOfCompletedInstances, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, FlowElement flowElement) FlowableEventBuilder.createMultiInstanceActivityEvent(FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, FlowElement flowElement) -
Uses of FlowElement in org.flowable.engine.dynamic
Methods in org.flowable.engine.dynamic with parameters of type FlowElementModifier and TypeMethodDescriptionprotected abstract com.fasterxml.jackson.databind.node.ObjectNodeBasePropertiesParser.createPropertiesNode(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected com.fasterxml.jackson.databind.node.ObjectNodeDefaultPropertiesParser.createPropertiesNode(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected com.fasterxml.jackson.databind.node.ObjectNodeScriptTaskPropertiesParser.createPropertiesNode(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected com.fasterxml.jackson.databind.node.ObjectNodeUserTaskPropertiesParser.createPropertiesNode(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper) com.fasterxml.jackson.databind.node.ObjectNodeBasePropertiesParser.parseElement(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper mapper) com.fasterxml.jackson.databind.node.ObjectNodePropertiesParser.parseElement(FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper mapper) abstract booleanBasePropertiesParser.supports(FlowElement flowElement) booleanDefaultPropertiesParser.supports(FlowElement flowElement) booleanPropertiesParser.supports(FlowElement flowElement) booleanScriptTaskPropertiesParser.supports(FlowElement flowElement) booleanUserTaskPropertiesParser.supports(FlowElement flowElement) -
Uses of FlowElement in org.flowable.engine.impl.agenda
Methods in org.flowable.engine.impl.agenda that return FlowElementModifier and TypeMethodDescriptionprotected FlowElementAbstractOperation.getCurrentFlowElement(ExecutionEntity execution) Helper method to match the activityId of an execution with a FlowElement of the process definition referenced by the execution.Methods in org.flowable.engine.impl.agenda with parameters of type FlowElementModifier and TypeMethodDescriptionprotected voidTakeOutgoingSequenceFlowsOperation.cleanupExecutions(FlowElement currentFlowElement) protected FlowNodeTakeOutgoingSequenceFlowsOperation.getFlowNode(FlowElement currentFlowElement) protected voidTakeOutgoingSequenceFlowsOperation.handleAsynchronousLeave(FlowElement currentFlowElement, FlowNode sourceFlowNode) protected booleanEndExecutionOperation.isFlowNodeWithoutOutgoingSequenceFlow(FlowElement flowElement) -
Uses of FlowElement in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior that return FlowElementModifier and TypeMethodDescriptionprotected FlowElementSubProcessActivityBehavior.getStartElement(SubProcess subProcess) Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type FlowElementModifier and TypeMethodDescriptionprotected voidMultiInstanceActivityBehavior.executeCompensationBoundaryEvents(FlowElement flowElement, DelegateExecution execution) protected Collection<BoundaryEvent>AbstractBpmnActivityBehavior.findBoundaryEventsForFlowNode(String processDefinitionId, FlowElement flowElement) protected Collection<BoundaryEvent>MultiInstanceActivityBehavior.findBoundaryEventsForFlowNode(String processDefinitionId, FlowElement flowElement) protected StringExternalWorkerTaskActivityBehavior.getJobCategory(FlowElement flowElement) protected ProcessTerminateEndEventActivityBehavior.getProcessForTerminateEndEvent(FlowElement terminateEndEvent) protected voidTerminateEndEventActivityBehavior.sendProcessInstanceCompletedEvent(ExecutionEntity execution, FlowElement terminateEndEvent) -
Uses of FlowElement in org.flowable.engine.impl.bpmn.deployer
Method parameters in org.flowable.engine.impl.bpmn.deployer with type arguments of type FlowElementModifier and TypeMethodDescriptionprotected booleanBpmnDeployer.localizeFlowElements(Collection<FlowElement> flowElements, com.fasterxml.jackson.databind.node.ObjectNode infoNode) -
Uses of FlowElement in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type FlowElement -
Uses of FlowElement in org.flowable.engine.impl.bpmn.listener
Fields in org.flowable.engine.impl.bpmn.listener declared as FlowElementModifier and TypeFieldDescriptionprotected final FlowElementTransactionDependentExecutionListenerExecutionScope.flowElementMethods in org.flowable.engine.impl.bpmn.listener that return FlowElementModifier and TypeMethodDescriptionTransactionDependentExecutionListenerExecutionScope.getFlowElement()Methods in org.flowable.engine.impl.bpmn.listener with parameters of type FlowElementModifier and TypeMethodDescriptionvoidDelegateExpressionTransactionDependentExecutionListener.notify(String processInstanceId, String executionId, FlowElement flowElement, Map<String, Object> executionVariables, Map<String, Object> customPropertiesMap) Constructors in org.flowable.engine.impl.bpmn.listener with parameters of type FlowElementModifierConstructorDescriptionTransactionDependentExecutionListenerExecutionScope(String processInstanceId, String executionId, FlowElement flowElement, Map<String, Object> executionVariables, Map<String, Object> customPropertiesMap) -
Uses of FlowElement in org.flowable.engine.impl.bpmn.parser
Fields in org.flowable.engine.impl.bpmn.parser declared as FlowElementMethods in org.flowable.engine.impl.bpmn.parser that return FlowElementMethods in org.flowable.engine.impl.bpmn.parser with parameters of type FlowElementModifier and TypeMethodDescriptionvoidBpmnParse.setCurrentFlowElement(FlowElement currentFlowElement) Method parameters in org.flowable.engine.impl.bpmn.parser with type arguments of type FlowElementModifier and TypeMethodDescriptionvoidBpmnParse.processFlowElements(Collection<FlowElement> flowElements) -
Uses of FlowElement in org.flowable.engine.impl.delegate
Fields in org.flowable.engine.impl.delegate declared as FlowElementModifier and TypeFieldDescriptionprotected final FlowElementReadOnlyDelegateExecutionImpl.currentFlowElementMethods in org.flowable.engine.impl.delegate that return FlowElement -
Uses of FlowElement in org.flowable.engine.impl.dynamic
Fields in org.flowable.engine.impl.dynamic declared as FlowElementModifier and TypeFieldDescriptionprotected FlowElementMoveExecutionEntityContainer.FlowElementMoveEntry.newFlowElementprotected FlowElementMoveExecutionEntityContainer.FlowElementMoveEntry.originalFlowElementMethods in org.flowable.engine.impl.dynamic that return FlowElementModifier and TypeMethodDescriptionMoveExecutionEntityContainer.FlowElementMoveEntry.getNewFlowElement()MoveExecutionEntityContainer.FlowElementMoveEntry.getOriginalFlowElement()protected FlowElementAbstractDynamicStateManager.resolveFlowElementFromBpmnModel(BpmnModel bpmnModel, String activityId) Methods in org.flowable.engine.impl.dynamic that return types with arguments of type FlowElementModifier and TypeMethodDescriptionprotected List<FlowElement>AbstractDynamicStateManager.getFlowElementsInSubProcess(SubProcess subProcess, Collection<FlowElement> flowElements) Methods in org.flowable.engine.impl.dynamic with parameters of type FlowElementModifier and TypeMethodDescriptionvoidMoveExecutionEntityContainer.addCurrentActivityToNewElement(String curentActivityId, FlowElement originalFlowElement, FlowElement newFlowElement) voidMoveExecutionEntityContainer.addMoveToFlowElement(String activityId, FlowElement originalFlowElement) voidMoveExecutionEntityContainer.addMoveToFlowElement(String activityId, FlowElement originalFlowElement, FlowElement newFlowElement) protected static voidBaseDynamicSubProcessInjectUtil.generateIdForDuplicateFlowElement(String prefix, Process process, BpmnModel bpmnModel, BpmnModel subProcessBpmnModel, FlowElement duplicateFlowElement, Map<String, FlowElement> generatedIds, boolean includeDiInfo) protected StringAbstractDynamicStateManager.getFlowElementMultiInstanceParentId(FlowElement flowElement) protected booleanAbstractDynamicStateManager.hasSameMultiInstanceConfig(FlowElement sourceElement, FlowElement targetElement) protected abstract booleanAbstractDynamicStateManager.isDirectFlowElementExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanDefaultDynamicStateManager.isDirectFlowElementExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanAbstractDynamicStateManager.isEventSubProcessStart(FlowElement flowElement) protected booleanAbstractDynamicStateManager.isFlowElementMultiInstance(FlowElement flowElement) protected ExecutionEntityAbstractDynamicStateManager.migrateExecutionEntity(ExecutionEntity parentExecutionEntity, ExecutionEntity childExecution, FlowElement originalElement, FlowElement newFlowElement, CommandContext commandContext) protected static voidBaseDynamicSubProcessInjectUtil.processDecisionTask(FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) protected static voidBaseDynamicSubProcessInjectUtil.processUserTask(FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) Method parameters in org.flowable.engine.impl.dynamic with type arguments of type FlowElementModifier and TypeMethodDescriptionprotected static voidBaseDynamicSubProcessInjectUtil.generateIdForDuplicateFlowElement(String prefix, Process process, BpmnModel bpmnModel, BpmnModel subProcessBpmnModel, FlowElement duplicateFlowElement, Map<String, FlowElement> generatedIds, boolean includeDiInfo) protected List<FlowElement>AbstractDynamicStateManager.getFlowElementsInSubProcess(SubProcess subProcess, Collection<FlowElement> flowElements) DynamicEmbeddedSubProcessBuilder.nextEndEventId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextEndEventId(Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextFlowId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextFlowId(Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextForkGatewayId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextForkGatewayId(Map<String, FlowElement> flowElementMap) protected StringDynamicEmbeddedSubProcessBuilder.nextId(String prefix, Map<String, FlowElement> flowElementMap) protected StringDynamicUserTaskBuilder.nextId(String prefix, Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextJoinGatewayId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextJoinGatewayId(Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextStartEventId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextStartEventId(Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextSubProcessId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextSubProcessId(Map<String, FlowElement> flowElementMap) DynamicEmbeddedSubProcessBuilder.nextTaskId(Map<String, FlowElement> flowElementMap) DynamicUserTaskBuilder.nextTaskId(Map<String, FlowElement> flowElementMap) 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) Constructors in org.flowable.engine.impl.dynamic with parameters of type FlowElementModifierConstructorDescriptionFlowElementMoveEntry(FlowElement originalFlowElement, FlowElement newFlowElement) -
Uses of FlowElement in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history with parameters of type FlowElementModifier and TypeMethodDescriptionprotected StringAbstractHistoryManager.parseActivityType(FlowElement element) voidAbstractHistoryManager.updateActivity(ExecutionEntity childExecution, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) voidCompositeHistoryManager.updateActivity(ExecutionEntity executionEntity, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) voidHistoryManager.updateActivity(ExecutionEntity executionEntity, String oldActivityId, FlowElement newFlowElement, TaskEntity task, Date updateTime) Synchronize historic data with the current user task execution -
Uses of FlowElement in org.flowable.engine.impl.migration
Methods in org.flowable.engine.impl.migration with parameters of type FlowElementModifier and TypeMethodDescriptionprotected booleanProcessInstanceMigrationManagerImpl.isDirectAsyncServiceTaskExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanProcessInstanceMigrationManagerImpl.isDirectCallActivityExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanProcessInstanceMigrationManagerImpl.isDirectExternalWorkerServiceTaskExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanProcessInstanceMigrationManagerImpl.isDirectFlowElementExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanProcessInstanceMigrationManagerImpl.isDirectReceiveTaskExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) protected booleanProcessInstanceMigrationManagerImpl.isDirectUserTaskExecutionMigration(FlowElement currentFlowElement, FlowElement newFlowElement) -
Uses of FlowElement in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity declared as FlowElementModifier and TypeFieldDescriptionprotected FlowElementExecutionEntityImpl.currentFlowElementprotected FlowElementExecutionEntityImpl.originatingCurrentFlowElementMethods in org.flowable.engine.impl.persistence.entity that return FlowElementModifier and TypeMethodDescriptionExecutionEntityImpl.getCurrentFlowElement()ExecutionEntity.getOriginatingCurrentFlowElement()ExecutionEntityImpl.getOriginatingCurrentFlowElement()Methods in org.flowable.engine.impl.persistence.entity with parameters of type FlowElementModifier and TypeMethodDescriptionvoidExecutionEntityManager.deleteChildExecutions(ExecutionEntity executionEntity, Collection<String> executionIdsNotToDelete, Collection<String> executionIdsNotToSendCancelledEventsFor, String deleteReason, boolean cancel, FlowElement cancelActivity) voidExecutionEntityManagerImpl.deleteChildExecutions(ExecutionEntity executionEntity, Collection<String> executionIdsNotToDelete, Collection<String> executionIdsNotToSendCancelledEventFor, String deleteReason, boolean cancel, FlowElement cancelActivity) voidExecutionEntityManager.deleteExecutionAndRelatedData(ExecutionEntity executionEntity, String deleteReason, boolean deleteHistory, boolean directDeleteInDatabase, boolean cancel, FlowElement cancelActivity) voidExecutionEntityManagerImpl.deleteExecutionAndRelatedData(ExecutionEntity executionEntity, String deleteReason, boolean deleteHistory, boolean directDeleteInDatabase, boolean cancel, FlowElement cancelActivity) protected voidExecutionEntityManagerImpl.dispatchActivityCancelled(ExecutionEntity execution, FlowElement cancelActivity) protected voidExecutionEntityManagerImpl.dispatchExecutionCancelled(ExecutionEntity execution, FlowElement cancelActivity) protected voidExecutionEntityManagerImpl.dispatchMultiInstanceActivityCancelled(ExecutionEntity execution, FlowElement cancelActivity) protected StringExecutionEntityManagerImpl.getActivityType(FlowElement flowNode) protected StringActivityInstanceEntityManagerImpl.parseActivityType(FlowElement element) voidExecutionEntityImpl.setCurrentFlowElement(FlowElement currentFlowElement) voidExecutionEntity.setOriginatingCurrentFlowElement(FlowElement flowElement) voidExecutionEntityImpl.setOriginatingCurrentFlowElement(FlowElement flowElement) voidActivityInstanceEntityManager.syncUserTaskExecution(ExecutionEntity executionEntity, FlowElement newFlowElement, String oldActivityId, TaskEntity task) Synchronize data with the new user task executionvoidActivityInstanceEntityManagerImpl.syncUserTaskExecution(ExecutionEntity executionEntity, FlowElement newFlowElement, String oldActivityId, TaskEntity task) protected voidActivityInstanceEntityManagerImpl.syncUserTaskExecutionActivityInstance(ExecutionEntity childExecution, String oldActivityId, FlowElement newFlowElement) -
Uses of FlowElement in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type FlowElementModifier and TypeMethodDescriptionstatic voidBpmnLoggingSessionUtil.addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, FlowElement flowElement, ExecutionEntity execution) ProcessInstanceHelper.createAndStartProcessInstanceWithInitialFlowElement(ProcessDefinition processDefinition, String businessKey, String businessStatus, String processInstanceName, String overrideDefinitionTenantId, String predefinedProcessInstanceId, FlowElement initialFlowElement, Process process, Map<String, Object> variables, Map<String, Object> transientVariables, String callbackId, String callbackType, String referenceId, String referenceType, String ownerId, String assigneeId, String stageInstanceId, boolean startProcessInstance) ProcessInstanceHelper.createAndStartProcessInstanceWithInitialFlowElement(ProcessDefinition processDefinition, String businessKey, String businessStatus, String processInstanceName, FlowElement initialFlowElement, Process process, Map<String, Object> variables, Map<String, Object> transientVariables, String ownerId, String assigneeId, boolean startProcessInstance) static TimerJobEntityTimerUtil.createTimerEntityForTimerEventDefinition(TimerEventDefinition timerEventDefinition, FlowElement currentFlowElement, boolean isInterruptingTimer, ExecutionEntity executionEntity, String jobHandlerType, String jobHandlerConfig) The event definition on which the timer is based.protected static StringBpmnLoggingSessionUtil.getActivitySubType(FlowElement flowElement) static StringCorrelationUtil.getCorrelationKey(String elementName, CommandContext commandContext, FlowElement flowElement, ExecutionEntity executionEntity) voidProcessInstanceHelper.processEventSubProcessStartEvent(FlowElement subElement, ExecutionEntity parentExecution, List<EventSubscriptionEntity> messageEventSubscriptions, List<EventSubscriptionEntity> signalEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) voidProcessInstanceHelper.processEventSubProcessStartEvent(FlowElement subElement, ExecutionEntity parentExecution, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) -
Uses of FlowElement in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as FlowElementModifier and TypeFieldDescriptionprotected FlowElementAbstractStartProcessInstanceAfterContext.initialFlowElementprotected FlowElementAbstractStartProcessInstanceBeforeContext.initialFlowElementMethods in org.flowable.engine.interceptor that return FlowElementModifier and TypeMethodDescriptionAbstractStartProcessInstanceAfterContext.getInitialFlowElement()AbstractStartProcessInstanceBeforeContext.getInitialFlowElement()Methods in org.flowable.engine.interceptor with parameters of type FlowElementModifier and TypeMethodDescriptionvoidAbstractStartProcessInstanceAfterContext.setInitialFlowElement(FlowElement initialFlowElement) voidAbstractStartProcessInstanceBeforeContext.setInitialFlowElement(FlowElement initialFlowElement) Constructors in org.flowable.engine.interceptor with parameters of type FlowElementModifierConstructorDescriptionAbstractStartProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) AbstractStartProcessInstanceBeforeContext(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) StartProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) StartProcessInstanceBeforeContext(String businessKey, String businessStatus, String processInstanceName, String callbackId, String callbackType, String referenceId, String referenceType, Map<String, Object> variables, Map<String, Object> transientVariables, String tenantId, String ownerId, String assigneeId, String initiatorVariableName, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition, String overrideDefinitionTenantId, String predefinedProcessInstanceId) StartSubProcessInstanceAfterContext(ExecutionEntity processInstance, ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, ExecutionEntity callActivityExecution, List<IOParameter> inParameters, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) StartSubProcessInstanceBeforeContext(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, ExecutionEntity callActivityExecution, List<IOParameter> inParameters, boolean inheritVariables, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) -
Uses of FlowElement in org.flowable.image.impl
Methods in org.flowable.image.impl with parameters of type FlowElementModifier and TypeMethodDescriptionprotected booleanDefaultProcessDiagramGenerator.isPartOfCollapsedSubProcess(FlowElement flowElement, BpmnModel model) -
Uses of FlowElement in org.flowable.validation.validator
Methods in org.flowable.validation.validator with parameters of type FlowElementModifier and TypeMethodDescriptionprotected voidValidatorImpl.addError(List<ValidationError> validationErrors, String problem, FlowElement flowElement, BaseElement baseElement, String description) protected voidValidatorImpl.addError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) protected voidValidatorImpl.addError(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description, boolean isWarning) protected voidValidatorImpl.addWarning(List<ValidationError> validationErrors, String problem, Process process, FlowElement flowElement, BaseElement baseElement, String description) -
Uses of FlowElement in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type FlowElementModifier and TypeMethodDescriptionprotected voidExecutionListenerValidator.validateListeners(Process process, FlowElement flowElement, List<FlowableListener> listeners, List<ValidationError> errors)