Uses of Interface
com.flowable.platform.engine.impl.documentevent.runtime.DocumentEventFilenameMatcher
Packages that use DocumentEventFilenameMatcher
Package
Description
-
Uses of DocumentEventFilenameMatcher in com.flowable.platform.engine.impl.documentevent
Fields in com.flowable.platform.engine.impl.documentevent declared as DocumentEventFilenameMatcherModifier and TypeFieldDescriptionprotected DocumentEventFilenameMatcherDocumentEventDeclaration.filenameMatcherMethods in com.flowable.platform.engine.impl.documentevent that return DocumentEventFilenameMatcherMethods in com.flowable.platform.engine.impl.documentevent with parameters of type DocumentEventFilenameMatcherModifier and TypeMethodDescriptionvoidDocumentEventDeclaration.setFilenameMatcher(DocumentEventFilenameMatcher filenameMatcher) -
Uses of DocumentEventFilenameMatcher in com.flowable.platform.engine.impl.documentevent.runtime
Classes in com.flowable.platform.engine.impl.documentevent.runtime that implement DocumentEventFilenameMatcherModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classFields in com.flowable.platform.engine.impl.documentevent.runtime declared as DocumentEventFilenameMatcherModifier and TypeFieldDescriptionstatic final DocumentEventFilenameMatcherDocumentEventFilenameMatcher.ACCEPT_ALLstatic final DocumentEventFilenameMatcherDocumentEventFilenameMatcher.REJECT_ALLMethods in com.flowable.platform.engine.impl.documentevent.runtime that return DocumentEventFilenameMatcherModifier and TypeMethodDescriptionstatic DocumentEventFilenameMatcherDocumentEventFilenameMatcher.from(DocumentEventFilenameFilter filter) Returns the strategy that applies the given filter.