Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.api.DocumentLocation

Packages that use DocumentLocation
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.io   
org.nuxeo.ecm.core.io.impl   
org.nuxeo.ecm.platform.annotations.repository   
org.nuxeo.ecm.platform.annotations.repository.service   
org.nuxeo.ecm.platform.filemanager.api   
org.nuxeo.ecm.platform.filemanager.ejb   
org.nuxeo.ecm.platform.filemanager.service   
org.nuxeo.ecm.platform.io.api   
org.nuxeo.ecm.platform.io.ejb   
org.nuxeo.ecm.platform.io.impl   
org.nuxeo.ecm.platform.publisher.api   
org.nuxeo.ecm.platform.publisher.impl.core   
org.nuxeo.ecm.platform.publisher.impl.localfs   
org.nuxeo.ecm.platform.publisher.impl.service   
org.nuxeo.ecm.platform.publisher.remoting.client   
org.nuxeo.ecm.platform.publisher.remoting.marshaling   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces   
org.nuxeo.ecm.platform.publisher.remoting.restProxies   
org.nuxeo.ecm.platform.publisher.remoting.server   
org.nuxeo.ecm.platform.publisher.synchonize.server   
org.nuxeo.ecm.platform.ui.web.util   
org.nuxeo.ecm.platform.url   
org.nuxeo.ecm.platform.url.api   
 

Uses of DocumentLocation in org.nuxeo.ecm.core.api.impl
 

Classes in org.nuxeo.ecm.core.api.impl that implement DocumentLocation
 class DocumentLocationImpl
           
 

Uses of DocumentLocation in org.nuxeo.ecm.core.io
 

Methods in org.nuxeo.ecm.core.io that return DocumentLocation
 DocumentLocation ExportedDocument.getSourceLocation()
           
 

Uses of DocumentLocation in org.nuxeo.ecm.core.io.impl
 

Methods in org.nuxeo.ecm.core.io.impl that return DocumentLocation
 DocumentLocation ExportedDocumentImpl.getSourceLocation()
           
 

Methods in org.nuxeo.ecm.core.io.impl that return types with arguments of type DocumentLocation
 java.util.Map<DocumentLocation,DocumentLocation> AbstractDocumentModelWriter.getTranslationMap()
           
 java.util.Map<DocumentLocation,DocumentLocation> AbstractDocumentModelWriter.getTranslationMap()
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.annotations.repository
 

Methods in org.nuxeo.ecm.platform.annotations.repository that return DocumentLocation
 DocumentLocation DefaultNuxeoUriResolver.getDocumentLocation(java.net.URI uri)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.annotations.repository.service
 

Methods in org.nuxeo.ecm.platform.annotations.repository.service with parameters of type DocumentLocation
 void AnnotatedDocumentEventListenerImpl.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 

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
 java.util.List<DocumentLocation> FileManager.findExistingDocumentWithFile(CoreSession documentManager, java.lang.String path, java.lang.String digest, java.security.Principal principal)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.filemanager.ejb
 

Methods in org.nuxeo.ecm.platform.filemanager.ejb that return types with arguments of type DocumentLocation
 java.util.List<DocumentLocation> FileManagerBean.findExistingDocumentWithFile(CoreSession documentManager, java.lang.String path, java.lang.String digest, java.security.Principal principal)
           
 

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
 java.util.List<DocumentLocation> FileManagerService.findExistingDocumentWithFile(CoreSession documentManager, java.lang.String path, java.lang.String digest, java.security.Principal principal)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.io.api
 

Methods in org.nuxeo.ecm.platform.io.api with parameters of type DocumentLocation
 java.util.Collection<DocumentRef> IOManager.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
          Copy documents and resources to another location (on a same machine).
 void IOManager.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
          Remote copy.
 void IOManager.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int jndiPort, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
          Remote copy.
 void IOManager.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int jndiPort, DocumentLocation targetLocation, java.lang.String docReaderFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> rFactoryParams, java.lang.String docWriterFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> wFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
          Copies documents and resources associated with the given sources from the local repository to a remote repository instance (available on a machine with the given serverAddress).
 void IOManager.importExportedFile(java.lang.String uri, DocumentLocation targetLocation)
          Will be called after a successful export to import data from the file.
 void IOManager.importExportedFile(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docWriterFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> wFactoryParams)
          Will be called after a successful export to import data from the file.
 void IOManager.importFromStreamSource(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docReaderFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> rFactoryParams, java.lang.String docWriterFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> wFactoryParams)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.io.ejb
 

Methods in org.nuxeo.ecm.platform.io.ejb with parameters of type DocumentLocation
 java.util.Collection<DocumentRef> IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int rmiPort, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int jndiPort, DocumentLocation targetLocation, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> rFactoryParams, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> wFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerBean.importExportedFile(java.lang.String uri, DocumentLocation targetLocation)
           
 void IOManagerBean.importExportedFile(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> wFactoryParams)
           
 void IOManagerBean.importFromStreamSource(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docReaderFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> rFactoryParams, java.lang.String docWriterFactoryClassName, java.util.Map<java.lang.String,java.lang.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
 java.util.Collection<DocumentRef> IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> writerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int jndiPort, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String serverAddress, int jndiPort, DocumentLocation targetLocation, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> writerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 void IOManagerImpl.importExportedFile(java.lang.String uri, DocumentLocation targetLocation)
           
 void IOManagerImpl.importExportedFile(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docWriterFactoryName, java.util.Map<java.lang.String,java.lang.Object> factoryParams)
           
 void IOManagerImpl.importFromStreamSource(java.lang.String uri, DocumentLocation targetLocation, java.lang.String docReaderFactoryClassName, java.util.Map<java.lang.String,java.lang.Object> rFactoryParams, java.lang.String docWriterFactoryClassName, java.util.Map<java.lang.String,java.lang.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
 java.util.List<PublishedDocument> PublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 java.util.List<PublishedDocument> RemotePublicationTreeManager.getExistingPublishedDocument(java.lang.String sid, 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
 java.util.List<PublishedDocument> SectionPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.impl.localfs
 

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs with parameters of type DocumentLocation
 java.util.List<PublishedDocument> LocalFSPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.impl.service
 

Methods in org.nuxeo.ecm.platform.publisher.impl.service with parameters of type DocumentLocation
 java.util.List<PublishedDocument> AbstractRemotableTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 java.util.List<PublishedDocument> PublisherServiceImpl.getExistingPublishedDocument(java.lang.String sid, DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.remoting.client
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.client with parameters of type DocumentLocation
 java.util.List<PublishedDocument> ClientRemotePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.remoting.marshaling
 

Classes in org.nuxeo.ecm.platform.publisher.remoting.marshaling that implement DocumentLocation
 class ExtendedDocumentLocation
          Extension to DocumentLocation to provide informations about source server
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling that return DocumentLocation
 DocumentLocation DefaultDocumentLocationMarshaler.unMarshalDocumentLocation(java.lang.String data)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling with parameters of type DocumentLocation
 java.lang.String DefaultDocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces that return DocumentLocation
 DocumentLocation DocumentLocationMarshaler.unMarshalDocumentLocation(java.lang.String data)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces with parameters of type DocumentLocation
 java.lang.String DocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.remoting.restProxies
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.restProxies with parameters of type DocumentLocation
 java.util.List<PublishedDocument> RemotePublicationTreeManagerRestProxy.getExistingPublishedDocument(java.lang.String sid, DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.remoting.server
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.server with parameters of type DocumentLocation
 java.util.List<PublishedDocument> CoreTreeWithExternalDocs.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.publisher.synchonize.server
 

Methods in org.nuxeo.ecm.platform.publisher.synchonize.server with parameters of type DocumentLocation
 java.util.List<PublishedDocument> AbstractSynchonizablePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.ui.web.util
 

Methods in org.nuxeo.ecm.platform.ui.web.util that return DocumentLocation
static DocumentLocation DocumentLocator.parseDocRef(java.lang.String docUriRef)
          Deprecated.  
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.url
 

Methods in org.nuxeo.ecm.platform.url that return DocumentLocation
 DocumentLocation DocumentViewImpl.getDocumentLocation()
           
 

Methods in org.nuxeo.ecm.platform.url with parameters of type DocumentLocation
 void DocumentViewImpl.setDocumentLocation(DocumentLocation documentLocation)
           
 

Constructors in org.nuxeo.ecm.platform.url with parameters of type DocumentLocation
DocumentViewImpl(DocumentLocation docLoc)
           
DocumentViewImpl(DocumentLocation documentLocation, java.lang.String viewId)
           
DocumentViewImpl(DocumentLocation documentLocation, java.lang.String viewId, java.util.Map<java.lang.String,java.lang.String> parameters)
           
DocumentViewImpl(DocumentLocation documentLocation, java.lang.String viewId, java.lang.String subURI, java.util.Map<java.lang.String,java.lang.String> parameters)
           
DocumentViewImpl(DocumentLocation docLoc, java.lang.String viewId, java.lang.String tabId, java.lang.String subURI)
          Deprecated. 
 

Uses of DocumentLocation in org.nuxeo.ecm.platform.url.api
 

Methods in org.nuxeo.ecm.platform.url.api that return DocumentLocation
 DocumentLocation DocumentView.getDocumentLocation()
           
 

Methods in org.nuxeo.ecm.platform.url.api with parameters of type DocumentLocation
 void DocumentView.setDocumentLocation(DocumentLocation documentLocation)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.