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 classDocumentLocationImpl -
Uses of DocumentLocation in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentLocation Modifier and Type Method Description DocumentLocationExportedDocument. 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 DocumentLocationExportedDocumentImpl. srcLocationMethods in org.nuxeo.ecm.core.io.impl that return DocumentLocation Modifier and Type Method Description DocumentLocationExportedDocumentImpl. 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 DocumentLocationAbstractWork. getDocument()protected DocumentLocationAbstractWork. 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 DocumentLocationWork. 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 voidAbstractUnicityChecker. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)protected voidAsynchronousUnicityCheckListener. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)protected voidSynchronousUnicityCheckListener. onDuplicatedDoc(CoreSession session, NuxeoPrincipal principal, DocumentModel newDoc, List<DocumentLocation> existingDocs, Event event)protected voidAbstractUnicityChecker. 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).voidIOManager. 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)voidIOManagerImpl. 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 DocumentLocationDocumentSuggestion. documentLocationMethods in org.nuxeo.ecm.platform.suggestbox.service that return DocumentLocation Modifier and Type Method Description DocumentLocationDocumentSuggestion. 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 DocumentLocationDocumentViewImpl. getDocumentLocation()Methods in org.nuxeo.ecm.platform.url with parameters of type DocumentLocation Modifier and Type Method Description voidDocumentViewImpl. 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 DocumentLocationDocumentView. getDocumentLocation()Methods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentLocation Modifier and Type Method Description voidDocumentView. setDocumentLocation(DocumentLocation documentLocation)
-