Nuxeo Enterprise Platform 5.4

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

Packages that use DocumentRef
org.nuxeo.ecm.admin.repo   
org.nuxeo.ecm.automation.core.impl.adapters   
org.nuxeo.ecm.automation.core.operations.document   
org.nuxeo.ecm.automation.core.operations.stack   
org.nuxeo.ecm.automation.core.scripting   
org.nuxeo.ecm.automation.server.jaxrs.io   
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.ejb   
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.api.operation   
org.nuxeo.ecm.core.api.repository   
org.nuxeo.ecm.core.api.repository.cache   
org.nuxeo.ecm.core.event.impl Event Service implementation. 
org.nuxeo.ecm.core.io   
org.nuxeo.ecm.core.io.impl   
org.nuxeo.ecm.core.io.impl.plugins   
org.nuxeo.ecm.core.management.storage   
org.nuxeo.ecm.core.management.test   
org.nuxeo.ecm.core.rest   
org.nuxeo.ecm.core.search.api.client.indexing.resources.document Document indexable resources. 
org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl Document indexable resources implementation. 
org.nuxeo.ecm.core.search.api.client.search.results.document.impl Client search results api implementation for Nuxeo Core documents. 
org.nuxeo.ecm.core.trash   
org.nuxeo.ecm.core.trash.ejb   
org.nuxeo.ecm.platform.annotations.repository   
org.nuxeo.ecm.platform.audit.api   
org.nuxeo.ecm.platform.audit.io   
org.nuxeo.ecm.platform.audit.web.listener.ejb   
org.nuxeo.ecm.platform.comment.web   
org.nuxeo.ecm.platform.ejb   
org.nuxeo.ecm.platform.interfaces.ejb   
org.nuxeo.ecm.platform.io.api   
org.nuxeo.ecm.platform.io.api.util   
org.nuxeo.ecm.platform.io.ejb   
org.nuxeo.ecm.platform.io.impl   
org.nuxeo.ecm.platform.jbpm.core.helper   
org.nuxeo.ecm.platform.jbpm.dashboard   
org.nuxeo.ecm.platform.jbpm.web   
org.nuxeo.ecm.platform.preview.helper   
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.remoting.marshaling   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic   
org.nuxeo.ecm.platform.publisher.remoting.server   
org.nuxeo.ecm.platform.relations.io   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.platform.ui.web.cache   
org.nuxeo.ecm.platform.ui.web.component.document   
org.nuxeo.ecm.platform.ui.web.util   
org.nuxeo.ecm.shell   
org.nuxeo.ecm.shell.commands.repository   
org.nuxeo.ecm.webapp.clipboard   
org.nuxeo.ecm.webapp.context   
org.nuxeo.ecm.webapp.helpers   
org.nuxeo.ecm.webapp.querymodel   
org.nuxeo.ecm.webengine.gwt.helper   
org.nuxeo.ecm.webengine.util   
 

Uses of DocumentRef in org.nuxeo.ecm.admin.repo
 

Methods in org.nuxeo.ecm.admin.repo with parameters of type DocumentRef
 void RepoStat.run(DocumentRef root)
           
 

Constructors in org.nuxeo.ecm.admin.repo with parameters of type DocumentRef
StatsTask(java.lang.String repoName, DocumentRef rootDocRef, boolean includeBlob, RepoStat instance)
           
StatsTaskRunner(java.lang.String repositoryName, boolean includeBlob, DocumentRef rootref, StatsTask hostTask)
           
 

Uses of DocumentRef in org.nuxeo.ecm.automation.core.impl.adapters
 

Methods in org.nuxeo.ecm.automation.core.impl.adapters that return DocumentRef
static DocumentRef StringToDocRef.createRef(java.lang.String value)
           
static DocumentRef StringToDocModel.createRef(java.lang.String value)
           
 DocumentRef StringToDocRef.getAdaptedValue(OperationContext ctx, java.lang.Object objectToAdapt)
           
 

Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.document
 

Methods in org.nuxeo.ecm.automation.core.operations.document that return DocumentRef
 DocumentRef UnlockDocument.run(DocumentRef doc)
           
 DocumentRef SetDocumentLifeCycle.run(DocumentRef doc)
           
 DocumentRef SetDocumentACE.run(DocumentRef doc)
           
 DocumentRef RemoveDocumentACL.run(DocumentRef doc)
           
 DocumentRef LockDocument.run(DocumentRef doc)
           
 DocumentRef CheckOutDocument.run(DocumentRef doc)
           
 DocumentRef CheckInDocument.run(DocumentRef doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.document with parameters of type DocumentRef
 DocumentRef UnlockDocument.run(DocumentRef doc)
           
 DocumentRef SetDocumentLifeCycle.run(DocumentRef doc)
           
 DocumentRef SetDocumentACE.run(DocumentRef doc)
           
 DocumentRef RemoveDocumentACL.run(DocumentRef doc)
           
 DocumentModel MoveDocument.run(DocumentRef ref)
           
 DocumentRef LockDocument.run(DocumentRef doc)
           
 DocumentModel GetDocumentParent.run(DocumentRef doc)
           
 DocumentModelList GetDocumentChildren.run(DocumentRef doc)
           
 DocumentModel DeleteDocument.run(DocumentRef doc)
           
 DocumentModel CopyDocument.run(DocumentRef ref)
           
 DocumentRef CheckOutDocument.run(DocumentRef doc)
           
 DocumentRef CheckInDocument.run(DocumentRef doc)
           
 

Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.stack
 

Methods in org.nuxeo.ecm.automation.core.operations.stack that return DocumentRef
 DocumentRef PushDocument.run(DocumentRef doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type DocumentRef
 DocumentRef PushDocument.run(DocumentRef doc)
           
 

Uses of DocumentRef in org.nuxeo.ecm.automation.core.scripting
 

Methods in org.nuxeo.ecm.automation.core.scripting that return DocumentRef
 DocumentRef DocumentWrapper.resolvePathAsRef(java.lang.String relative)
           
 

Uses of DocumentRef in org.nuxeo.ecm.automation.server.jaxrs.io
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.io that return DocumentRef
static DocumentRef JsonRequestReader.docRefFromString(java.lang.String input)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.api
 

Classes in org.nuxeo.ecm.core.api that implement DocumentRef
 class IdRef
          An ID reference to a document.
 class PathRef
          A PATH reference to a document.
 

Methods in org.nuxeo.ecm.core.api that return DocumentRef
 DocumentRef AbstractSession.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
           
 DocumentRef CoreSession.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
          Checks in a modified document, creating a new version.
 DocumentRef DocumentModel.checkIn(VersioningOption option, java.lang.String checkinComment)
          Checks in a document and returns the created version.
 DocumentRef AbstractSession.getBaseVersion(DocumentRef docRef)
           
 DocumentRef CoreSession.getBaseVersion(DocumentRef docRef)
          Gets the version to which a checked in document is linked.
 DocumentRef DocumentLocation.getDocRef()
          Returns the document reference.
 DocumentRef AbstractSession.getLastDocumentVersionRef(DocumentRef docRef)
           
 DocumentRef CoreSession.getLastDocumentVersionRef(DocumentRef docRef)
          Gets the document reference corresponding to the last version for the given document.
 DocumentRef[] AbstractSession.getParentDocumentRefs(DocumentRef docRef)
           
 DocumentRef[] CoreSession.getParentDocumentRefs(DocumentRef docRef)
          Creates an array with all parent refs starting from the given document up to the root.
 DocumentRef DocumentModel.getParentRef()
          Retrieves the parent reference of the current document.
 DocumentRef DocumentModel.getRef()
          Gets a reference to the core document that can be used either remotely or locally (opens the core JVM).
 

Methods in org.nuxeo.ecm.core.api that return types with arguments of type DocumentRef
 java.util.List<DocumentRef> AbstractSession.getChildrenRefs(DocumentRef parentRef, java.lang.String perm)
           
 java.util.List<DocumentRef> CoreSession.getChildrenRefs(DocumentRef parentRef, java.lang.String perm)
          Gets the references of the children.
 java.util.List<DocumentRef> AbstractSession.getVersionsRefs(DocumentRef docRef)
           
 java.util.List<DocumentRef> CoreSession.getVersionsRefs(DocumentRef docRef)
          Gets the references of the versions of the document.
 

Methods in org.nuxeo.ecm.core.api with parameters of type DocumentRef
 boolean AbstractSession.canRemoveDocument(DocumentRef docRef)
           
 boolean CoreSession.canRemoveDocument(DocumentRef docRef)
          Check if a document can be removed.
 DocumentRef AbstractSession.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
           
 DocumentRef CoreSession.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
          Checks in a modified document, creating a new version.
 DocumentModel AbstractSession.checkIn(DocumentRef docRef, VersionModel ver)
          Deprecated. 
 DocumentModel CoreSession.checkIn(DocumentRef docRef, VersionModel version)
          Deprecated. use #checkIn(DocumentRef, String) instead
 void AbstractSession.checkOut(DocumentRef docRef)
           
 void CoreSession.checkOut(DocumentRef docRef)
          Checks out a versioned document.
 DocumentModel AbstractSession.copy(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 DocumentModel CoreSession.copy(DocumentRef src, DocumentRef dst, java.lang.String name)
          Copies the source document to the destination folder under the given name.
 java.util.List<DocumentModel> AbstractSession.copy(java.util.List<DocumentRef> src, DocumentRef dst)
           
 java.util.List<DocumentModel> CoreSession.copy(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk copy.
 DocumentModel AbstractSession.copyProxyAsDocument(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 DocumentModel CoreSession.copyProxyAsDocument(DocumentRef src, DocumentRef dst, java.lang.String name)
          Work like copy but in the case of a source proxy the destination will be a new document instead of a proxy.
 java.util.List<DocumentModel> AbstractSession.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
           
 java.util.List<DocumentModel> CoreSession.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk copyProxyAsDocument.
 DocumentModel AbstractSession.createProxy(DocumentRef docRef, DocumentRef folderRef)
           
 DocumentModel CoreSession.createProxy(DocumentRef docRef, DocumentRef folderRef)
          Creates a generic proxy to the given document inside the given folder.
 DocumentModel AbstractSession.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
          Deprecated. 
 DocumentModel CoreSession.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
          Deprecated. use CoreSession.createProxy(DocumentRef, DocumentRef) or CoreSession.publishDocument(DocumentModel, DocumentModel, boolean) instead
 boolean AbstractSession.exists(DocumentRef docRef)
           
 boolean CoreSession.exists(DocumentRef docRef)
          Tests if the document pointed by the given reference exists and is accessible.
static java.util.Map<java.lang.String,java.lang.Object> DocumentModelFactory.exportComplexProperty(java.lang.String sid, DocumentRef docRef, Property property)
           
static DataModel DocumentModelFactory.exportSchema_OLD(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
static DataModel DocumentModelFactory.exportSchema(java.lang.String sid, DocumentRef docRef, Document doc, Schema schema)
           
 boolean AbstractSession.followTransition(DocumentRef docRef, java.lang.String transition)
           
 boolean CoreSession.followTransition(DocumentRef docRef, java.lang.String transition)
          Follows a given life cycle transition.
 java.lang.String AbstractSession.generateVersionLabelFor(DocumentRef docRef)
          Utility method to generate VersionModel labels.
 java.lang.String CoreSession.generateVersionLabelFor(DocumentRef docRef)
          Deprecated. use #checkIn(DocumentRef, String) directly
 ACP AbstractSession.getACP(DocumentRef docRef)
           
 ACP CoreSession.getACP(DocumentRef docRef)
          Gets the document access control policy.
 java.util.Collection<java.lang.String> AbstractSession.getAllowedStateTransitions(DocumentRef docRef)
           
 java.util.Collection<java.lang.String> CoreSession.getAllowedStateTransitions(DocumentRef docRef)
          Gets the allowed state transitions for this document.
 DocumentRef AbstractSession.getBaseVersion(DocumentRef docRef)
           
 DocumentRef CoreSession.getBaseVersion(DocumentRef docRef)
          Gets the version to which a checked in document is linked.
 DocumentModel AbstractSession.getChild(DocumentRef parent, java.lang.String name)
           
 DocumentModel CoreSession.getChild(DocumentRef parent, java.lang.String name)
          Gets a child document given its name and the parent reference.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent)
          Gets the children of the given parent.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, java.lang.String type)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, java.lang.String type)
          Gets the children of the given parent filtered according to the given document type.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, java.lang.String type, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, java.lang.String type, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String, Filter, Sorter) without specific permission filtering.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, java.lang.String type, java.lang.String perm)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, java.lang.String type, java.lang.String perm)
          Gets the children of the given parent filtered according to the given document type and permission.
 DocumentModelList AbstractSession.getChildren(DocumentRef parent, java.lang.String type, java.lang.String perm, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getChildren(DocumentRef parent, java.lang.String type, java.lang.String perm, Filter filter, Sorter sorter)
          Same as CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the specified filter and sorter.
 DocumentModelIterator AbstractSession.getChildrenIterator(DocumentRef parent)
           
 DocumentModelIterator CoreSession.getChildrenIterator(DocumentRef parent)
          Gets an iterator to the children of the given parent.
 DocumentModelIterator AbstractSession.getChildrenIterator(DocumentRef parent, java.lang.String type)
           
 DocumentModelIterator CoreSession.getChildrenIterator(DocumentRef parent, java.lang.String type)
          Gets an iterator to the children of the given parent filtered according to the given document type.
 DocumentModelIterator AbstractSession.getChildrenIterator(DocumentRef parent, java.lang.String type, java.lang.String perm, Filter filter)
           
 DocumentModelIterator CoreSession.getChildrenIterator(DocumentRef parent, java.lang.String type, java.lang.String perm, Filter filter)
          Gets the children of the given parent filtered according to the given document type and permission.
 java.util.List<DocumentRef> AbstractSession.getChildrenRefs(DocumentRef parentRef, java.lang.String perm)
           
 java.util.List<DocumentRef> CoreSession.getChildrenRefs(DocumentRef parentRef, java.lang.String perm)
          Gets the references of the children.
 java.lang.String AbstractSession.getCurrentLifeCycleState(DocumentRef docRef)
           
 java.lang.String CoreSession.getCurrentLifeCycleState(DocumentRef docRef)
          Returns the life cycle of the document.
 DataModel AbstractSession.getDataModel(DocumentRef docRef, java.lang.String schema)
           
 DataModel CoreSession.getDataModel(DocumentRef docRef, java.lang.String schema)
          Retrieves the data model given its schema and the reference of the owner document.
 java.lang.Object AbstractSession.getDataModelField(DocumentRef docRef, java.lang.String schema, java.lang.String field)
           
 java.lang.Object CoreSession.getDataModelField(DocumentRef docRef, java.lang.String schema, java.lang.String field)
          Retrieves the given field value from the given schema for the given document.
 java.lang.Object[] AbstractSession.getDataModelFields(DocumentRef docRef, java.lang.String schema, java.lang.String[] fields)
           
 java.lang.Object[] CoreSession.getDataModelFields(DocumentRef docRef, java.lang.String schema, java.lang.String[] fields)
          The bulk version of the above method.
 java.lang.Object[] AbstractSession.getDataModelsField(DocumentRef[] docRefs, java.lang.String schema, java.lang.String field)
           
 java.lang.Object[] CoreSession.getDataModelsField(DocumentRef[] docRefs, java.lang.String schema, java.lang.String field)
          Retrieves the given field value from the given schema for all the given documents.
 java.lang.Object[] AbstractSession.getDataModelsFieldUp(DocumentRef docRef, java.lang.String schema, java.lang.String field)
           
 java.lang.Object[] CoreSession.getDataModelsFieldUp(DocumentRef docRef, java.lang.String schema, java.lang.String field)
          Retrieves the given field value from the given schema for the given document along with all its parent documents.
 DocumentModel AbstractSession.getDocument(DocumentRef docRef)
           
 DocumentModel CoreSession.getDocument(DocumentRef docRef)
          Gets a document model given its reference.
 DocumentModel AbstractSession.getDocument(DocumentRef docRef, java.lang.String[] schemas)
           
 DocumentModel CoreSession.getDocument(DocumentRef docRef, java.lang.String[] schemas)
          Gets a document model given its reference and the initial set of schemas to use.
 DocumentModelList AbstractSession.getDocuments(DocumentRef[] docRefs)
           
 DocumentModelList CoreSession.getDocuments(DocumentRef[] docRefs)
          Gets a list of documents given their references.
<T extends java.io.Serializable>
T
AbstractSession.getDocumentSystemProp(DocumentRef ref, java.lang.String systemProperty, java.lang.Class<T> type)
           
<T extends java.io.Serializable>
T
CoreSession.getDocumentSystemProp(DocumentRef ref, java.lang.String systemProperty, java.lang.Class<T> type)
          Gets system property of the specified type for the document ref.
 DocumentModel AbstractSession.getDocumentWithVersion(DocumentRef docRef, VersionModel version)
           
 DocumentModel CoreSession.getDocumentWithVersion(DocumentRef docRef, VersionModel version)
          Returns a document that represents the specified version of the document.
 DocumentModelList AbstractSession.getFiles(DocumentRef parent)
           
 DocumentModelList CoreSession.getFiles(DocumentRef parent)
          Same as CoreSession.getChildren(DocumentRef) but returns only non-folder documents.
 DocumentModelList AbstractSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getFiles(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelIterator AbstractSession.getFilesIterator(DocumentRef parent)
           
 DocumentModelIterator CoreSession.getFilesIterator(DocumentRef parent)
          Same as CoreSession.getFiles(DocumentRef) but returns an iterator.
 DocumentModelList AbstractSession.getFolders(DocumentRef parent)
           
 DocumentModelList CoreSession.getFolders(DocumentRef parent)
          Same as CoreSession.getChildren(DocumentRef) but returns only folder documents.
 DocumentModelList AbstractSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
           
 DocumentModelList CoreSession.getFolders(DocumentRef parent, Filter filter, Sorter sorter)
          Same as CoreSession.getFolders(DocumentRef) but uses an optional filter and sorter on the result.
 DocumentModelIterator AbstractSession.getFoldersIterator(DocumentRef parent)
           
 DocumentModelIterator CoreSession.getFoldersIterator(DocumentRef parent)
          Same as CoreSession.getFolders(DocumentRef) but returns a lazy loading iterator over the list of children.
 DocumentModel AbstractSession.getLastDocumentVersion(DocumentRef docRef)
           
 DocumentModel CoreSession.getLastDocumentVersion(DocumentRef docRef)
          Gets the document corresponding to the last version for the given document.
 DocumentRef AbstractSession.getLastDocumentVersionRef(DocumentRef docRef)
           
 DocumentRef CoreSession.getLastDocumentVersionRef(DocumentRef docRef)
          Gets the document reference corresponding to the last version for the given document.
 VersionModel AbstractSession.getLastVersion(DocumentRef docRef)
           
 VersionModel CoreSession.getLastVersion(DocumentRef docRef)
          Deprecated. use CoreSession.getLastDocumentVersion(org.nuxeo.ecm.core.api.DocumentRef) instead
 java.lang.String AbstractSession.getLifeCyclePolicy(DocumentRef docRef)
           
 java.lang.String CoreSession.getLifeCyclePolicy(DocumentRef docRef)
          Returns the life cycle policy of the document.
 java.lang.String AbstractSession.getLock(DocumentRef docRef)
           
 java.lang.String CoreSession.getLock(DocumentRef doc)
          Gets the lock key on the given document if a lock exists or null otherwise.
 DocumentModel AbstractSession.getParentDocument(DocumentRef docRef)
           
 DocumentModel CoreSession.getParentDocument(DocumentRef docRef)
          Gets the parent document or null if this is the root document.
 DocumentRef[] AbstractSession.getParentDocumentRefs(DocumentRef docRef)
           
 DocumentRef[] CoreSession.getParentDocumentRefs(DocumentRef docRef)
          Creates an array with all parent refs starting from the given document up to the root.
 java.util.List<DocumentModel> AbstractSession.getParentDocuments(DocumentRef docRef)
           
 java.util.List<DocumentModel> CoreSession.getParentDocuments(DocumentRef docRef)
          Gets the parent documents in path from the root to the given document or empty list if this is the root document.
 DocumentModelList AbstractSession.getProxies(DocumentRef docRef, DocumentRef folderRef)
           
 DocumentModelList CoreSession.getProxies(DocumentRef docRef, DocumentRef folderRef)
          Finds the proxies for a document.
 java.lang.String[] AbstractSession.getProxyVersions(DocumentRef docRef, DocumentRef folderRef)
           
 java.lang.String[] CoreSession.getProxyVersions(DocumentRef docRef, DocumentRef folderRef)
          Deprecated. since 5.4, use CoreSession.getProxies(org.nuxeo.ecm.core.api.DocumentRef, org.nuxeo.ecm.core.api.DocumentRef) instead
 DocumentModel AbstractSession.getSourceDocument(DocumentRef docRef)
           
 DocumentModel CoreSession.getSourceDocument(DocumentRef docRef)
          Gets the head (live) document for this document.
 java.util.List<DocumentModel> AbstractSession.getVersions(DocumentRef docRef)
           
 java.util.List<DocumentModel> CoreSession.getVersions(DocumentRef docRef)
          Retrieves all the versions for a specified document.
 java.lang.String AbstractSession.getVersionSeriesId(DocumentRef docRef)
           
 java.lang.String CoreSession.getVersionSeriesId(DocumentRef docRef)
          Gets the version series id for a document.
 java.util.List<VersionModel> AbstractSession.getVersionsForDocument(DocumentRef docRef)
           
 java.util.List<VersionModel> CoreSession.getVersionsForDocument(DocumentRef docRef)
          Retrieves all the versions for a specified document.
 java.util.List<DocumentRef> AbstractSession.getVersionsRefs(DocumentRef docRef)
           
 java.util.List<DocumentRef> CoreSession.getVersionsRefs(DocumentRef docRef)
          Gets the references of the versions of the document.
 DocumentModel AbstractSession.getWorkingCopy(DocumentRef docRef)
           
 DocumentModel CoreSession.getWorkingCopy(DocumentRef docRef)
          Gets the working copy (live document) for a proxy or a version.
 boolean AbstractSession.hasChildren(DocumentRef docRef)
           
 boolean CoreSession.hasChildren(DocumentRef docRef)
          Tests if the document has any children.
 boolean AbstractSession.hasPermission(DocumentRef docRef, java.lang.String permission)
           
 boolean CoreSession.hasPermission(DocumentRef docRef, java.lang.String permission)
          Checks if the principal that created the client session has the given privilege on the referred document.
 boolean AbstractSession.hasPermission(java.security.Principal principal, DocumentRef docRef, java.lang.String permission)
           
 boolean CoreSession.hasPermission(java.security.Principal principal, DocumentRef docRef, java.lang.String permission)
          Checks if a given principal has the given privilege on the referred document.
 void AbstractSession.internalCheckOut(DocumentRef docRef)
           
 boolean AbstractSession.isCheckedOut(DocumentRef docRef)
           
 boolean CoreSession.isCheckedOut(DocumentRef docRef)
          Returns whether the current document is checked-out or not.
 boolean AbstractSession.isDirty(DocumentRef docRef)
          Deprecated. 
 boolean CoreSession.isDirty(DocumentRef doc)
          Deprecated. since 5.4, use CoreSession.isCheckedOut(org.nuxeo.ecm.core.api.DocumentRef) instead
 DocumentModel AbstractSession.move(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 DocumentModel CoreSession.move(DocumentRef src, DocumentRef dst, java.lang.String name)
          Moves the source document to the destination folder under the given name.
 void AbstractSession.move(java.util.List<DocumentRef> src, DocumentRef dst)
           
 void CoreSession.move(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk move.
 void AbstractSession.orderBefore(DocumentRef parent, java.lang.String src, java.lang.String dest)
           
 void CoreSession.orderBefore(DocumentRef parent, java.lang.String src, java.lang.String dest)
          Given a parent document, order the source child before the destination child.
 DocumentModel.DocumentModelRefresh AbstractSession.refreshDocument(DocumentRef ref, int refreshFlags, java.lang.String[] schemas)
           
 DocumentModel.DocumentModelRefresh CoreSession.refreshDocument(DocumentRef ref, int refreshFlags, java.lang.String[] schemas)
          Internal method - it is used internally by DocumentModel.refresh() Get fresh data from a document given a description of what kind of data should be refetched.
 void AbstractSession.removeChildren(DocumentRef docRef)
           
 void CoreSession.removeChildren(DocumentRef docRef)
          Removes all children from the given document.
 void AbstractSession.removeDocument(DocumentRef docRef)
           
 void CoreSession.removeDocument(DocumentRef docRef)
          Removes this document and all its children, if any.
 void AbstractSession.removeDocuments(DocumentRef[] docRefs)
          Implementation uses the fact that the lexicographic ordering of paths is a refinement of the "contains" partial ordering.
 void CoreSession.removeDocuments(DocumentRef[] docRefs)
          Bulk method to remove documents.
static Document DocumentResolver.resolveReference(Session session, DocumentRef docRef)
          Resolves the document given its reference.
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, DocumentRef versionRef)
           
 DocumentModel CoreSession.restoreToVersion(DocumentRef docRef, DocumentRef versionRef)
          Restores the given document to the specified version.
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout)
           
 DocumentModel CoreSession.restoreToVersion(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout)
          Restores the given document to the specified version.
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, VersionModel version)
          Deprecated. 
 DocumentModel CoreSession.restoreToVersion(DocumentRef docRef, VersionModel version)
          Deprecated. use CoreSession.restoreToVersion(DocumentRef, DocumentRef) instead
 DocumentModel AbstractSession.restoreToVersion(DocumentRef docRef, VersionModel version, boolean skipSnapshotCreation)
          Deprecated. 
 DocumentModel CoreSession.restoreToVersion(DocumentRef docRef, VersionModel version, boolean skipSnapshotCreation)
          Deprecated. use CoreSession.restoreToVersion(DocumentRef, DocumentRef, boolean, boolean) instead
 void AbstractSession.setACP(DocumentRef docRef, ACP newAcp, boolean overwrite)
           
 void CoreSession.setACP(DocumentRef docRef, ACP acp, boolean overwrite)
          Sets the ACP for this document.
<T extends java.io.Serializable>
void
AbstractSession.setDocumentSystemProp(DocumentRef ref, java.lang.String systemProperty, T value)
           
<T extends java.io.Serializable>
void
CoreSession.setDocumentSystemProp(DocumentRef ref, java.lang.String systemProperty, T value)
          Sets given value as a system property.
 void AbstractSession.setLock(DocumentRef docRef, java.lang.String key)
           
 void CoreSession.setLock(DocumentRef doc, java.lang.String key)
          Sets a lock on the given document using the given key.
 java.lang.String AbstractSession.unlock(DocumentRef docRef)
           
 java.lang.String CoreSession.unlock(DocumentRef docRef)
          Removes the lock if one exists.
 

Method parameters in org.nuxeo.ecm.core.api with type arguments of type DocumentRef
 java.util.List<DocumentModel> AbstractSession.copy(java.util.List<DocumentRef> src, DocumentRef dst)
           
 java.util.List<DocumentModel> CoreSession.copy(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk copy.
 java.util.List<DocumentModel> AbstractSession.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
           
 java.util.List<DocumentModel> CoreSession.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk copyProxyAsDocument.
 void AbstractSession.move(java.util.List<DocumentRef> src, DocumentRef dst)
           
 void CoreSession.move(java.util.List<DocumentRef> src, DocumentRef dst)
          Bulk move.
 

Uses of DocumentRef in org.nuxeo.ecm.core.api.ejb
 

Methods in org.nuxeo.ecm.core.api.ejb that return DocumentRef
 DocumentRef DocumentManagerBean.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
           
 DocumentRef DocumentManagerBean.getLastDocumentVersionRef(DocumentRef docRef)
           
 

Methods in org.nuxeo.ecm.core.api.ejb with parameters of type DocumentRef
 DocumentRef DocumentManagerBean.checkIn(DocumentRef docRef, VersioningOption option, java.lang.String checkinComment)
           
 DocumentModel DocumentManagerBean.checkIn(DocumentRef docRef, VersionModel version)
          Deprecated. 
 void DocumentManagerBean.checkOut(DocumentRef docRef)
           
 DocumentModel DocumentManagerBean.copy(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 java.util.List<DocumentModel> DocumentManagerBean.copy(java.util.List<DocumentRef> src, DocumentRef dst)
           
 DocumentModel DocumentManagerBean.copyProxyAsDocument(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 java.util.List<DocumentModel> DocumentManagerBean.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
           
 DocumentModel DocumentManagerBean.createProxy(DocumentRef docRef, DocumentRef folderRef)
           
 DocumentModel DocumentManagerBean.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
           
 boolean DocumentManagerBean.followTransition(DocumentRef docRef, java.lang.String transition)
           
 DocumentModel DocumentManagerBean.getLastDocumentVersion(DocumentRef docRef)
           
 DocumentRef DocumentManagerBean.getLastDocumentVersionRef(DocumentRef docRef)
           
 DocumentModel DocumentManagerBean.getSourceDocument(DocumentRef docRef)
           
 java.util.List<DocumentModel> DocumentManagerBean.getVersions(DocumentRef docRef)
           
 java.util.List<VersionModel> DocumentManagerBean.getVersionsForDocument(DocumentRef docRef)
           
 DocumentModel DocumentManagerBean.move(DocumentRef src, DocumentRef dst, java.lang.String name)
           
 void DocumentManagerBean.move(java.util.List<DocumentRef> src, DocumentRef dst)
           
 void DocumentManagerBean.removeChildren(DocumentRef docRef)
           
 void DocumentManagerBean.removeDocuments(DocumentRef[] docRefs)
           
 DocumentModel DocumentManagerBean.restoreToVersion(DocumentRef docRef, VersionModel version)
           
 void DocumentManagerBean.setACP(DocumentRef docRef, ACP newAcp, boolean overwrite)
           
 void DocumentManagerBean.setLock(DocumentRef docRef, java.lang.String key)
           
 java.lang.String DocumentManagerBean.unlock(DocumentRef docRef)
           
 

Method parameters in org.nuxeo.ecm.core.api.ejb with type arguments of type DocumentRef
 java.util.List<DocumentModel> DocumentManagerBean.copy(java.util.List<DocumentRef> src, DocumentRef dst)
           
 java.util.List<DocumentModel> DocumentManagerBean.copyProxyAsDocument(java.util.List<DocumentRef> src, DocumentRef dst)
           
 void DocumentManagerBean.move(java.util.List<DocumentRef> src, DocumentRef dst)
           
 

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

Methods in org.nuxeo.ecm.core.api.impl that return DocumentRef
 DocumentRef SimpleDocumentModel.checkIn(VersioningOption option, java.lang.String description)
           
 DocumentRef DocumentModelImpl.checkIn(VersioningOption option, java.lang.String description)
           
 DocumentRef DocumentLocationImpl.getDocRef()
           
 DocumentRef DocsQueryProviderDef.getParent()
           
 DocumentRef SimpleDocumentModel.getParentRef()
           
 DocumentRef DocumentModelImpl.getParentRef()
           
 DocumentRef SimpleDocumentModel.getRef()
           
 DocumentRef DocumentModelImpl.getRef()
           
 

Methods in org.nuxeo.ecm.core.api.impl with parameters of type DocumentRef
 void DocsQueryProviderDef.setParent(DocumentRef parentRef)
           
 

Constructors in org.nuxeo.ecm.core.api.impl with parameters of type DocumentRef
DocumentLocationImpl(java.lang.String serverName, DocumentRef docRef)
           
DocumentModelImpl(java.lang.String sid, java.lang.String type, java.lang.String id, Path path, DocumentRef docRef, DocumentRef parentRef, java.lang.String[] schemas, java.util.Set<java.lang.String> facets)
          Constructor to be used on server side to create a document model.
DocumentModelImpl(java.lang.String sid, java.lang.String type, java.lang.String id, Path path, java.lang.String lock, DocumentRef docRef, DocumentRef parentRef, java.lang.String[] schemas, java.util.Set<java.lang.String> facets)
          Deprecated. 
DocumentModelImpl(java.lang.String sid, java.lang.String type, java.lang.String id, Path path, java.lang.String lock, DocumentRef docRef, DocumentRef parentRef, java.lang.String[] schemas, java.util.Set<java.lang.String> facets, java.lang.String sourceId, java.lang.String repositoryName)
          Constructor for DocumentModelImpl.
 

Constructor parameters in org.nuxeo.ecm.core.api.impl with type arguments of type DocumentRef
DocumentRefListImpl(java.util.List<DocumentRef> list)
           
DocumentRefListImpl(java.util.List<DocumentRef> list, long totalSize)
          Constructs a DocumentModelListImpl and sets the "total size" information.
 

Uses of DocumentRef in org.nuxeo.ecm.core.api.operation
 

Fields in org.nuxeo.ecm.core.api.operation declared as DocumentRef
 DocumentRef Modification.ref
           
 

Methods in org.nuxeo.ecm.core.api.operation with parameters of type DocumentRef
 boolean ModificationSet.add(DocumentRef ref, int modifType)
           
 void Operation.addModification(DocumentRef ref, int modifType)
           
 boolean ModificationSet.contains(DocumentRef ref)
           
 Modification ModificationSet.getModifcation(DocumentRef ref)
          Deprecated. 
 Modification ModificationSet.getModification(DocumentRef ref)
          Deprecated. returns a merged modification, unsafe to use this where order of notifications is important
 int ModificationSet.indexOf(DocumentRef ref)
           
 Modification ModificationSet.removeModification(DocumentRef ref)
          Deprecated. returns a merged modification, unsafe to use this where order of notifications is important
 

Constructors in org.nuxeo.ecm.core.api.operation with parameters of type DocumentRef
LockOperation(DocumentRef ref, java.lang.String key)
           
Modification(DocumentRef ref, int type)
           
UnlockOperation(DocumentRef ref)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.api.repository
 

Methods in org.nuxeo.ecm.core.api.repository with parameters of type DocumentRef
 DocumentModelList DocumentQuery.getChildren(DocumentRef parent)
          Deprecated.  
 DocumentModelList DocumentQuery.getFiles(DocumentRef parent)
          Deprecated.  
 DocumentModelList DocumentQuery.getFolders(DocumentRef parent)
          Deprecated.  
 

Uses of DocumentRef in org.nuxeo.ecm.core.api.repository.cache
 

Methods in org.nuxeo.ecm.core.api.repository.cache with parameters of type DocumentRef
 void DocumentModelCache.cacheChild(DocumentRef parent, DocumentRef child)
           
 void CachingRepositoryInstanceHandler.cacheChild(DocumentRef parent, DocumentRef child)
           
 void DocumentModelCache.cacheChildren(DocumentRef parent, DocumentModelList children)
           
 void CachingRepositoryInstanceHandler.cacheChildren(DocumentRef parent, DocumentModelList children)
          This will modify the given list and replace documents with the cached versions.
 DocumentModel CachingRepositoryInstanceHandler.createProxy(DocumentRef parentRef, DocumentRef docRef, VersionModel version, boolean overwriteExistingProxy)
           
 DocumentModelList DocumentModelCache.fetchAndCacheChildren(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.fetchAndCacheChildren(DocumentRef parent)
           
 DocumentModelList DocumentModelCache.fetchChildren(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.fetchChildren(DocumentRef parent)
           
 DocumentModel DocumentModelCache.fetchDocument(DocumentRef ref)
           
 DocumentModel CachingRepositoryInstanceHandler.fetchDocument(DocumentRef ref)
           
 DocumentModelList DocumentModelCache.getCachedChildren(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.getCachedChildren(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.getCachedChildrenWithFacet(DocumentRef parent, java.lang.String facet)
           
 DocumentModelList CachingRepositoryInstanceHandler.getCachedChildrenWithoutFacet(DocumentRef parent, java.lang.String facet)
           
 DocumentModelList CachingRepositoryInstanceHandler.getCachedChildrenWithType(DocumentRef parent, java.lang.String type)
           
 DocumentModel DocumentModelCache.getCachedDocument(DocumentRef ref)
           
 DocumentModel CachingRepositoryInstanceHandler.getCachedDocument(DocumentRef ref)
           
 DocumentModel CachingRepositoryInstanceHandler.getChild(DocumentRef parent, java.lang.String name)
           
 DocumentModelList CachingRepositoryInstanceHandler.getChildren(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.getChildren(DocumentRef parent, java.lang.String type)
           
 DocumentModelIterator CachingRepositoryInstanceHandler.getChildrenIterator(DocumentRef parent)
           
 DocumentModel CachingRepositoryInstanceHandler.getDocument(DocumentRef ref)
           
 java.lang.String CachingRepositoryInstanceHandler.getDocumentId(DocumentRef docRef)
          Children Cache
 DocumentModelList CachingRepositoryInstanceHandler.getFiles(DocumentRef parent)
           
 DocumentModelList CachingRepositoryInstanceHandler.getFolders(DocumentRef parent)
           
 DocumentModel CachingRepositoryInstanceHandler.getParentDocument(DocumentRef ref)
           
 void DocumentModelCache.uncacheChild(DocumentRef parent, DocumentRef child)
           
 void CachingRepositoryInstanceHandler.uncacheChild(DocumentRef parent, DocumentRef child)
           
 void DocumentModelCache.uncacheChildren(DocumentRef parent)
           
 void CachingRepositoryInstanceHandler.uncacheChildren(DocumentRef parent)
           
 DocumentModel DocumentModelCache.uncacheDocument(DocumentRef ref)
           
 DocumentModel CachingRepositoryInstanceHandler.uncacheDocument(DocumentRef ref)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.event.impl
 

Methods in org.nuxeo.ecm.core.event.impl that return DocumentRef
 DocumentRef ShallowDocumentModel.checkIn(VersioningOption option, java.lang.String checkinComment)
           
 DocumentRef DocumentEventContext.getDestination()
           
 DocumentRef ShallowDocumentModel.getParentRef()
           
 DocumentRef ShallowDocumentModel.getRef()
           
 

Constructors in org.nuxeo.ecm.core.event.impl with parameters of type DocumentRef
DocumentEventContext(CoreSession session, java.security.Principal principal, DocumentModel source, DocumentRef destDoc)
           
 

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

Methods in org.nuxeo.ecm.core.io that return types with arguments of type DocumentRef
 java.util.Map<DocumentRef,DocumentRef> DocumentTranslationMap.getDocRefMap()
          Returns the unmodifiable map of document references.
 java.util.Map<DocumentRef,DocumentRef> DocumentTranslationMap.getDocRefMap()
          Returns the unmodifiable map of document references.
 

Methods in org.nuxeo.ecm.core.io with parameters of type DocumentRef
 DocumentTranslationMap IODocumentManager.importDocuments(java.io.InputStream in, java.lang.String repo, DocumentRef root)
           
 void DocumentTranslationMap.put(DocumentRef oldRef, DocumentRef newRef)
           
 

Method parameters in org.nuxeo.ecm.core.io with type arguments of type DocumentRef
 DocumentTranslationMap IODocumentManager.exportDocuments(java.io.OutputStream out, java.lang.String repo, java.util.Collection<DocumentRef> sources, boolean recurse, java.lang.String format)
           
 void DocumentTranslationMap.putAll(java.util.Map<DocumentRef,DocumentRef> refs)
           
 void DocumentTranslationMap.putAll(java.util.Map<DocumentRef,DocumentRef> refs)
           
 

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

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

Methods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentRef
 DocumentTranslationMap IODocumentManagerImpl.importDocuments(java.io.InputStream in, java.lang.String repo, DocumentRef root)
           
 void DocumentTranslationMapImpl.put(DocumentRef oldRef, DocumentRef newRef)
           
 

Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentRef
 DocumentTranslationMap IODocumentManagerImpl.exportDocuments(java.io.OutputStream out, java.lang.String repo, java.util.Collection<DocumentRef> sources, boolean recurse, java.lang.String format)
           
 void DocumentTranslationMapImpl.putAll(java.util.Map<DocumentRef,DocumentRef> refs)
           
 void DocumentTranslationMapImpl.putAll(java.util.Map<DocumentRef,DocumentRef> refs)
           
 

Constructor parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentRef
DocumentTranslationMapImpl(java.lang.String oldServerName, java.lang.String newServerName, java.util.Map<DocumentRef,DocumentRef> map)
           
DocumentTranslationMapImpl(java.lang.String oldServerName, java.lang.String newServerName, java.util.Map<DocumentRef,DocumentRef> map)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.io.impl.plugins
 

Method parameters in org.nuxeo.ecm.core.io.impl.plugins with type arguments of type DocumentRef
static DocumentsListReader DocumentsListReader.createDocumentsListReader(CoreSession session, java.util.Collection<DocumentRef> docRefsList)
           
 

Constructors in org.nuxeo.ecm.core.io.impl.plugins with parameters of type DocumentRef
DocumentChildrenReader(CoreSession session, DocumentRef root)
           
DocumentTreeReader(CoreSession session, DocumentRef root)
           
SingleDocumentReader(CoreSession session, DocumentRef root)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.management.storage
 

Methods in org.nuxeo.ecm.core.management.storage with parameters of type DocumentRef
 void DocumentStoreHandler.onStorageInitialization(CoreSession session, DocumentRef rootletRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.management.test
 

Methods in org.nuxeo.ecm.core.management.test with parameters of type DocumentRef
 void FakeDocumentStoreHandler.onStorageInitialization(CoreSession session, DocumentRef rootletRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.rest
 

Methods in org.nuxeo.ecm.core.rest with parameters of type DocumentRef
 DocumentObject DocumentObject.newDocument(DocumentRef ref)
           
static DocumentObject DocumentFactory.newDocument(WebContext ctx, DocumentRef ref)
           
static DocumentObject DocumentFactory.newDocumentRoot(WebContext ctx, DocumentRef ref)
           
 

Constructors in org.nuxeo.ecm.core.rest with parameters of type DocumentRef
DocumentRoot(WebContext ctx, DocumentRef root)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.search.api.client.indexing.resources.document
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document that return DocumentRef
 DocumentRef DocumentIndexableResource.getDocParentRef()
          Returns the parent document reference.
 DocumentRef DocumentIndexableResource.getDocRef()
          Returns a the document reference.
 

Uses of DocumentRef in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl
 

Methods in org.nuxeo.ecm.core.search.api.client.indexing.resources.document.impl that return DocumentRef
 DocumentRef DocumentIndexableResourceImpl.getDocParentRef()
           
 DocumentRef DocumentIndexableResourceImpl.getDocRef()
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.search.api.client.search.results.document.impl
 

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.document.impl with parameters of type DocumentRef
ResultDocumentModel(java.lang.String type, java.lang.String id, Path path, DocumentRef docRef, DocumentRef parentRef, java.lang.String[] schemas, java.util.Set<java.lang.String> facets, java.lang.String lifeCycleState, java.lang.String versionLabel, java.lang.String repoName)
          Deprecated. 
ResultDocumentModel(java.lang.String type, java.lang.String id, Path path, DocumentRef docRef, DocumentRef parentRef, java.lang.String[] schemas, java.util.Set<java.lang.String> facets, java.lang.String lifeCycleState, java.lang.String versionLabel, java.lang.String repoName, long flags)
           
 

Uses of DocumentRef in org.nuxeo.ecm.core.trash
 

Fields in org.nuxeo.ecm.core.trash with type parameters of type DocumentRef
 java.util.Set<DocumentRef> TrashInfo.rootParentRefs
          Refs of parents of common tree roots of docs found ok.
 java.util.List<DocumentRef> TrashInfo.rootRefs
          Refs of common tree roots of docs found ok.
 

Methods in org.nuxeo.ecm.core.trash that return types with arguments of type DocumentRef
 java.util.Set<DocumentRef> TrashServiceImpl.undeleteDocuments(java.util.List<DocumentModel> docs)
           
 java.util.Set<DocumentRef> TrashService.undeleteDocuments(java.util.List<DocumentModel> docs)
          Undeletes documents (and ancestors if needed to make them visible).
 

Method parameters in org.nuxeo.ecm.core.trash with type arguments of type DocumentRef
 void TrashServiceImpl.purgeDocuments(CoreSession session, java.util.List<DocumentRef> docRefs)
           
 void TrashService.purgeDocuments(CoreSession session, java.util.List<DocumentRef> docRefs)
          Purges (completely deletes) documents .
 

Uses of DocumentRef in org.nuxeo.ecm.core.trash.ejb
 

Methods in org.nuxeo.ecm.core.trash.ejb that return types with arguments of type DocumentRef
 java.util.Set<DocumentRef> TrashServiceBean.undeleteDocuments(java.util.List<DocumentModel> docs)
           
 

Method parameters in org.nuxeo.ecm.core.trash.ejb with type arguments of type DocumentRef
 void TrashServiceBean.purgeDocuments(CoreSession session, java.util.List<DocumentRef> docRefs)
           
 

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

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

Methods in org.nuxeo.ecm.platform.annotations.repository with parameters of type DocumentRef
 java.net.URI URNDocumentViewTranslator.getUriFromDocumentView(java.lang.String serverName, DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.audit.api
 

Methods in org.nuxeo.ecm.platform.audit.api with parameters of type DocumentRef
 void LogEntry.setDocUUID(DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.audit.io
 

Methods in org.nuxeo.ecm.platform.audit.io that return types with arguments of type DocumentRef
 java.util.Map<DocumentRef,java.util.List<LogEntry>> IOAuditResources.getLogsMap()
           
 

Methods in org.nuxeo.ecm.platform.audit.io with parameters of type DocumentRef
 java.util.List<LogEntry> IOAuditResources.getDocumentLogs(DocumentRef docRef)
           
static java.util.List<LogEntry> IOLogEntryBase.translate(java.util.List<LogEntry> docLogs, DocumentRef newRef)
           
 

Method parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type DocumentRef
 IOResources IOAuditAdapter.extractResources(java.lang.String repo, java.util.Collection<DocumentRef> sources)
          Extract logs involving given documents.
 

Constructor parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type DocumentRef
IOAuditResources(java.util.Map<DocumentRef,java.util.List<LogEntry>> docLogs)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.audit.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb that return DocumentRef
 DocumentRef LinkedDocument.getDocumentRef()
           
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb with parameters of type DocumentRef
 void LinkedDocument.setDocumentRef(DocumentRef documentRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.comment.web
 

Fields in org.nuxeo.ecm.platform.comment.web declared as DocumentRef
 DocumentRef AbstractCommentManagerActionsBean.FollowTransitionUnrestricted.docRef
           
 

Constructors in org.nuxeo.ecm.platform.comment.web with parameters of type DocumentRef
AbstractCommentManagerActionsBean.FollowTransitionUnrestricted(CoreSession session, DocumentRef docRef, java.lang.String transition)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.ejb
 

Methods in org.nuxeo.ecm.platform.ejb with parameters of type DocumentRef
 java.util.List<DocumentModel> ECContentRootBean.getContentRootChildren(java.lang.String documentType, DocumentRef docRef, CoreSession handle)
           
 java.util.List<DocumentModel> ECContentRootBean.getContentRootDocuments(DocumentRef docRef, CoreSession handle)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.interfaces.ejb
 

Methods in org.nuxeo.ecm.platform.interfaces.ejb with parameters of type DocumentRef
 java.util.List<DocumentModel> ECContentRoot.getContentRootChildren(java.lang.String documentType, DocumentRef documentRef, CoreSession handle)
          Returns the children list of the specified content root document.
 java.util.List<DocumentModel> ECContentRoot.getContentRootDocuments(DocumentRef docRef, CoreSession handle)
          Retrieves the content root documents associated with a specific domain.
 

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

Methods in org.nuxeo.ecm.platform.io.api that return types with arguments of type DocumentRef
 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).
 

Methods in org.nuxeo.ecm.platform.io.api with parameters of type DocumentRef
 void IOManager.importDocumentsAndResources(java.io.InputStream in, java.lang.String repo, DocumentRef root)
          Import document and resources described by given input stream at given document location.
 

Method parameters in org.nuxeo.ecm.platform.io.api with type arguments of type DocumentRef
 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.exportDocumentsAndResources(java.io.OutputStream out, java.lang.String repo, java.util.Collection<DocumentRef> sources, boolean recurse, java.lang.String format, java.util.Collection<java.lang.String> ioAdapters)
          Export documents and resources.
 java.lang.String IOManager.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.util.Collection<java.lang.String> ioAdapters)
          Exports the documents and resources specified by sources and creates an external reachable URI (through stream service) from where a client could download the export.
 java.lang.String IOManager.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
          Exports documents as an streamable archive - using all options
 IOResources IOResourceAdapter.extractResources(java.lang.String repo, java.util.Collection<DocumentRef> sources)
          Extracts resources for given document locations.
abstract  IOResources AbstractIOResourceAdapter.extractResources(java.lang.String repo, java.util.Collection<DocumentRef> sources)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.io.api.util
 

Methods in org.nuxeo.ecm.platform.io.api.util that return DocumentRef
 DocumentRef IOConfiguration.getFirstDocument()
           
 DocumentRef AbstractIOConfiguration.getFirstDocument()
           
 

Methods in org.nuxeo.ecm.platform.io.api.util that return types with arguments of type DocumentRef
 java.util.Collection<DocumentRef> IOConfiguration.getDocuments()
           
 java.util.Collection<DocumentRef> AbstractIOConfiguration.getDocuments()
           
 

Methods in org.nuxeo.ecm.platform.io.api.util with parameters of type DocumentRef
 void IOConfiguration.addDocument(DocumentRef docRef)
           
 void AbstractIOConfiguration.addDocument(DocumentRef docRef)
           
 

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

Methods in org.nuxeo.ecm.platform.io.ejb that return types with arguments of type DocumentRef
 java.util.Collection<DocumentRef> IOManagerBean.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 

Methods in org.nuxeo.ecm.platform.io.ejb with parameters of type DocumentRef
 void IOManagerBean.importDocumentsAndResources(java.io.InputStream in, java.lang.String repo, DocumentRef root)
           
 

Method parameters in org.nuxeo.ecm.platform.io.ejb with type arguments of type DocumentRef
 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.exportDocumentsAndResources(java.io.OutputStream out, java.lang.String repo, java.util.Collection<DocumentRef> sources, boolean recurse, java.lang.String format, java.util.Collection<java.lang.String> ioAdapters)
           
 java.lang.String IOManagerBean.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.util.Collection<java.lang.String> ioAdapters)
           
 java.lang.String IOManagerBean.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.io.impl
 

Methods in org.nuxeo.ecm.platform.io.impl that return types with arguments of type DocumentRef
 java.util.Collection<DocumentRef> IOManagerImpl.copyDocumentsAndResources(java.lang.String repo, java.util.Collection<DocumentRef> sources, DocumentLocation targetLocation, java.util.Collection<java.lang.String> ioAdapters)
           
 

Methods in org.nuxeo.ecm.platform.io.impl with parameters of type DocumentRef
 void IOManagerImpl.importDocumentsAndResources(java.io.InputStream in, java.lang.String repo, DocumentRef root)
           
 void IOManagerImpl.importDocumentsAndResources(java.io.InputStream in, java.lang.String repo, DocumentRef root, DocumentWriter customDocWriter)
           
 

Method parameters in org.nuxeo.ecm.platform.io.impl with type arguments of type DocumentRef
 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.exportDocumentsAndResources(java.io.OutputStream out, java.lang.String repo, java.util.Collection<DocumentRef> sources, boolean recurse, java.lang.String format, java.util.Collection<java.lang.String> ioAdapters)
           
 java.lang.String IOManagerImpl.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.util.Collection<java.lang.String> ioAdapters)
           
 java.lang.String IOManagerImpl.externalizeExport(java.lang.String repo, java.util.Collection<DocumentRef> sources, java.lang.String docReaderFactoryName, java.util.Map<java.lang.String,java.lang.Object> readerFactoryParams, java.util.Collection<java.lang.String> ioAdapters)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.jbpm.core.helper
 

Constructors in org.nuxeo.ecm.platform.jbpm.core.helper with parameters of type DocumentRef
AddRightUnrestricted(CoreSession session, DocumentRef docRef, ACP acp)
           
RemoveRightsUnrestricted(CoreSession session, DocumentRef docRef, java.lang.String aclName)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.jbpm.dashboard
 

Methods in org.nuxeo.ecm.platform.jbpm.dashboard that return DocumentRef
 DocumentRef DashBoardItemImpl.getDocRef()
           
 DocumentRef DashBoardItem.getDocRef()
          Returns the document reference on which the item is bound.
 

Uses of DocumentRef in org.nuxeo.ecm.platform.jbpm.web
 

Methods in org.nuxeo.ecm.platform.jbpm.web with parameters of type DocumentRef
 java.util.List<java.lang.String> JbpmActionsBean.getAllowedStateTransitions(DocumentRef ref)
           
 java.util.List<java.lang.String> JbpmActions.getAllowedStateTransitions(DocumentRef ref)
          Returns the list of allowed life cycle state transitions for given document.
 

Uses of DocumentRef in org.nuxeo.ecm.platform.preview.helper
 

Methods in org.nuxeo.ecm.platform.preview.helper that return DocumentRef
static DocumentRef PreviewHelper.getDocumentRefFromPreviewURL(java.lang.String url)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.api
 

Methods in org.nuxeo.ecm.platform.publisher.api that return DocumentRef
 DocumentRef PublishedDocument.getSourceDocumentRef()
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.impl.core
 

Methods in org.nuxeo.ecm.platform.publisher.impl.core that return DocumentRef
 DocumentRef SimpleCorePublishedDocument.getSourceDocumentRef()
           
 DocumentRef CoreFolderPublicationNode.getTargetDocumentRef()
           
 

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

Methods in org.nuxeo.ecm.platform.publisher.impl.localfs that return DocumentRef
 DocumentRef FSPublishedDocument.getSourceDocumentRef()
           
 

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

Constructors in org.nuxeo.ecm.platform.publisher.remoting.marshaling with parameters of type DocumentRef
ExtendedDocumentLocation(java.lang.String serverName, DocumentRef docRef)
           
ExtendedDocumentLocation(java.lang.String originalServer, java.lang.String serverName, DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic that return DocumentRef
 DocumentRef BasicPublishedDocument.getSourceDocumentRef()
           
 

Constructors in org.nuxeo.ecm.platform.publisher.remoting.marshaling.basic with parameters of type DocumentRef
BasicPublishedDocument(DocumentRef docRef, java.lang.String repositoryName, java.lang.String serverName, java.lang.String versionLabel, java.lang.String path, java.lang.String parentPath, boolean isPending)
           
 

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

Methods in org.nuxeo.ecm.platform.publisher.remoting.server that return DocumentRef
 DocumentRef ExternalCorePublishedDocument.getSourceDocumentRef()
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.relations.io
 

Methods in org.nuxeo.ecm.platform.relations.io that return types with arguments of type DocumentRef
 java.util.Map<DocumentRef,java.util.Set<Resource>> IORelationResources.getResourcesMap()
           
 

Methods in org.nuxeo.ecm.platform.relations.io with parameters of type DocumentRef
 java.util.Set<Resource> IORelationResources.getDocumentResources(DocumentRef docRef)
           
 

Method parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type DocumentRef
 IOResources IORelationAdapter.extractResources(java.lang.String repo, java.util.Collection<DocumentRef> sources)
          Extract relations involving given documents.
 

Constructor parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type DocumentRef
IORelationResources(java.util.Map<java.lang.String,java.lang.String> namespaces, java.util.Map<DocumentRef,java.util.Set<Resource>> documentResources, java.util.List<Statement> statements)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type DocumentRef
 java.lang.String NavigationContext.navigateTo(RepositoryLocation serverLocation, DocumentRef docRef)
          Initializes the context for the given refs and returns the default view for the doc.
 java.lang.String NavigationContext.navigateToRef(DocumentRef docRef)
          Updates the context and returns the view for the given document ref.
 

Uses of DocumentRef in org.nuxeo.ecm.platform.ui.web.cache
 

Methods in org.nuxeo.ecm.platform.ui.web.cache with parameters of type DocumentRef
 void ThreadSafeCacheHolder.addToCache(DocumentRef docRef, java.lang.String key, T value)
           
 void SimpleCacheHolder.addToCache(DocumentRef docRef, java.lang.String key, T value)
           
 T ThreadSafeCacheHolder.getFromCache(DocumentRef docRef, java.lang.String key)
           
 T SimpleCacheHolder.getFromCache(DocumentRef docRef, java.lang.String key)
           
 void ThreadSafeCacheHolder.removeFromCache(DocumentRef docRef, java.lang.String key)
           
 void SimpleCacheHolder.removeFromCache(DocumentRef docRef, java.lang.String key)
           
 

Uses of DocumentRef in org.nuxeo.ecm.platform.ui.web.component.document
 

Methods in org.nuxeo.ecm.platform.ui.web.component.document that return DocumentRef
 DocumentRef RestDocumentLink.getDocumentIdRef()
           
 

Methods in org.nuxeo.ecm.platform.ui.web.component.document with parameters of type DocumentRef
 void RestDocumentLink.setDocumentIdRef(DocumentRef documentIdRef)
           
 

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

Methods in org.nuxeo.ecm.platform.ui.web.util that return types with arguments of type DocumentRef
static java.util.List<DocumentRef> DocumentsListsUtils.getDocRefs(java.util.List<DocumentModel> documentsList)
          Returns list of DocumentRef corresponding to the list of documents.
static java.util.List<DocumentRef> DocumentsListsUtils.getParentRefFromDocumentList(java.util.List<DocumentModel> documentList)
          Returns the list of parents documentRef.
 

Methods in org.nuxeo.ecm.platform.ui.web.util with parameters of type DocumentRef
static java.lang.String DocumentLocator.getDocumentUrl(RepositoryLocation serverLocation, DocumentRef docRef)
          Deprecated.  
static java.lang.String DocumentLocator.getDocumentUrl(java.lang.String serverLocationName, DocumentRef docRef)
          Deprecated. Returns something like getDocument.faces?
static java.lang.String DocumentLocator.getFullDocumentUrl(RepositoryLocation serverLocation, DocumentRef docRef)
          Deprecated. Returns something like http://server:port/nuxeo/getDocument.xhtml?
static java.lang.String DocumentLocator.getFullDocumentUrl(java.lang.String serverLocation, DocumentRef docRef)
          Deprecated. Returns something like http://server:port/nuxeo/getDocument.xhtml?
 

Uses of DocumentRef in org.nuxeo.ecm.shell
 

Methods in org.nuxeo.ecm.shell that return DocumentRef
 DocumentRef CommandContext.getCurrentDocument()
           
 

Methods in org.nuxeo.ecm.shell with parameters of type DocumentRef
 DocumentModel CommandContext.getDocumentByPath(DocumentRef base, Path path)
           
 void CommandContext.setCurrentDocument(DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.shell.commands.repository
 

Methods in org.nuxeo.ecm.shell.commands.repository with parameters of type DocumentRef
 int TreeCommand.getTreeList(DocumentRef ref)
           
 

Uses of DocumentRef in org.nuxeo.ecm.webapp.clipboard
 

Methods in org.nuxeo.ecm.webapp.clipboard that return DocumentRef
 DocumentRef SummaryEntry.getDocumentRef()
           
 

Methods in org.nuxeo.ecm.webapp.clipboard with parameters of type DocumentRef
 java.lang.String ClipboardActionsBean.removeWorkListItem(DocumentRef ref)
           
 java.lang.String ClipboardActions.removeWorkListItem(DocumentRef ref)
          Called when the delete button is clicked on the clipboard.
 void SummaryEntry.setDocumentRef(DocumentRef documentRef)
           
 void SummaryEntry.setParent(DocumentRef parentRef)
           
 

Constructors in org.nuxeo.ecm.webapp.clipboard with parameters of type DocumentRef
SummaryEntry(DocumentRef reference)
           
 

Uses of DocumentRef in org.nuxeo.ecm.webapp.context
 

Methods in org.nuxeo.ecm.webapp.context with parameters of type DocumentRef
 java.lang.String NavigationContextBean.navigateTo(RepositoryLocation serverLocation, DocumentRef docRef)
           
 java.lang.String NavigationContextBean.navigateToRef(DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.webapp.helpers
 

Methods in org.nuxeo.ecm.webapp.helpers with parameters of type DocumentRef
 java.lang.String ParalleleNavigationHelper.getDocumentFullUrl(DocumentRef docRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.webapp.querymodel
 

Methods in org.nuxeo.ecm.webapp.querymodel with parameters of type DocumentRef
 QueryModel QueryModelActionsBean.load(java.lang.String queryModelName, DocumentRef ref)
           
 QueryModel QueryModelActions.load(java.lang.String queryModelName, DocumentRef ref)
          Load a stateful QueryModel from the specified DocumentRef.
 

Uses of DocumentRef in org.nuxeo.ecm.webengine.gwt.helper
 

Methods in org.nuxeo.ecm.webengine.gwt.helper with parameters of type DocumentRef
static net.sf.json.JSONArray GWTHelper.getChildren(CoreSession session, DocumentRef docRef)
           
static net.sf.json.JSONArray GWTHelper.getChildren(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
static net.sf.json.JSONArray GWTHelper.getChildrenFiles(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
static net.sf.json.JSONArray GWTHelper.getChildrenFolders(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
 

Uses of DocumentRef in org.nuxeo.ecm.webengine.util
 

Methods in org.nuxeo.ecm.webengine.util with parameters of type DocumentRef
static net.sf.json.JSONArray GWTHelper.getChildren(CoreSession session, DocumentRef docRef)
           
static net.sf.json.JSONArray GWTHelper.getChildren(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
static net.sf.json.JSONArray GWTHelper.getChildrenFiles(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
static net.sf.json.JSONArray GWTHelper.getChildrenFolders(CoreSession session, DocumentRef docRef, java.lang.String parentRef)
           
static void ACLUtils.removePermission(CoreSession session, DocumentRef docRef, java.lang.String username, java.lang.String permission)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.