Uses of Class
org.alfresco.repo.imap.AttachmentsExtractor.AttachmentsExtractorMode
-
Packages that use AttachmentsExtractor.AttachmentsExtractorMode Package Description org.alfresco.repo.imap The implementation of the Alfresco Imap Server -
-
Uses of AttachmentsExtractor.AttachmentsExtractorMode in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap that return AttachmentsExtractor.AttachmentsExtractorMode Modifier and Type Method Description static AttachmentsExtractor.AttachmentsExtractorModeAttachmentsExtractor.AttachmentsExtractorMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttachmentsExtractor.AttachmentsExtractorMode[]AttachmentsExtractor.AttachmentsExtractorMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-