public class ImagePlugin extends AbstractFileImporter
DISABLE_AUDIT_LOGGER, SKIP_UPDATE_AUDIT_LOGGING
Constructor and Description |
---|
ImagePlugin() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultDocType()
Default document type to use when the plugin XML configuration does not specify one.
|
boolean |
isOverwriteByTitle()
Whether document overwrite is detected by checking title or filename.
|
void |
updateDocument(DocumentModel doc,
Blob content)
Updates the document (sets its properties).
|
compareTo, create, createDocument, getBlob, getDocType, getDocType, getFileManagerService, getFilters, getName, getOrder, isEnabled, matches, setDocType, setEnabled, setFileManagerService, setFilters, setName, setOrder, updateDocumentIfPossible
public String getDefaultDocType()
AbstractFileImporter
To implement when the default AbstractFileImporter.create(org.nuxeo.ecm.core.api.CoreSession, org.nuxeo.ecm.core.api.Blob, java.lang.String, boolean, java.lang.String, org.nuxeo.ecm.platform.types.TypeManager)
method is used.
getDefaultDocType
in class AbstractFileImporter
public boolean isOverwriteByTitle()
AbstractFileImporter
To implement when the default AbstractFileImporter.create(org.nuxeo.ecm.core.api.CoreSession, org.nuxeo.ecm.core.api.Blob, java.lang.String, boolean, java.lang.String, org.nuxeo.ecm.platform.types.TypeManager)
method is used.
isOverwriteByTitle
in class AbstractFileImporter
public void updateDocument(DocumentModel doc, Blob content) throws ClientException
AbstractFileImporter
Default implementation sets the content.
updateDocument
in class AbstractFileImporter
ClientException
Copyright © 2015 Nuxeo SA. All rights reserved.