Uses of Class
com.flowable.platform.model.documentevent.DocumentEventLocation
Packages that use DocumentEventLocation
Package
Description
-
Uses of DocumentEventLocation in com.flowable.platform.bpmn.model.documentevent
Fields in com.flowable.platform.bpmn.model.documentevent with type parameters of type DocumentEventLocationModifier and TypeFieldDescriptionprotected List<DocumentEventLocation> DocumentEventDefinition.locationsMethods in com.flowable.platform.bpmn.model.documentevent that return types with arguments of type DocumentEventLocationMethod parameters in com.flowable.platform.bpmn.model.documentevent with type arguments of type DocumentEventLocationModifier and TypeMethodDescriptionvoidDocumentEventDefinition.setLocations(List<DocumentEventLocation> locations) -
Uses of DocumentEventLocation in com.flowable.platform.cmmn.model.documentevent
Fields in com.flowable.platform.cmmn.model.documentevent with type parameters of type DocumentEventLocationModifier and TypeFieldDescriptionprotected List<DocumentEventLocation> DocumentEventListener.locationsMethods in com.flowable.platform.cmmn.model.documentevent that return types with arguments of type DocumentEventLocationMethod parameters in com.flowable.platform.cmmn.model.documentevent with type arguments of type DocumentEventLocationModifier and TypeMethodDescriptionvoidDocumentEventListener.setLocations(List<DocumentEventLocation> locations) -
Uses of DocumentEventLocation in com.flowable.platform.engine.impl.documentevent.bpmn
Method parameters in com.flowable.platform.engine.impl.documentevent.bpmn with type arguments of type DocumentEventLocationModifier and TypeMethodDescriptionprotected List<DocumentEventDeclaration.ResolvedLocation> DocumentEventDefinitionParseHandler.toResolvedLocations(List<DocumentEventLocation> locations) -
Uses of DocumentEventLocation in com.flowable.platform.engine.impl.documentevent.cmmn
Methods in com.flowable.platform.engine.impl.documentevent.cmmn that return types with arguments of type DocumentEventLocationModifier and TypeMethodDescriptionprotected List<DocumentEventLocation> DocumentEventCaseStartParseHandler.readLocationChildren(org.flowable.cmmn.model.ExtensionElement extension) Location rows are nested as<flowable:location scope="...">value</flowable:location>child elements of the<flowable:documentEvent>extension element on the<case>.Method parameters in com.flowable.platform.engine.impl.documentevent.cmmn with type arguments of type DocumentEventLocationModifier and TypeMethodDescriptionprotected List<DocumentEventDeclaration.ResolvedLocation> DocumentEventCaseStartParseHandler.toResolvedLocations(List<DocumentEventLocation> locations) protected List<DocumentEventDeclaration.ResolvedLocation> DocumentEventListenerCmmnParseHandler.toResolvedLocations(List<DocumentEventLocation> locations) -
Uses of DocumentEventLocation in com.flowable.validation.bpmn.impl
Methods in com.flowable.validation.bpmn.impl with parameters of type DocumentEventLocationModifier and TypeMethodDescriptionprotected voidDocumentEventEventValidator.validateLocation(DocumentEventLocation location, boolean isProcessLevelStart, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.Event event, org.flowable.validation.ProcessValidationContext validationContext) Each location row must: have a scope fromDocumentEventLocation.SCOPE_ROOT/DocumentEventLocation.SCOPE_INSTANCE/DocumentEventLocation.SCOPE_SCOPE; have a non-emptyvalueforrootandinstance(and well-formed segments when it is not an expression); not useinstanceorscopeon a process-level start event (no running scope at deploy time). -
Uses of DocumentEventLocation in com.flowable.validation.cmmn.impl
Methods in com.flowable.validation.cmmn.impl that return types with arguments of type DocumentEventLocationModifier and TypeMethodDescriptionprotected List<DocumentEventLocation> DocumentEventListenerValidator.readLocationChildren(org.flowable.cmmn.model.ExtensionElement extension) Reads the nested<flowable:location scope="…">value</flowable:location>child elements of the case-level<flowable:documentEvent>extension element into a list of typed locations.Methods in com.flowable.validation.cmmn.impl with parameters of type DocumentEventLocationModifier and TypeMethodDescriptionprotected voidDocumentEventListenerValidator.validateLocation(DocumentEventLocation location, boolean isStartVariant, org.flowable.cmmn.model.Case caze, Object target, org.flowable.cmmn.validation.CaseValidationContext validationContext) Each location row must: have a scope fromDocumentEventLocation.SCOPE_ROOT/DocumentEventLocation.SCOPE_INSTANCE/DocumentEventLocation.SCOPE_SCOPE; have a non-emptyvalueforrootandinstance(and well-formed segments when it is not an expression); not useinstanceorscopeon a start variant (no running scope at deploy time).