Uses of Interface
org.nuxeo.ecm.core.api.DocumentLocation
-
-
Uses of DocumentLocation in org.nuxeo.ecm.core.api.impl
Classes in org.nuxeo.ecm.core.api.impl that implement DocumentLocation Modifier and Type Class Description class
DocumentLocationImpl
-
Uses of DocumentLocation in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentLocation Modifier and Type Method Description DocumentLocation
ExportedDocument. getSourceLocation()
-
Uses of DocumentLocation in org.nuxeo.ecm.core.io.impl
Fields in org.nuxeo.ecm.core.io.impl declared as DocumentLocation Modifier and Type Field Description protected DocumentLocation
ExportedDocumentImpl. srcLocation
Methods in org.nuxeo.ecm.core.io.impl that return DocumentLocation Modifier and Type Method Description DocumentLocation
ExportedDocumentImpl. getSourceLocation()
Methods in org.nuxeo.ecm.core.io.impl that return types with arguments of type DocumentLocation Modifier and Type Method Description Map<DocumentLocation,DocumentLocation>
AbstractDocumentModelWriter. getTranslationMap()
Map<DocumentLocation,DocumentLocation>
AbstractDocumentModelWriter. getTranslationMap()
-
Uses of DocumentLocation in org.nuxeo.ecm.core.work
Methods in org.nuxeo.ecm.core.work that return DocumentLocation Modifier and Type Method Description DocumentLocation
AbstractWork. getDocument()
protected DocumentLocation
AbstractWork. newDocumentLocation(String docId)
Methods in org.nuxeo.ecm.core.work that return types with arguments of type DocumentLocation Modifier and Type Method Description List<DocumentLocation>
AbstractWork. getDocuments()
-
Uses of DocumentLocation in org.nuxeo.ecm.core.work.api
Methods in org.nuxeo.ecm.core.work.api that return DocumentLocation Modifier and Type Method Description DocumentLocation
Work. getDocument()
Gets the document impacted by the work.Methods in org.nuxeo.ecm.core.work.api that return types with arguments of type DocumentLocation Modifier and Type Method Description List<DocumentLocation>
Work. getDocuments()
Gets the documents impacted by the work. -
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 DocumentLocation Modifier and Type Method Description List<DocumentLocation>
FileManager. 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 DocumentLocation Modifier and Type Method Description protected 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 DocumentLocation Modifier and Type Method Description List<DocumentLocation>
FileManagerService. 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 DocumentLocation Modifier and Type Method Description Collection<DocumentRef>
IOManager. 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 DocumentLocation Modifier and Type Method Description Collection<DocumentRef>
IOManagerImpl. 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 DocumentLocation Modifier and Type Method Description List<PublishedDocument>
PublicationTree. 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 DocumentLocation Modifier and Type Method Description List<PublishedDocument>
SectionPublicationTree. 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 DocumentLocation Modifier and Type Method Description List<PublishedDocument>
RenditionPublicationCoreTree. getExistingPublishedDocument(DocumentLocation docLoc)
-
Uses of DocumentLocation in org.nuxeo.ecm.platform.suggestbox.service
Fields in org.nuxeo.ecm.platform.suggestbox.service declared as DocumentLocation Modifier and Type Field Description protected DocumentLocation
DocumentSuggestion. documentLocation
Methods in org.nuxeo.ecm.platform.suggestbox.service that return DocumentLocation Modifier and Type Method Description DocumentLocation
DocumentSuggestion. getDocumentLocation()
Constructors in org.nuxeo.ecm.platform.suggestbox.service with parameters of type DocumentLocation Constructor Description DocumentSuggestion(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 DocumentLocation Modifier and Type Method Description DocumentLocation
DocumentViewImpl. getDocumentLocation()
Methods in org.nuxeo.ecm.platform.url with parameters of type DocumentLocation Modifier and Type Method Description void
DocumentViewImpl. setDocumentLocation(DocumentLocation documentLocation)
Constructors in org.nuxeo.ecm.platform.url with parameters of type DocumentLocation Constructor Description DocumentViewImpl(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 DocumentLocation Modifier and Type Method Description DocumentLocation
DocumentView. getDocumentLocation()
Methods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentLocation Modifier and Type Method Description void
DocumentView. setDocumentLocation(DocumentLocation documentLocation)
-