Uses of Interface
org.nuxeo.ecm.core.api.DocumentLocation
Packages that use DocumentLocation
Package
Description
-
Uses of DocumentLocation in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement DocumentLocation -
Uses of DocumentLocation in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentLocation -
Uses of DocumentLocation in org.nuxeo.ecm.core.io.impl
Fields in org.nuxeo.ecm.core.io.impl declared as DocumentLocationMethods in org.nuxeo.ecm.core.io.impl that return DocumentLocationMethods in org.nuxeo.ecm.core.io.impl that return types with arguments of type DocumentLocationModifier and TypeMethodDescriptionAbstractDocumentModelWriter.getTranslationMap()
AbstractDocumentModelWriter.getTranslationMap()
-
Uses of DocumentLocation in org.nuxeo.ecm.core.work
Methods in org.nuxeo.ecm.core.work that return DocumentLocationModifier and TypeMethodDescriptionAbstractWork.getDocument()
protected DocumentLocation
AbstractWork.newDocumentLocation
(String docId) Methods in org.nuxeo.ecm.core.work that return types with arguments of type DocumentLocation -
Uses of DocumentLocation in org.nuxeo.ecm.core.work.api
Methods in org.nuxeo.ecm.core.work.api that return DocumentLocationMethods in org.nuxeo.ecm.core.work.api that return types with arguments of type DocumentLocation -
Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.api
Methods in org.nuxeo.ecm.platform.filemanager.api that return types with arguments of type DocumentLocationModifier and TypeMethodDescriptionFileManager.findExistingDocumentWithFile
(CoreSession documentManager, String path, String digest, NuxeoPrincipal principal) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.core.listener
Method parameters in org.nuxeo.ecm.platform.filemanager.core.listener with type arguments of type DocumentLocationModifier 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
Methods in org.nuxeo.ecm.platform.filemanager.service that return types with arguments of type DocumentLocationModifier and TypeMethodDescriptionFileManagerService.findExistingDocumentWithFile
(CoreSession documentManager, String path, String digest, NuxeoPrincipal principal) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.io.api
Methods in org.nuxeo.ecm.platform.io.api with parameters of type DocumentLocationModifier 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
Methods in org.nuxeo.ecm.platform.io.impl with parameters of type DocumentLocationModifier 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
Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type DocumentLocationModifier and TypeMethodDescriptionPublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.impl.core
Methods in org.nuxeo.ecm.platform.publisher.impl.core with parameters of type DocumentLocationModifier and TypeMethodDescriptionSectionPublicationTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.rendition.publisher
Methods in org.nuxeo.ecm.platform.rendition.publisher with parameters of type DocumentLocationModifier and TypeMethodDescriptionRenditionPublicationCoreTree.getExistingPublishedDocument
(DocumentLocation docLoc) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.suggestbox.service
Fields in org.nuxeo.ecm.platform.suggestbox.service declared as DocumentLocationModifier and TypeFieldDescriptionprotected final DocumentLocation
DocumentSuggestion.documentLocation
Methods in org.nuxeo.ecm.platform.suggestbox.service that return DocumentLocationConstructors in org.nuxeo.ecm.platform.suggestbox.service with parameters of type DocumentLocationModifierConstructorDescriptionDocumentSuggestion
(String id, DocumentLocation documentLocation, String label, String iconURL) -
Uses of DocumentLocation in org.nuxeo.ecm.platform.url
Methods in org.nuxeo.ecm.platform.url that return DocumentLocationMethods in org.nuxeo.ecm.platform.url with parameters of type DocumentLocationModifier and TypeMethodDescriptionvoid
DocumentViewImpl.setDocumentLocation
(DocumentLocation documentLocation) Constructors in org.nuxeo.ecm.platform.url with parameters of type DocumentLocationModifierConstructorDescriptionDocumentViewImpl
(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
Methods in org.nuxeo.ecm.platform.url.api that return DocumentLocationMethods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentLocationModifier and TypeMethodDescriptionvoid
DocumentView.setDocumentLocation
(DocumentLocation documentLocation)