Uses of Class
com.flowable.platform.engine.impl.documentevent.DocumentEventDeclaration
Packages that use DocumentEventDeclaration
Package
Description
-
Uses of DocumentEventDeclaration in com.flowable.platform.engine.impl.documentevent.bpmn
Fields in com.flowable.platform.engine.impl.documentevent.bpmn declared as DocumentEventDeclarationModifier and TypeFieldDescriptionprotected final DocumentEventDeclarationDocumentEventBoundaryBehavior.declarationprotected final DocumentEventDeclarationDocumentEventCatchEventBehavior.declarationprotected final DocumentEventDeclarationDocumentEventEventSubProcessStartBehavior.declarationprotected final DocumentEventDeclarationDocumentEventStartEventBehavior.declarationMethods in com.flowable.platform.engine.impl.documentevent.bpmn that return DocumentEventDeclarationModifier and TypeMethodDescriptionDocumentEventBoundaryBehavior.getDeclaration()DocumentEventCatchEventBehavior.getDeclaration()DocumentEventEventSubProcessStartBehavior.getDeclaration()DocumentEventStartEventBehavior.getDeclaration()protected DocumentEventDeclarationDocumentEventDefinitionParseHandler.toDeclaration(DocumentEventDefinition definition) Constructors in com.flowable.platform.engine.impl.documentevent.bpmn with parameters of type DocumentEventDeclarationModifierConstructorDescriptionDocumentEventBoundaryBehavior(DocumentEventDeclaration declaration, boolean interrupting) DocumentEventCatchEventBehavior(DocumentEventDeclaration declaration) DocumentEventStartEventBehavior(DocumentEventDeclaration declaration) -
Uses of DocumentEventDeclaration in com.flowable.platform.engine.impl.documentevent.cmmn
Fields in com.flowable.platform.engine.impl.documentevent.cmmn declared as DocumentEventDeclarationModifier and TypeFieldDescriptionprotected final DocumentEventDeclarationDocumentEventCaseStartLifecycleHandler.declarationprotected final DocumentEventDeclarationDocumentEventListenerActivityBehavior.declarationMethods in com.flowable.platform.engine.impl.documentevent.cmmn that return DocumentEventDeclarationModifier and TypeMethodDescriptionDocumentEventCaseStartLifecycleHandler.getDeclaration()DocumentEventListenerActivityBehavior.getDeclaration()protected DocumentEventDeclarationDocumentEventListenerCmmnParseHandler.toDeclaration(DocumentEventListener listener) Methods in com.flowable.platform.engine.impl.documentevent.cmmn with parameters of type DocumentEventDeclarationModifier and TypeMethodDescriptionprotected voidDocumentEventCaseStartParseHandler.addContentItemOutParameter(org.flowable.cmmn.model.Case caseModel, DocumentEventDeclaration declaration) Add a<flowable:eventOutParameter source="contentItem" target="<configured-name>"/>extension element on the<case>so the standardCmmnEventInstanceOutParameterHandlerwrites the matched content item as a variable whenCaseInstanceHelperImpl.applyCaseInstanceBuilderruns at case-instance creation time.Constructors in com.flowable.platform.engine.impl.documentevent.cmmn with parameters of type DocumentEventDeclarationModifierConstructorDescription -
Uses of DocumentEventDeclaration in com.flowable.platform.engine.impl.documentevent.runtime
Methods in com.flowable.platform.engine.impl.documentevent.runtime with parameters of type DocumentEventDeclarationModifier and TypeMethodDescriptionstatic voidDocumentEventTriggerSupport.appendContentItemToList(org.flowable.common.engine.api.variable.VariableContainer container, DocumentEventDeclaration declaration, CoreContentItem contentItem) Append the content item to a list variable of content items.static voidDocumentEventTriggerSupport.injectContentItem(org.flowable.variable.api.delegate.VariableScope variableScope, DocumentEventDeclaration declaration, CoreContentItem contentItem) Set the content item variable on the variable scope.static voidDocumentEventSubscriptionRegistrar.registerForBpmn(DocumentEventDeclaration parsed, org.flowable.engine.delegate.DelegateExecution execution) static voidDocumentEventSubscriptionRegistrar.registerForBpmnStart(DocumentEventDeclaration parsed, org.flowable.engine.impl.persistence.entity.ProcessDefinitionEntity processDefinition, String activityId, org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Register deploy-time subscriptions for a process-level / event-sub-process start event.static voidDocumentEventSubscriptionRegistrar.registerForCmmn(DocumentEventDeclaration parsed, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstance) static voidDocumentEventSubscriptionRegistrar.registerForCmmnCaseStart(DocumentEventDeclaration parsed, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, org.flowable.cmmn.engine.impl.persistence.entity.CaseDefinitionEntity caseDefinition, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Register deploy-time subscriptions for a case-level start trigger.