Modifier and Type | Class and Description |
---|---|
class |
DocumentLocationImpl |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
ExportedDocument.getSourceLocation() |
Modifier and Type | Field and Description |
---|---|
protected DocumentLocation |
ExportedDocumentImpl.srcLocation |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
ExportedDocumentImpl.getSourceLocation() |
Modifier and Type | Method and Description |
---|---|
Map<DocumentLocation,DocumentLocation> |
AbstractDocumentModelWriter.getTranslationMap() |
Map<DocumentLocation,DocumentLocation> |
AbstractDocumentModelWriter.getTranslationMap() |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
AbstractWork.getDocument() |
protected DocumentLocation |
AbstractWork.newDocumentLocation(String docId) |
Modifier and Type | Method and Description |
---|---|
List<DocumentLocation> |
AbstractWork.getDocuments() |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
Work.getDocument()
Gets the document impacted by the work.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentLocation> |
Work.getDocuments()
Gets the documents impacted by the work.
|
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DefaultNuxeoUriResolver.getDocumentLocation(URI uri) |
Modifier and Type | Method and Description |
---|---|
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) |
protected void |
AnnotatedDocumentEventListenerImpl.notifyEvent(String eventId,
Annotation annotation,
DocumentLocation documentLocation,
NuxeoPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
List<DocumentLocation> |
FileManager.findExistingDocumentWithFile(CoreSession documentManager,
String path,
String digest,
Principal principal) |
Modifier and Type | Method and Description |
---|---|
protected void |
SynchronousUnicityCheckListener.onDuplicatedDoc(CoreSession session,
Principal principal,
DocumentModel newDoc,
List<DocumentLocation> existingDocs,
Event event) |
protected void |
AsynchronousUnicityCheckListener.onDuplicatedDoc(CoreSession session,
Principal principal,
DocumentModel newDoc,
List<DocumentLocation> existingDocs,
Event event) |
protected abstract void |
AbstractUnicityChecker.onDuplicatedDoc(CoreSession session,
Principal principal,
DocumentModel newDoc,
List<DocumentLocation> existingDocs,
Event event) |
protected void |
AbstractUnicityChecker.raiseDuplicatedFileEvent(CoreSession session,
Principal principal,
DocumentModel newDoc,
List<DocumentLocation> existingDocs) |
Modifier and Type | Method and Description |
---|---|
List<DocumentLocation> |
FileManagerService.findExistingDocumentWithFile(CoreSession documentManager,
String path,
String digest,
Principal principal) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
PublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
List<PublishedDocument> |
RemotePublicationTreeManager.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
SectionPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalFSPublicationTree.findDocs(List<PublishedDocument> pubDocs,
File container,
DocumentLocation docLoc) |
List<PublishedDocument> |
LocalFSPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
AbstractRemotableTree.getExistingPublishedDocument(DocumentLocation docLoc) |
List<PublishedDocument> |
PublisherServiceImpl.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
ClientRemotePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedDocumentLocation
Extension to
DocumentLocation to provide information about source server. |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DefaultDocumentLocationMarshaler.unMarshalDocumentLocation(String data) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultDocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DocumentLocationMarshaler.unMarshalDocumentLocation(String data) |
Modifier and Type | Method and Description |
---|---|
String |
DocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
CoreTreeWithExternalDocs.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
RenditionPublicationCoreTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Field and Description |
---|---|
protected DocumentLocation |
DocumentSuggestion.documentLocation |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DocumentSuggestion.getDocumentLocation() |
Constructor and Description |
---|
DocumentSuggestion(String id,
DocumentLocation documentLocation,
String label,
String iconURL) |
Modifier and Type | Method and Description |
---|---|
static String |
DocumentModelFunctions.documentUrl(String patternName,
DocumentLocation docLoc,
String viewId,
Map<String,String> parameters,
boolean newConversation,
javax.servlet.http.HttpServletRequest req) |
static String |
DocumentModelFunctions.documentUrl(String patternName,
DocumentLocation docLoc,
String viewId,
Map<String,String> parameters,
boolean newConversation,
String baseURL)
Computes a document URL.
|
Modifier and Type | Method and Description |
---|---|
static DocumentLocation |
DocumentLocator.parseDocRef(String docUriRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DocumentViewImpl.getDocumentLocation() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentViewImpl.setDocumentLocation(DocumentLocation documentLocation) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
DocumentView.getDocumentLocation() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentView.setDocumentLocation(DocumentLocation documentLocation) |
Modifier and Type | Method and Description |
---|---|
DocumentLocation |
VideoConversionId.getDocumentLocation()
Deprecated.
|
Constructor and Description |
---|
VideoConversionId(DocumentLocation documentLocation,
String conversionName)
Deprecated.
|
Copyright © 2015 Nuxeo SA. All rights reserved.