public class BasicRemoteDocumentPolicyFilter extends AbstractPolicyFilter implements RemoteDocumentPolicyFilter
orderREVISION| Constructor and Description |
|---|
BasicRemoteDocumentPolicyFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType(java.lang.String remoteUri) |
java.lang.String |
getDownloadUrl(FileDocument remoteDocument) |
java.lang.String |
getRemotePreviewUrl(FileDocument remoteDocument) |
java.lang.String |
getRemoteThumbnailUrl(FileDocument remoteDocument) |
java.lang.String |
getTitle(java.lang.String remoteUri) |
boolean |
init(Plugin plugin)
Initialize the component with the given plugin configuration
|
boolean |
previewWithIFrame(FileDocument remoteDocument) |
boolean |
previewWithMedia(FileDocument remoteDocument) |
compareTo, equals, getOrder, setOrderpublic boolean init(Plugin plugin)
PluginComponentinit in interface PluginComponentplugin - the calling pluginpublic java.lang.String getDownloadUrl(FileDocument remoteDocument)
getDownloadUrl in interface RemoteDocumentPolicyFilterpublic java.lang.String getRemotePreviewUrl(FileDocument remoteDocument)
getRemotePreviewUrl in interface RemoteDocumentPolicyFilterpublic java.lang.String getRemoteThumbnailUrl(FileDocument remoteDocument)
getRemoteThumbnailUrl in interface RemoteDocumentPolicyFilterpublic boolean previewWithIFrame(FileDocument remoteDocument)
previewWithIFrame in interface RemoteDocumentPolicyFilterpublic boolean previewWithMedia(FileDocument remoteDocument)
previewWithMedia in interface RemoteDocumentPolicyFilterpublic java.lang.String getTitle(java.lang.String remoteUri)
getTitle in interface RemoteDocumentPolicyFilterpublic java.lang.String getContentType(java.lang.String remoteUri)
getContentType in interface RemoteDocumentPolicyFilterCopyright © 2001-2017 Jalios SA. All Rights Reserved.