Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.service   
org.nuxeo.ecm.platform.io.api   
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
 Map<DocumentLocation,DocumentLocation> AbstractDocumentModelWriter.getTranslationMap()
           
 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(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 AnnotatedDocumentEventListener.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationRead(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.afterAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationCreated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.beforeAnnotationDeleted(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListener.beforeAnnotationUpdated(NuxeoPrincipal principal, DocumentLocation documentLoc, Annotation annotation)
           
 void AnnotatedDocumentEventListenerImpl.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
 List<DocumentLocation> FileManager.findExistingDocumentWithFile(CoreSession documentManager, String path, String digest, 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
 List<DocumentLocation> FileManagerService.findExistingDocumentWithFile(CoreSession documentManager, String path, String digest, 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
 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.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, Collection<String> ioAdapters)
          Remote copy.
 void IOManager.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, String serverAddress, int jndiPort, DocumentLocation targetLocation, Collection<String> ioAdapters)
          Remote copy.
 void IOManager.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, String serverAddress, int jndiPort, DocumentLocation targetLocation, String docReaderFactoryClassName, Map<String,Object> rFactoryParams, String docWriterFactoryClassName, Map<String,Object> wFactoryParams, Collection<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(String uri, DocumentLocation targetLocation)
          Will be called after a successful export to import data from the file.
 void IOManager.importExportedFile(String uri, DocumentLocation targetLocation, String docWriterFactoryClassName, Map<String,Object> wFactoryParams)
          Will be called after a successful export to import data from the file.
 void IOManager.importFromStream(InputStream in, DocumentLocation targetLocation, String docReaderFactoryClassName, Map<String,Object> rFactoryParams, String docWriterFactoryClassName, Map<String,Object> wFactoryParams)
           
 void IOManager.importFromStreamSource(String uri, 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
 Collection<DocumentRef> IOManagerImpl.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, Collection<String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, IOManager remoteIOManager, DocumentLocation targetLocation, String docReaderFactoryName, Map<String,Object> readerFactoryParams, String docWriterFactoryName, Map<String,Object> writerFactoryParams, Collection<String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, String serverAddress, int jndiPort, DocumentLocation targetLocation, Collection<String> ioAdapters)
           
 void IOManagerImpl.copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, String serverAddress, int jndiPort, DocumentLocation targetLocation, String docReaderFactoryName, Map<String,Object> readerFactoryParams, String docWriterFactoryName, Map<String,Object> writerFactoryParams, Collection<String> ioAdapters)
           
 void IOManagerImpl.importExportedFile(String uri, DocumentLocation targetLocation)
           
 void IOManagerImpl.importExportedFile(String uri, DocumentLocation targetLocation, String docWriterFactoryName, Map<String,Object> factoryParams)
           
 void IOManagerImpl.importFromStream(InputStream in, DocumentLocation targetLocation, String docReaderFactoryClassName, Map<String,Object> rFactoryParams, String docWriterFactoryClassName, Map<String,Object> wFactoryParams)
           
 void IOManagerImpl.importFromStreamSource(String uri, 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
 List<PublishedDocument> PublicationTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 List<PublishedDocument> RemotePublicationTreeManager.getExistingPublishedDocument(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
 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
 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
 List<PublishedDocument> AbstractRemotableTree.getExistingPublishedDocument(DocumentLocation docLoc)
           
 List<PublishedDocument> PublisherServiceImpl.getExistingPublishedDocument(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
 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 information about source server.
 

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

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling with parameters of type DocumentLocation
 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(String data)
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces with parameters of type DocumentLocation
 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
 List<PublishedDocument> RemotePublicationTreeManagerRestProxy.getExistingPublishedDocument(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
 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
 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(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, String viewId)
           
DocumentViewImpl(DocumentLocation documentLocation, String viewId, Map<String,String> parameters)
           
DocumentViewImpl(DocumentLocation documentLocation, String viewId, String subURI, Map<String,String> parameters)
           
DocumentViewImpl(DocumentLocation docLoc, String viewId, String tabId, 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.