Uses of Interface
com.flowable.platform.engine.impl.eventregistry.EventContentItemClassifier
Packages that use EventContentItemClassifier
-
Uses of EventContentItemClassifier in com.flowable.platform.engine.impl.eventregistry
Fields in com.flowable.platform.engine.impl.eventregistry declared as EventContentItemClassifierModifier and TypeFieldDescriptionprotected static final EventContentItemClassifierEventContentItemClassifierFactory.NO_CLASSIFICATION_CLASSIFIERMethods in com.flowable.platform.engine.impl.eventregistry that return EventContentItemClassifierModifier and TypeMethodDescriptionprotected static EventContentItemClassifierEventContentItemClassifierFactory.getAgenticClassifier(String tenantId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String reference) static EventContentItemClassifierEventContentItemClassifierFactory.getClassifier(tools.jackson.databind.node.ObjectNode classificationSettings, String key, String tenantId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Returns a classifier for the given branch (emailorattachment) of the classification configuration.protected static EventContentItemClassifierEventContentItemClassifierFactory.getExplicitClassifier(String tenantId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String reference) Methods in com.flowable.platform.engine.impl.eventregistry with parameters of type EventContentItemClassifierModifier and TypeMethodDescriptionprotected CoreContentItemEventContentItemCreator.createContentItemForAttachment(tools.jackson.databind.JsonNode attachment, CoreContentItem emailContentItem, CoreContentService contentService, EventContentItemClassifier attachmentClassifier) protected CoreContentItemEventContentItemCreator.createContentItemForEmail(Map<String, Object> payloadMap, CoreContentService contentService, String scopeId, String tenantId, String scopeType, String contentItemFileName, String folderName, EventContentItemClassifier emailClassifier)