Package com.webmethods.caf.faces.data.attachments

Provides content providers for handling attachments.

See:
          Description

Interface Summary
IAttachmentItem This interface describes the contract for items exposed by an IAttachmentsProvider
IAttachmentsProvider This interface describes the contract for a provider of attachments
IWebDavAwareAttachmentsProvider This interface describes the contract for a provider of attachments that is capable of supporting WebDAV URLs
 

Class Summary
AttachmentItem Wraps Information about an attachment
BasePortalContainerAttachmentsProvider Base class for an attachments provider backed by a MWS
LocalTempAttachmentsProvider Attachment Provider that stores the temp files in a temp folder on the MWS server.
LocalTempAttachmentsProvider.FileItemImpl  
LocalTempAttachmentsProvider.TempAttachmentItem  
PortalAttachmentItem Implementation of com.webmethods.caf.faces.data.attachments.IAttachmentsItem interface that exposes a file stored in MWS as an attachment
PortalAttachmentItem.PortalContentFileItem Implementation of FileItem from a file stored in MWS
PortalContainerAttachmentsProvider Default implementation for an attachments provider backed by a MWS folder
TempAttachmentsProvider Deprecated. Use LocalTempAttachmentsProvider instead
TempAttachmentsProvider.TempThingFileItem Simple implementation of FileItem to wrap the temporary files.
URLFileItem Simple implementation of the FileItem interface that can be used for adding/updating attachments programmatically from a URL, local file or web application resource.
 

Package com.webmethods.caf.faces.data.attachments Description

Provides content providers for handling attachments.