Uses of Interface
org.nuxeo.ecm.core.api.DocumentLocation
Package
Description
-
Uses of DocumentLocation in org.nuxeo.ecm.core.api.impl
-
Uses of DocumentLocation in org.nuxeo.ecm.core.io
-
Uses of DocumentLocation in org.nuxeo.ecm.core.io.impl
Modifier and TypeMethodDescriptionAbstractDocumentModelWriter.getTranslationMap()
AbstractDocumentModelWriter.getTranslationMap()
-
Uses of DocumentLocation in org.nuxeo.ecm.core.work
Modifier and TypeMethodDescriptionAbstractWork.getDocument()
protected DocumentLocation
AbstractWork.newDocumentLocation
(String docId) -
Uses of DocumentLocation in org.nuxeo.ecm.core.work.api
-
Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.api
Modifier and TypeMethodDescriptionFileManager.findExistingDocumentWithFile
(CoreSession documentManager, String path, String digest, NuxeoPrincipal principal) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.core.listener
Modifier and TypeMethodDescriptionprotected abstract void
AbstractUnicityChecker.onDuplicatedDoc
(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event) protected void
AsynchronousUnicityCheckListener.onDuplicatedDoc
(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event) protected void
SynchronousUnicityCheckListener.onDuplicatedDoc
(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event) protected void
AbstractUnicityChecker.raiseDuplicatedFileEvent
(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.service
Modifier and TypeMethodDescriptionFileManagerService.findExistingDocumentWithFile
(CoreSession documentManager, String path, String digest, NuxeoPrincipal principal) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.io.api
Modifier and TypeMethodDescriptionIOManager.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) Copy documents and resources to another location (on a same machine).void
IOManager.importFromStream
(InputStream in, DocumentLocation targetLocation, String docReaderFactoryClassName, Map<String, Object> rFactoryParams, String docWriterFactoryClassName, Map<String, Object> wFactoryParams) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.io.impl
Modifier and TypeMethodDescriptionIOManagerImpl.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) void
IOManagerImpl.importFromStream
(InputStream in, DocumentLocation targetLocation, String docReaderFactoryClassName, Map<String, Object> rFactoryParams, String docWriterFactoryClassName, Map<String, Object> wFactoryParams) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.api
Modifier and TypeMethodDescriptionPublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.impl.core
Modifier and TypeMethodDescriptionSectionPublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.rendition.publisher
Modifier and TypeMethodDescriptionRenditionPublicationCoreTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.suggestbox.service
Modifier and TypeFieldDescriptionprotected final DocumentLocation
DocumentSuggestion.documentLocation
ModifierConstructorDescriptionDocumentSuggestion
(String id, DocumentLocation documentLocation, String label, String iconURL) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.url
Modifier and TypeMethodDescriptionvoid
DocumentViewImpl.setDocumentLocation
(DocumentLocation documentLocation) ModifierConstructorDescriptionDocumentViewImpl
(DocumentLocation docLoc) DocumentViewImpl
(DocumentLocation documentLocation, String viewId) DocumentViewImpl
(DocumentLocation documentLocation, String viewId, String subURI, Map<String, String> parameters) DocumentViewImpl
(DocumentLocation documentLocation, String viewId, Map<String, String> parameters) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.url.api
Modifier and TypeMethodDescriptionvoid
DocumentView.setDocumentLocation
(DocumentLocation documentLocation)