Uses of Class
com.flowable.platform.bpmn.model.documentevent.DocumentEventDefinition
Packages that use DocumentEventDefinition
Package
Description
-
Uses of DocumentEventDefinition in com.flowable.platform.bpmn.converter.documentevent
Methods in com.flowable.platform.bpmn.converter.documentevent with parameters of type DocumentEventDefinitionModifier and TypeMethodDescriptionprotected static voidDocumentEventDefinitionXmlParser.readChildren(XMLStreamReader xtr, DocumentEventDefinition definition) Walks the XML stream from the current position (start of<flowable:documentEvent>) and collects the<flowable:lifecycle>and<flowable:location>child elements until the closing</flowable:documentEvent>is reached. -
Uses of DocumentEventDefinition in com.flowable.platform.bpmn.model.documentevent
Methods in com.flowable.platform.bpmn.model.documentevent that return DocumentEventDefinitionMethods in com.flowable.platform.bpmn.model.documentevent with parameters of type DocumentEventDefinitionModifier and TypeMethodDescriptionvoidDocumentEventDefinition.setValues(DocumentEventDefinition other) -
Uses of DocumentEventDefinition in com.flowable.platform.engine.impl.documentevent.bpmn
Subclasses with type arguments of type DocumentEventDefinition in com.flowable.platform.engine.impl.documentevent.bpmnModifier and TypeClassDescriptionclassInstalls the document-event activity behavior on the BPMN host element (StartEventat process level,StartEventinside anEventSubProcess,IntermediateCatchEventorBoundaryEvent) carrying a typedDocumentEventDefinition.Methods in com.flowable.platform.engine.impl.documentevent.bpmn with parameters of type DocumentEventDefinitionModifier and TypeMethodDescriptionprotected voidDocumentEventDefinitionParseHandler.addContentItemOutParameter(org.flowable.bpmn.model.Event event, DocumentEventDefinition definition) Add a<flowable:eventOutParameter source="contentItem" target="<configured-name>"/>extension element on the start event so the standardBpmnEventInstanceOutParameterHandlerwrites the matched content item as a process variable when the engine starts the instance viaProcessInstanceHelper.protected voidDocumentEventDefinitionParseHandler.executeParse(org.flowable.engine.impl.bpmn.parser.BpmnParse bpmnParse, DocumentEventDefinition definition) protected DocumentEventDeclarationDocumentEventDefinitionParseHandler.toDeclaration(DocumentEventDefinition definition) -
Uses of DocumentEventDefinition in com.flowable.validation.bpmn.impl
Methods in com.flowable.validation.bpmn.impl that return DocumentEventDefinitionModifier and TypeMethodDescriptionprotected DocumentEventDefinitionDocumentEventEventValidator.findDocumentEventDefinition(org.flowable.bpmn.model.Event event)