Uses of Interface
org.jasig.portlet.attachment.service.IDocumentPersistenceStrategy
| Package | Description |
|---|---|
| org.jasig.portlet.attachment.service | |
| org.jasig.portlet.attachment.service.impl |
-
Uses of IDocumentPersistenceStrategy in org.jasig.portlet.attachment.service
Classes in org.jasig.portlet.attachment.service that implement IDocumentPersistenceStrategy Modifier and Type Class Description classAmazonS3PersistenceStrategyPersistence strategy which persists the attachment's file to an S3 bucketclassFileSystemPersistenceStrategyPersistence strategy which persists the attachment's file to the local filesystem. -
Uses of IDocumentPersistenceStrategy in org.jasig.portlet.attachment.service.impl
Methods in org.jasig.portlet.attachment.service.impl that return IDocumentPersistenceStrategy Modifier and Type Method Description IDocumentPersistenceStrategyAttachmentService. getDocumentPersistenceStrategy()Methods in org.jasig.portlet.attachment.service.impl with parameters of type IDocumentPersistenceStrategy Modifier and Type Method Description voidAttachmentService. setDocumentPersistenceStrategy(IDocumentPersistenceStrategy documentPersistenceStrategy)