public class VideoImporter extends AbstractFileImporter
If an existing document with the same title is found, it will overwrite it and increment the version number if the overwrite flag is set to true; Otherwise, it will generate a new title and create a new Document of type Video with that title.
DISABLE_AUDIT_LOGGER, docType, enabled, fileManagerService, filters, name, order, patterns, SKIP_UPDATE_AUDIT_LOGGING| Constructor and Description |
|---|
VideoImporter() |
| 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).
|
checkIn, checkInAfterAdd, compareTo, create, createDocument, createOrUpdate, doSecurityCheck, doSecurityCheck, getBlob, getDocType, getDocType, getFileManagerService, getFilters, getName, getNearestContainerPath, getOrder, isEnabled, isOneToMany, matches, setDocType, setEnabled, setFileManagerService, setFilters, setName, setOrder, skipCheckInForBlob, updateDocumentIfPossiblepublic VideoImporter()
public String getDefaultDocType()
AbstractFileImporter
To implement when the default AbstractFileImporter.createOrUpdate(FileImporterContext) method is used.
getDefaultDocType in class AbstractFileImporterpublic boolean isOverwriteByTitle()
AbstractFileImporter
To implement when the default AbstractFileImporter.createOrUpdate(FileImporterContext) method is used.
isOverwriteByTitle in class AbstractFileImporterpublic void updateDocument(DocumentModel doc, Blob content)
AbstractFileImporterDefault implementation sets the content.
updateDocument in class AbstractFileImporterCopyright © 2019 Nuxeo. All rights reserved.