Uses of Interface
org.nuxeo.ecm.core.api.DocumentRef
-
-
Uses of DocumentRef in org.nuxeo.automation.scripting.internals
Methods in org.nuxeo.automation.scripting.internals that return DocumentRef Modifier and Type Method Description DocumentRefDocumentScriptingWrapper. getRef()DocumentRefDocumentScriptingWrapper. resolvePathAsRef(String relative) -
Uses of DocumentRef in org.nuxeo.drive.adapter.impl
Method parameters in org.nuxeo.drive.adapter.impl with type arguments of type DocumentRef Modifier and Type Method Description protected FolderItemDocumentBackedFolderItem. getFolderItem(Map<DocumentRef,FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem)protected FolderItemDocumentBackedFolderItem. populateAncestorCache(Map<DocumentRef,FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) -
Uses of DocumentRef in org.nuxeo.drive.service.impl
Methods in org.nuxeo.drive.service.impl with parameters of type DocumentRef Modifier and Type Method Description protected FileSystemItemChangeAuditChangeFinder. getFileSystemItemChange(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type DocumentRef Modifier and Type Method Description voidDocumentRefCollector. collect(OperationContext ctx, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.impl.adapters
Methods in org.nuxeo.ecm.automation.core.impl.adapters that return DocumentRef Modifier and Type Method Description static DocumentRefStringToDocRef. createRef(String value)Deprecated.since 9.1, seeTypeAdapterHelper.createDocumentRef(String)insteadDocumentRefStringToDocRef. getAdaptedValue(OperationContext ctx, Object objectToAdapt) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.impl.adapters.helper
Classes in org.nuxeo.ecm.automation.core.impl.adapters.helper that implement DocumentRef Modifier and Type Class Description classAbsoluteDocumentRefAn absolute reference to aDocumentModel, composed of:Fields in org.nuxeo.ecm.automation.core.impl.adapters.helper declared as DocumentRef Modifier and Type Field Description protected DocumentRefAbsoluteDocumentRef. documentRefMethods in org.nuxeo.ecm.automation.core.impl.adapters.helper that return DocumentRef Modifier and Type Method Description static DocumentRefTypeAdapterHelper. createDocumentRef(String value)Create document reference from an id or a path.static DocumentRefTypeAdapterHelper. createDocumentRef(OperationContext ctx, String value)Create a document reference from its pathMethods in org.nuxeo.ecm.automation.core.impl.adapters.helper with parameters of type DocumentRef Modifier and Type Method Description static DocumentModelTypeAdapterHelper. createDocumentModel(OperationContext ctx, DocumentRef docRef)Create a document model from its referenceConstructors in org.nuxeo.ecm.automation.core.impl.adapters.helper with parameters of type DocumentRef Constructor Description AbsoluteDocumentRef(String repositoryName, DocumentRef documentRef) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as DocumentRef Modifier and Type Field Description protected DocumentRefCopyDocument. targetprotected DocumentRefMoveDocument. targetMethods in org.nuxeo.ecm.automation.core.operations.document with parameters of type DocumentRef Modifier and Type Method Description protected voidRemoveDocumentACL. deleteACL(DocumentRef ref)DocumentModelAddPermission. run(DocumentRef docRef)DocumentModelBlockPermissionInheritance. run(DocumentRef docRef)DocumentModelCheckInDocument. run(DocumentRef doc)DocumentModelCheckOutDocument. run(DocumentRef doc)DocumentModelCopyDocument. run(DocumentRef ref)DocumentModelCreateDocument. run(DocumentRef doc)DocumentModelDeleteDocument. run(DocumentRef doc)DocumentModelGetDocumentChild. run(DocumentRef doc)DocumentModelListGetDocumentChildren. run(DocumentRef doc)DocumentModelGetDocumentParent. run(DocumentRef doc)DocumentModelLockDocument. run(DocumentRef doc)DocumentModelMoveDocument. run(DocumentRef ref)DocumentModelRemoveDocumentACL. run(DocumentRef doc)DocumentModelRemovePermission. run(DocumentRef docRef)DocumentModelReplacePermission. run(DocumentRef docRef)DocumentModelSetDocumentACE. run(DocumentRef doc)DocumentModelSetDocumentLifeCycle. run(DocumentRef doc)DocumentModelUnblockPermissionInheritance. run(DocumentRef docRef)DocumentModelUnlockDocument. run(DocumentRef doc)protected voidSetDocumentACE. setACE(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.stack
Methods in org.nuxeo.ecm.automation.core.operations.stack that return DocumentRef Modifier and Type Method Description DocumentRefPushDocument. run(DocumentRef doc)Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type DocumentRef Modifier and Type Method Description DocumentRefPushDocument. run(DocumentRef doc) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.scripting
Methods in org.nuxeo.ecm.automation.core.scripting that return DocumentRef Modifier and Type Method Description DocumentRefDocumentWrapper. getRef()DocumentRefDocumentWrapper. resolvePathAsRef(String relative) -
Uses of DocumentRef in org.nuxeo.ecm.automation.jaxrs.io.operations
Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return DocumentRef Modifier and Type Method Description static DocumentRefDocumentInputResolver. docRefFromString(String input)DocumentRefDocumentInputResolver. getInput(String content)protected static DocumentRefDocumentInputResolver. relativeDocRefFromString(String input) -
Uses of DocumentRef in org.nuxeo.ecm.core.api
Classes in org.nuxeo.ecm.core.api that implement DocumentRef Modifier and Type Class Description classIdRefAn ID reference to a document.classInstanceRefDocument repository reference including the principal owner of the session.classPathRefA PATH reference to a document.Methods in org.nuxeo.ecm.core.api that return DocumentRef Modifier and Type Method Description DocumentRefAbstractSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)DocumentRefCoreSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)Checks in a modified document, creating a new version.DocumentRefDocumentModel. checkIn(VersioningOption option, String checkinComment)Checks in a document and returns the created version.DocumentRefAbstractSession. getBaseVersion(DocumentRef docRef)DocumentRefCoreSession. getBaseVersion(DocumentRef docRef)Gets the version to which a checked in document is linked.DocumentRefDocumentLocation. getDocRef()Returns the document reference.DocumentRefAbstractSession. getLastDocumentVersionRef(DocumentRef docRef)DocumentRefCoreSession. getLastDocumentVersionRef(DocumentRef docRef)Gets the document reference corresponding to the last version for the given document.DocumentRefAbstractSession. getParentDocumentRef(DocumentRef docRef)DocumentRefCoreSession. getParentDocumentRef(DocumentRef docRef)Returns the parent ref of the document referenced bydocRefornullif 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.DocumentRefDocumentModel. getParentRef()Retrieves the parent reference of the current document.DocumentRefDocumentModel. 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 Modifier and Type Method Description List<DocumentRef>AbstractSession. getChildrenRefs(DocumentRef parentRef, String perm)List<DocumentRef>CoreSession. getChildrenRefs(DocumentRef parentRef, String perm)Gets the references of the children.List<DocumentRef>AbstractSession. getVersionsRefs(DocumentRef docRef)List<DocumentRef>CoreSession. getVersionsRefs(DocumentRef docRef)Gets the references of the versions of the document.List<DocumentRef>AbstractSession. removeOrphanVersions(DocumentRef docRef)List<DocumentRef>CoreSession. removeOrphanVersions(DocumentRef docRef)Removes orphan versions when the live document doesn't exist and there is no proxy pointing to this document.Methods in org.nuxeo.ecm.core.api with parameters of type DocumentRef Modifier and Type Method Description <T extends DetachedAdapter>
TAbstractSession. adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)<T extends DetachedAdapter>
TCoreSession. adaptFirstMatchingDocumentWithFacet(DocumentRef docRef, String facet, Class<T> adapterClass)Find the first parent with the givenfacetand adapt it on theadapterClass.booleanAbstractSession. canRemoveDocument(DocumentRef docRef)booleanCoreSession. canRemoveDocument(DocumentRef docRef)Check if a document can be removed.DocumentRefAbstractSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)DocumentRefCoreSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)Checks in a modified document, creating a new version.voidAbstractSession. checkOut(DocumentRef docRef)voidCoreSession. checkOut(DocumentRef docRef)Checks out a versioned document.List<DocumentModel>AbstractSession. copy(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.List<DocumentModel>AbstractSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)DocumentModelAbstractSession. copy(DocumentRef src, DocumentRef dst, String name, boolean resetLifeCycle)Deprecated.DocumentModelAbstractSession. copy(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)List<DocumentModel>CoreSession. copy(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.Since 8.2.List<DocumentModel>CoreSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copy.DocumentModelCoreSession. copy(DocumentRef src, DocumentRef dst, String name, boolean resetLifeCycle)Deprecated.Since 8.2.DocumentModelCoreSession. copy(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)Copies the source document to the destination folder under the given name.List<DocumentModel>AbstractSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.List<DocumentModel>AbstractSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)DocumentModelAbstractSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, boolean resetLifeCycle)Deprecated.DocumentModelAbstractSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)List<DocumentModel>CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.Since 8.2.List<DocumentModel>CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copyProxyAsDocument.DocumentModelCoreSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, boolean resetLifeCycle)Deprecated.Since 8.2.DocumentModelCoreSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)Work like copy but in the case of a source proxy the destination will be a new document instead of a proxy.static DocumentModelImplDocumentModelFactory. createDocumentModel(String typeName, DocumentRef parentRef, CoreSession coreSession)Creates a document model for a new document.DocumentModelAbstractSession. createProxy(DocumentRef docRef, DocumentRef folderRef)DocumentModelCoreSession. createProxy(DocumentRef docRef, DocumentRef folderRef)Creates a generic proxy to the given document inside the given folder.booleanAbstractSession. exists(DocumentRef docRef)booleanCoreSession. exists(DocumentRef docRef)Tests if the document pointed by the given reference exists and is accessible.protected DocumentAbstractSession. fillCreateOptions(DocumentRef parentRef, String childName, Map<String,Serializable> options)Collection<String>AbstractSession. filterGrantedPermissions(NuxeoPrincipal principal, DocumentRef docRef, Collection<String> permissions)Collection<String>CoreSession. filterGrantedPermissions(NuxeoPrincipal principal, DocumentRef docRef, Collection<String> permissions)Filters the supplied permissions based on whether they are granted to a given principal for a given document.booleanAbstractSession. followTransition(DocumentRef docRef, String transition)booleanCoreSession. followTransition(DocumentRef docRef, String transition)Follows a given life cycle transition.ACPAbstractSession. getACP(DocumentRef docRef)ACPCoreSession. getACP(DocumentRef docRef)Gets the document access control policy.Collection<String>AbstractSession. getAllowedStateTransitions(DocumentRef docRef)Collection<String>CoreSession. getAllowedStateTransitions(DocumentRef docRef)Gets the allowed state transitions for this document.DocumentRefAbstractSession. getBaseVersion(DocumentRef docRef)DocumentRefCoreSession. getBaseVersion(DocumentRef docRef)Gets the version to which a checked in document is linked.Map<String,String>AbstractSession. getBinaryFulltext(DocumentRef ref)Map<String,String>CoreSession. getBinaryFulltext(DocumentRef ref)Gets the fulltext extracted from the binary fields.StringAbstractSession. getChangeToken(DocumentRef ref)StringCoreSession. getChangeToken(DocumentRef ref)Gets the current change token for the document.DocumentModelAbstractSession. getChild(DocumentRef parent, String name)DocumentModelCoreSession. getChild(DocumentRef parent, String name)Gets a child document given its name and the parent reference.DocumentModelListAbstractSession. getChildren(DocumentRef parent)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, String perm)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)DocumentModelListAbstractSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)DocumentModelListCoreSession. getChildren(DocumentRef parent)Gets the children of the given parent.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type)Gets the children of the given parent filtered according to the given document type.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type, String perm)Gets the children of the given parent filtered according to the given document type and permission.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter)Same asCoreSession.getChildren(DocumentRef, String, String)but the result is filtered and then sorted using the specified filter and sorter.DocumentModelListCoreSession. getChildren(DocumentRef parent, String type, Filter filter, Sorter sorter)Same asCoreSession.getChildren(DocumentRef, String, String, Filter, Sorter)without specific permission filtering.DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent)DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent, String type)DocumentModelIteratorAbstractSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)DocumentModelIteratorCoreSession. getChildrenIterator(DocumentRef parent)Gets an iterator to the children of the given parent.DocumentModelIteratorCoreSession. getChildrenIterator(DocumentRef parent, String type)Gets an iterator to the children of the given parent filtered according to the given document type.DocumentModelIteratorCoreSession. getChildrenIterator(DocumentRef parent, String type, String perm, Filter filter)Gets the children of the given parent filtered according to the given document type and permission.List<DocumentRef>AbstractSession. getChildrenRefs(DocumentRef parentRef, String perm)List<DocumentRef>CoreSession. getChildrenRefs(DocumentRef parentRef, String perm)Gets the references of the children.StringAbstractSession. getCurrentLifeCycleState(DocumentRef docRef)StringCoreSession. getCurrentLifeCycleState(DocumentRef docRef)Returns the life cycle of the document.DataModelAbstractSession. getDataModel(DocumentRef docRef, Schema schema)DataModelCoreSession. getDataModel(DocumentRef docRef, Schema schema)Retrieves a data model given a document reference and a schema.protected ObjectAbstractSession. getDataModelField(DocumentRef docRef, String schema, String field)Object[]AbstractSession. getDataModelsField(DocumentRef[] docRefs, String schema, String field)Object[]CoreSession. getDataModelsField(DocumentRef[] docRefs, String schema, String field)Retrieves the given field value from the given schema for all the given documents.Object[]AbstractSession. getDataModelsFieldUp(DocumentRef docRef, String schema, String field)Object[]CoreSession. getDataModelsFieldUp(DocumentRef docRef, String schema, String field)Retrieves the given field value from the given schema for the given document along with all its parent documents.DocumentModelAbstractSession. getDocument(DocumentRef docRef)DocumentModelCoreSession. getDocument(DocumentRef docRef)Gets a document model given its reference.DocumentModelListAbstractSession. getDocuments(DocumentRef[] docRefs)DocumentModelListCoreSession. getDocuments(DocumentRef[] docRefs)Gets a list of documents given their references.<T extends Serializable>
TAbstractSession. getDocumentSystemProp(DocumentRef ref, String systemProperty, Class<T> type)<T extends Serializable>
TCoreSession. getDocumentSystemProp(DocumentRef ref, String systemProperty, Class<T> type)Gets system property of the specified type for the document ref.DocumentModelAbstractSession. getDocumentWithVersion(DocumentRef docRef, VersionModel version)DocumentModelCoreSession. getDocumentWithVersion(DocumentRef docRef, VersionModel version)Returns a document that represents the specified version of the document.DocumentModelListAbstractSession. getFiles(DocumentRef parent)DocumentModelListAbstractSession. getFiles(DocumentRef parent, Filter filter, Sorter sorter)DocumentModelListCoreSession. getFiles(DocumentRef parent)Same asCoreSession.getChildren(DocumentRef)but returns only non-folder documents.DocumentModelListCoreSession. getFiles(DocumentRef parent, Filter filter, Sorter sorter)Same asCoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef)but uses an optional filter and sorter on the result.protected DocumentAbstractSession. getFirstParentDocumentWithFacet(DocumentRef docRef, String facet)Returns the firstDocumentwith the givenfacet, recursively going up the parent hierarchy.DocumentModelListAbstractSession. getFolders(DocumentRef parent)DocumentModelListAbstractSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)DocumentModelListCoreSession. getFolders(DocumentRef parent)Same asCoreSession.getChildren(DocumentRef)but returns only folder documents.DocumentModelListCoreSession. getFolders(DocumentRef parent, Filter filter, Sorter sorter)Same asCoreSession.getFolders(DocumentRef)but uses an optional filter and sorter on the result.DocumentModelAbstractSession. getLastDocumentVersion(DocumentRef docRef)DocumentModelCoreSession. getLastDocumentVersion(DocumentRef docRef)Gets the document corresponding to the last version for the given document.DocumentRefAbstractSession. getLastDocumentVersionRef(DocumentRef docRef)DocumentRefCoreSession. getLastDocumentVersionRef(DocumentRef docRef)Gets the document reference corresponding to the last version for the given document.StringAbstractSession. getLifeCyclePolicy(DocumentRef docRef)StringCoreSession. getLifeCyclePolicy(DocumentRef docRef)Returns the life cycle policy of the document.LockAbstractSession. getLockInfo(DocumentRef docRef)LockCoreSession. getLockInfo(DocumentRef docRef)Gets the lock info on the given document.DocumentModelAbstractSession. getParentDocument(DocumentRef docRef)DocumentModelCoreSession. getParentDocument(DocumentRef docRef)Gets the parent document or null if this is the root document.DocumentRefAbstractSession. getParentDocumentRef(DocumentRef docRef)DocumentRefCoreSession. getParentDocumentRef(DocumentRef docRef)Returns the parent ref of the document referenced bydocRefornullif 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.List<DocumentModel>AbstractSession. getParentDocuments(DocumentRef docRef)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.DocumentModelListAbstractSession. getProxies(DocumentRef docRef, DocumentRef folderRef)DocumentModelListCoreSession. getProxies(DocumentRef docRef, DocumentRef folderRef)Finds the proxies for a document.List<String>AbstractSession. getRetainedProperties(DocumentRef docRef)List<String>CoreSession. getRetainedProperties(DocumentRef docRef)Gets the retained property xpaths of this document at the time it became a record.CalendarAbstractSession. getRetainUntil(DocumentRef docRef)CalendarCoreSession. getRetainUntil(DocumentRef docRef)Gets the retention date for the document.DocumentModelAbstractSession. getSourceDocument(DocumentRef docRef)DocumentModelCoreSession. getSourceDocument(DocumentRef docRef)Gets the head (live) document for this document.List<DocumentModel>AbstractSession. getVersions(DocumentRef docRef)List<DocumentModel>CoreSession. getVersions(DocumentRef docRef)Retrieves all the versions for a specified document.StringAbstractSession. getVersionSeriesId(DocumentRef docRef)StringCoreSession. getVersionSeriesId(DocumentRef docRef)Gets the version series id for a document.List<VersionModel>AbstractSession. getVersionsForDocument(DocumentRef docRef)List<VersionModel>CoreSession. getVersionsForDocument(DocumentRef docRef)Retrieves all the versions for a specified document.List<DocumentRef>AbstractSession. getVersionsRefs(DocumentRef docRef)List<DocumentRef>CoreSession. getVersionsRefs(DocumentRef docRef)Gets the references of the versions of the document.DocumentModelAbstractSession. getWorkingCopy(DocumentRef docRef)DocumentModelCoreSession. getWorkingCopy(DocumentRef docRef)Gets the working copy (live document) for a proxy or a version.booleanAbstractSession. hasChild(DocumentRef parent, String name)booleanCoreSession. hasChild(DocumentRef parent, String name)Tests if the document has a child with the given name.booleanAbstractSession. hasChildren(DocumentRef docRef)booleanCoreSession. hasChildren(DocumentRef docRef)Tests if the document has any children.booleanAbstractSession. hasLegalHold(DocumentRef docRef)booleanCoreSession. hasLegalHold(DocumentRef docRef)Checks if the document has a legal hold set.booleanAbstractSession. hasPermission(DocumentRef docRef, String permission)booleanAbstractSession. hasPermission(NuxeoPrincipal principal, DocumentRef docRef, String permission)booleanCoreSession. hasPermission(DocumentRef docRef, String permission)Checks if the principal that created the client session has the given privilege on the referred document.booleanCoreSession. hasPermission(NuxeoPrincipal principal, DocumentRef docRef, String permission)Checks if a given principal has the given privilege on the referred document.booleanAbstractSession. isCheckedOut(DocumentRef docRef)booleanCoreSession. isCheckedOut(DocumentRef docRef)Returns whether the current document is checked-out or not.booleanAbstractSession. isEnforcedRecord(DocumentRef docRef)default booleanCoreSession. isEnforcedRecord(DocumentRef docRef)Checks if the document is an enforced record.booleanAbstractSession. isFlexibleRecord(DocumentRef docRef)default booleanCoreSession. isFlexibleRecord(DocumentRef docRef)Checks if the document is a flexible record.booleanAbstractSession. isRecord(DocumentRef docRef)booleanCoreSession. isRecord(DocumentRef docRef)Checks if the document is a record.booleanAbstractSession. isRetentionActive(DocumentRef docRef)booleanCoreSession. isRetentionActive(DocumentRef docRef)Deprecated.since 11.1, unused, useCoreSession.hasLegalHold(org.nuxeo.ecm.core.api.DocumentRef)insteadbooleanAbstractSession. isTrashed(DocumentRef docRef)booleanCoreSession. isTrashed(DocumentRef docRef)Checks if this document is in the trash.booleanAbstractSession. isUnderRetentionOrLegalHold(DocumentRef docRef)booleanCoreSession. isUnderRetentionOrLegalHold(DocumentRef docRef)Checks if the document has a retention date in the future or has a legal hold.voidAbstractSession. makeFlexibleRecord(DocumentRef docRef)default voidCoreSession. makeFlexibleRecord(DocumentRef docRef)Turns the document into a flexible record.voidAbstractSession. makeRecord(DocumentRef docRef)protected voidAbstractSession. makeRecord(DocumentRef docRef, boolean flexible)voidCoreSession. makeRecord(DocumentRef docRef)Turns the document into an enforced record.voidAbstractSession. move(List<DocumentRef> src, DocumentRef dst)DocumentModelAbstractSession. move(DocumentRef src, DocumentRef dst, String name)voidCoreSession. move(List<DocumentRef> src, DocumentRef dst)Bulk move.DocumentModelCoreSession. move(DocumentRef src, DocumentRef dst, String name)Moves the source document to the destination folder under the given name.DocumentModelAbstractSession. newDocumentModel(DocumentRef parentRef, String name, String typeName)DocumentModelCoreSession. newDocumentModel(DocumentRef parentRef, String name, String typeName)Creates a new document model using required information.protected voidAbstractSession. notifyCheckedInVersion(DocumentModel docModel, DocumentRef checkedInVersionRef, Map<String,Serializable> options, String checkinComment)Send a core event for the creation of a new check in version.voidAbstractSession. orderBefore(DocumentRef parent, String src, String dest)voidCoreSession. orderBefore(DocumentRef parent, String src, String dest)Given a parent document, order the source child before the destination child.DocumentModel.DocumentModelRefreshAbstractSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)DocumentModel.DocumentModelRefreshCoreSession. refreshDocument(DocumentRef ref, int refreshFlags, String[] schemas)Internal method - it is used internally byDocumentModel.refresh()voidAbstractSession. reinitLifeCycleState(DocumentRef docRef)voidCoreSession. reinitLifeCycleState(DocumentRef docRef)Reinitializes the life cycle state of the document to its default state.voidAbstractSession. removeChildren(DocumentRef docRef)voidCoreSession. removeChildren(DocumentRef docRef)Removes all children from the given document.voidAbstractSession. removeDocument(DocumentRef docRef)voidCoreSession. removeDocument(DocumentRef docRef)Removes this document and all its children, if any.voidAbstractSession. removeDocuments(DocumentRef[] docRefs)Implementation uses the fact that the lexicographic ordering of paths is a refinement of the "contains" partial ordering.voidCoreSession. removeDocuments(DocumentRef[] docRefs)Bulk method to remove documents.LockAbstractSession. removeLock(DocumentRef docRef)LockCoreSession. removeLock(DocumentRef docRef)Removes the lock on the given document.List<DocumentRef>AbstractSession. removeOrphanVersions(DocumentRef docRef)List<DocumentRef>CoreSession. removeOrphanVersions(DocumentRef docRef)Removes orphan versions when the live document doesn't exist and there is no proxy pointing to this document.voidAbstractSession. replaceACE(DocumentRef docRef, String aclName, ACE oldACE, ACE newACE)voidCoreSession. replaceACE(DocumentRef docRef, String aclName, ACE oldACE, ACE newACE)Replace theoldACEwith thenewACEon the givenaclName.StringAbstractSession. replaceBlobDigest(DocumentRef docRef, String key, String newKey, String newDigest)StringCoreSession. replaceBlobDigest(DocumentRef docRef, String key, String newKey, String newDigest)Visits the blobs of a document and, for those with a matching key, replace their key and digest with new ones.protected DocumentAbstractSession. resolveParentReference(DocumentRef docRef)protected DocumentAbstractSession. resolveReference(DocumentRef docRef)DocumentModelAbstractSession. restoreToVersion(DocumentRef docRef, DocumentRef versionRef)DocumentModelAbstractSession. restoreToVersion(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout)DocumentModelCoreSession. restoreToVersion(DocumentRef docRef, DocumentRef versionRef)Restores the given document to the specified version.DocumentModelCoreSession. restoreToVersion(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout)Restores the given document to the specified version.voidAbstractSession. setACP(DocumentRef docRef, ACP newAcp, boolean overwrite)voidCoreSession. setACP(DocumentRef docRef, ACP acp, boolean overwrite)Sets the ACP for this document.<T extends Serializable>
voidAbstractSession. setDocumentSystemProp(DocumentRef ref, String systemProperty, T value)<T extends Serializable>
voidCoreSession. setDocumentSystemProp(DocumentRef ref, String systemProperty, T value)Sets given value as a system property.voidAbstractSession. setLegalHold(DocumentRef docRef, boolean hold, String comment)voidCoreSession. setLegalHold(DocumentRef docRef, boolean hold, String comment)Sets or removes the legal hold on the document (a record).LockAbstractSession. setLock(DocumentRef docRef)LockCoreSession. setLock(DocumentRef docRef)Sets a lock on the given document.voidAbstractSession. setRetainUntil(DocumentRef docRef, Calendar retainUntil, String comment)voidCoreSession. setRetainUntil(DocumentRef docRef, Calendar retainUntil, String comment)Sets the retention date on the document (a record).voidAbstractSession. setRetentionActive(DocumentRef docRef, boolean retentionActive)voidCoreSession. setRetentionActive(DocumentRef docRef, boolean retentionActive)Deprecated.since 11.1, unused, useCoreSession.setLegalHold(org.nuxeo.ecm.core.api.DocumentRef, boolean, java.lang.String)insteadvoidAbstractSession. unsetRetainUntil(DocumentRef docRef)default voidCoreSession. unsetRetainUntil(DocumentRef docRef)Removes the retainUntil date, this operation is allowed only for a flexible record.Method parameters in org.nuxeo.ecm.core.api with type arguments of type DocumentRef Modifier and Type Method Description List<DocumentModel>AbstractSession. copy(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.List<DocumentModel>AbstractSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)List<DocumentModel>CoreSession. copy(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.Since 8.2.List<DocumentModel>CoreSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copy.List<DocumentModel>AbstractSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.List<DocumentModel>AbstractSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)List<DocumentModel>CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, boolean resetLifeCycle)Deprecated.Since 8.2.List<DocumentModel>CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copyProxyAsDocument.voidAbstractSession. move(List<DocumentRef> src, DocumentRef dst)voidCoreSession. move(List<DocumentRef> src, DocumentRef dst)Bulk move. -
Uses of DocumentRef in org.nuxeo.ecm.core.api.impl
Fields in org.nuxeo.ecm.core.api.impl declared as DocumentRef Modifier and Type Field Description protected DocumentRefDocumentModelImpl. parentRefprotected DocumentRefDocumentModelImpl. refMethods in org.nuxeo.ecm.core.api.impl that return DocumentRef Modifier and Type Method Description DocumentRefDocumentModelImpl. checkIn(VersioningOption option, String description)DocumentRefSimpleDocumentModel. checkIn(VersioningOption option, String description)DocumentRefDocumentLocationImpl. getDocRef()DocumentRefDocumentModelImpl. getParentRef()DocumentRefSimpleDocumentModel. getParentRef()DocumentRefDocumentModelImpl. getRef()DocumentRefSimpleDocumentModel. getRef()Constructors in org.nuxeo.ecm.core.api.impl with parameters of type DocumentRef Constructor Description DocumentLocationImpl(String serverName, DocumentRef docRef)DocumentModelChildrenIterator(CoreSession session, DocumentRef parentRef, String type, Filter filter)DocumentModelImpl(String sid, String type, String id, Path path, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName, boolean isProxy)Deprecated.since 11.1, sid is unusedDocumentModelImpl(String sid, String type, String id, Path path, Lock lock, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, String repositoryName)Deprecated.since 11.1, sid and lock are unusedDocumentModelImpl(String type, String id, Path path, DocumentRef docRef, DocumentRef parentRef, String[] schemas, Set<String> facets, String sourceId, boolean isProxy, CoreSession coreSession, String repositoryName, NuxeoPrincipal principal)Constructor parameters in org.nuxeo.ecm.core.api.impl with type arguments of type DocumentRef Constructor Description DocumentRefListImpl(List<DocumentRef> list)DocumentRefListImpl(List<DocumentRef> list, long totalSize)Constructs a DocumentModelListImpl and sets the "total size" information. -
Uses of DocumentRef in org.nuxeo.ecm.core.api.localconfiguration
Methods in org.nuxeo.ecm.core.api.localconfiguration that return DocumentRef Modifier and Type Method Description DocumentRefLocalConfiguration. getDocumentRef()Returns the relatedDocumentRefof this local configuration. -
Uses of DocumentRef in org.nuxeo.ecm.core.api.trash
Methods in org.nuxeo.ecm.core.api.trash with parameters of type DocumentRef Modifier and Type Method Description booleanTrashService. isTrashed(CoreSession session, DocumentRef doc)StringTrashService. unmangleName(CoreSession session, DocumentRef parentRef, String docName)Unmangles the name of a document in the trash to find its un-trashed name.Method parameters in org.nuxeo.ecm.core.api.trash with type arguments of type DocumentRef Modifier and Type Method Description voidTrashService. purgeDocuments(CoreSession session, List<DocumentRef> docRefs)Purges (completely deletes) documents. -
Uses of DocumentRef in org.nuxeo.ecm.core.bulk.action
Method parameters in org.nuxeo.ecm.core.bulk.action with type arguments of type DocumentRef Modifier and Type Method Description protected voidTrashAction.TrashComputation. fireEvent(CoreSession session, String eventId, Collection<DocumentRef> refs) -
Uses of DocumentRef in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl that return DocumentRef Modifier and Type Method Description DocumentRefShallowDocumentModel. checkIn(VersioningOption option, String checkinComment)DocumentRefDocumentEventContext. getDestination()DocumentRefShallowDocumentModel. getParentRef()DocumentRefShallowDocumentModel. getRef()Constructors in org.nuxeo.ecm.core.event.impl with parameters of type DocumentRef Constructor Description DocumentEventContext(CoreSession session, NuxeoPrincipal 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 Modifier and Type Method Description Map<DocumentRef,DocumentRef>DocumentTranslationMap. getDocRefMap()Returns the unmodifiable map of document references.Map<DocumentRef,DocumentRef>DocumentTranslationMap. getDocRefMap()Returns the unmodifiable map of document references.Methods in org.nuxeo.ecm.core.io with parameters of type DocumentRef Modifier and Type Method Description DocumentTranslationMapIODocumentManager. importDocuments(InputStream in, String repo, DocumentRef root)voidDocumentTranslationMap. put(DocumentRef oldRef, DocumentRef newRef)Method parameters in org.nuxeo.ecm.core.io with type arguments of type DocumentRef Modifier and Type Method Description DocumentTranslationMapIODocumentManager. exportDocuments(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format)voidDocumentTranslationMap. putAll(Map<DocumentRef,DocumentRef> refs)voidDocumentTranslationMap. putAll(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 Modifier and Type Method Description Map<DocumentRef,DocumentRef>DocumentTranslationMapImpl. getDocRefMap()Map<DocumentRef,DocumentRef>DocumentTranslationMapImpl. getDocRefMap()Methods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentRef Modifier and Type Method Description DocumentTranslationMapIODocumentManagerImpl. importDocuments(InputStream in, String repo, DocumentRef root)voidDocumentTranslationMapImpl. put(DocumentRef oldRef, DocumentRef newRef)Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentRef Modifier and Type Method Description DocumentTranslationMapIODocumentManagerImpl. exportDocuments(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format)voidDocumentTranslationMapImpl. putAll(Map<DocumentRef,DocumentRef> refs)voidDocumentTranslationMapImpl. putAll(Map<DocumentRef,DocumentRef> refs)Constructor parameters in org.nuxeo.ecm.core.io.impl with type arguments of type DocumentRef Constructor Description DocumentTranslationMapImpl(String oldServerName, String newServerName, Map<DocumentRef,DocumentRef> map)DocumentTranslationMapImpl(String oldServerName, String newServerName, 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 Modifier and Type Method Description static DocumentsListReaderDocumentsListReader. createDocumentsListReader(CoreSession session, Collection<DocumentRef> docRefsList)Constructors in org.nuxeo.ecm.core.io.impl.plugins with parameters of type DocumentRef Constructor Description DocumentTreeReader(CoreSession session, DocumentRef root)ExtensibleDocumentTreeReader(CoreSession session, DocumentRef root)SingleDocumentReader(CoreSession session, DocumentRef root)TypedSingleDocumentReader(CoreSession session, DocumentRef root) -
Uses of DocumentRef in org.nuxeo.ecm.core.management.storage
Fields in org.nuxeo.ecm.core.management.storage declared as DocumentRef Modifier and Type Field Description protected DocumentRefDocumentStoreManager. rootletRefMethods in org.nuxeo.ecm.core.management.storage that return DocumentRef Modifier and Type Method Description protected DocumentRefDocumentStoreManager. setupRootlet(CoreSession session)Methods in org.nuxeo.ecm.core.management.storage with parameters of type DocumentRef Modifier and Type Method Description voidDocumentStoreHandler. onStorageInitialization(CoreSession session, DocumentRef rootletRef) -
Uses of DocumentRef in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model with parameters of type DocumentRef Modifier and Type Method Description protected booleanDocumentModelResolver. hasReadPermission(CoreSession session, DocumentRef docRef)Checks directly the Read permission asCoreSession.exists(DocumentRef)relies on the Browse permission only.Method parameters in org.nuxeo.ecm.core.model with type arguments of type DocumentRef Modifier and Type Method Description protected voidDocumentModelResolver. resolve(Object value, Object context, BiConsumer<CoreSession,DocumentRef> resolver)Resolves the value (in the context) into a session and docRef, and passes them to the resolver. -
Uses of DocumentRef in org.nuxeo.ecm.core.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server with parameters of type DocumentRef Modifier and Type Method Description protected StringNuxeoCmisService. getIdFromDocumentRef(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest with parameters of type DocumentRef Modifier and Type Method Description static DocumentObjectDocumentFactory. newDocument(WebContext ctx, DocumentRef ref)DocumentObjectDocumentObject. newDocument(DocumentRef ref)static DocumentObjectDocumentFactory. newDocumentRoot(WebContext ctx, DocumentRef ref)Constructors in org.nuxeo.ecm.core.rest with parameters of type DocumentRef Constructor Description DocumentRoot(WebContext ctx, DocumentRef root) -
Uses of DocumentRef in org.nuxeo.ecm.core.security
Methods in org.nuxeo.ecm.core.security with parameters of type DocumentRef Modifier and Type Method Description protected voidRetentionExpiredAction.RetentionExpiredComputation. sendEvent(CoreSession session, DocumentRef ref, Calendar retainUntil)Method parameters in org.nuxeo.ecm.core.security with type arguments of type DocumentRef Modifier and Type Method Description protected voidUpdateACEStatusWork. fireACEStatusUpdatedEvent(Map<DocumentRef,List<ACE>> refToACEs) -
Uses of DocumentRef in org.nuxeo.ecm.core.storage
Fields in org.nuxeo.ecm.core.storage with type parameters of type DocumentRef Modifier and Type Field Description protected List<DocumentRef>FulltextExtractorWork. docsToUpdate -
Uses of DocumentRef in org.nuxeo.ecm.core.trash
Fields in org.nuxeo.ecm.core.trash with type parameters of type DocumentRef Modifier and Type Field Description Set<DocumentRef>TrashInfo. rootParentRefsRefs of parents of common tree roots of docs found ok.List<DocumentRef>TrashInfo. rootRefsRefs of common tree roots of docs found ok.Methods in org.nuxeo.ecm.core.trash that return types with arguments of type DocumentRef Modifier and Type Method Description protected Set<DocumentRef>PropertyTrashService. doUntrashDocument(DocumentModel doc, boolean processChildren)protected Set<DocumentRef>LifeCycleTrashService. undeleteDocumentList(CoreSession session, List<DocumentModel> docs)Deprecated.Undeletes a list of documents.Set<DocumentRef>BridgeTrashService. undeleteDocuments(List<DocumentModel> docs)Set<DocumentRef>LifeCycleTrashService. undeleteDocuments(List<DocumentModel> docs)Deprecated.Set<DocumentRef>PropertyTrashService. undeleteDocuments(List<DocumentModel> docs)Set<DocumentRef>TrashService. undeleteDocuments(List<DocumentModel> docs)Deprecated.since 10.1 useTrashService.untrashDocuments(List)insteadMethods in org.nuxeo.ecm.core.trash with parameters of type DocumentRef Modifier and Type Method Description booleanBridgeTrashService. isTrashed(CoreSession session, DocumentRef doc)booleanLifeCycleTrashService. isTrashed(CoreSession session, DocumentRef docRef)Deprecated.booleanPropertyTrashService. isTrashed(CoreSession session, DocumentRef docRef)protected voidLifeCycleTrashService. undeleteAncestors(CoreSession session, DocumentRef docRef, Set<DocumentRef> undeleted)Deprecated.Undeletes ancestors of a document.StringAbstractTrashService. unmangleName(CoreSession session, DocumentRef parentRef, String docName)Method parameters in org.nuxeo.ecm.core.trash with type arguments of type DocumentRef Modifier and Type Method Description voidAbstractTrashService. purgeDocuments(CoreSession session, List<DocumentRef> docRefs)protected voidLifeCycleTrashService. undeleteAncestors(CoreSession session, DocumentRef docRef, Set<DocumentRef> undeleted)Deprecated.Undeletes ancestors of a document. -
Uses of DocumentRef in org.nuxeo.ecm.csv.core
Methods in org.nuxeo.ecm.csv.core with parameters of type DocumentRef Modifier and Type Method Description voidCSVImporterDocumentFactory. updateDocument(CoreSession session, DocumentRef docRef, Map<String,Serializable> values)protected booleanCSVImporterWork. updateDocument(long lineNumber, DocumentRef docRef, Map<String,Serializable> properties)voidDefaultCSVImporterDocumentFactory. updateDocument(CoreSession session, DocumentRef docRef, Map<String,Serializable> values) -
Uses of DocumentRef in org.nuxeo.ecm.directory.localconfiguration
Fields in org.nuxeo.ecm.directory.localconfiguration declared as DocumentRef Modifier and Type Field Description protected DocumentRefDirectoryConfigurationAdapter. documentRefMethods in org.nuxeo.ecm.directory.localconfiguration that return DocumentRef Modifier and Type Method Description DocumentRefDirectoryConfigurationAdapter. getDocumentRef() -
Uses of DocumentRef in org.nuxeo.ecm.localconf
Methods in org.nuxeo.ecm.localconf that return DocumentRef Modifier and Type Method Description DocumentRefSimpleConfigurationAdapter. getDocumentRef() -
Uses of DocumentRef in org.nuxeo.ecm.permissions.operations
Methods in org.nuxeo.ecm.permissions.operations with parameters of type DocumentRef Modifier and Type Method Description DocumentModelSendNotificationEmailForPermission. run(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 Modifier and Type Method Description voidLogEntry. setDocUUID(DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.api.comment
Fields in org.nuxeo.ecm.platform.audit.api.comment declared as DocumentRef Modifier and Type Field Description protected DocumentRefLinkedDocument. documentRefMethods in org.nuxeo.ecm.platform.audit.api.comment that return DocumentRef Modifier and Type Method Description DocumentRefLinkedDocument. getDocumentRef()Methods in org.nuxeo.ecm.platform.audit.api.comment with parameters of type DocumentRef Modifier and Type Method Description voidLinkedDocument. setDocumentRef(DocumentRef documentRef) -
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.impl
Methods in org.nuxeo.ecm.platform.audit.impl with parameters of type DocumentRef Modifier and Type Method Description voidLogEntryImpl. 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 Modifier and Type Method Description Map<DocumentRef,List<LogEntry>>IOAuditResources. getLogsMap()Methods in org.nuxeo.ecm.platform.audit.io with parameters of type DocumentRef Modifier and Type Method Description List<LogEntry>IOAuditResources. getDocumentLogs(DocumentRef docRef)static List<LogEntry>IOLogEntryBase. translate(List<LogEntry> docLogs, DocumentRef newRef)Method parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type DocumentRef Modifier and Type Method Description IOResourcesIOAuditAdapter. extractResources(String repo, Collection<DocumentRef> sources)Extract logs involving given documents.Constructor parameters in org.nuxeo.ecm.platform.audit.io with type arguments of type DocumentRef Constructor Description IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs) -
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type DocumentRef Modifier and Type Method Description protected DocumentModelAbstractAuditBackend. guardedDocument(CoreSession session, DocumentRef reference)protected DocumentModelListAbstractAuditBackend. guardedDocumentChildren(CoreSession session, DocumentRef reference) -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.api
Methods in org.nuxeo.ecm.platform.comment.api that return DocumentRef Modifier and Type Method Description DocumentRefCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentRef)Gets the top level ancestor document ref for the given document model comment ref.Methods in org.nuxeo.ecm.platform.comment.api with parameters of type DocumentRef Modifier and Type Method Description DocumentRefCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentRef)Gets the top level ancestor document ref for the given document model comment ref. -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl that return DocumentRef Modifier and Type Method Description protected DocumentRefPropertyCommentManager. getAncestorRef(CoreSession session, DocumentModel documentModel)Deprecated.protected DocumentRefTreeCommentManager. getLocationRefOfCommentCreation(CoreSession session, DocumentModel commentedDoc)Returns theDocumentRefof the comments location in repository for the given commented document model.DocumentRefAbstractCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentRef)DocumentRefBridgeCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentIdRef)Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type DocumentRef Modifier and Type Method Description protected voidTreeCommentManager. checkCreateCommentPermissions(CoreSession session, DocumentRef documentRef)Checks if the user related to thesessioncan comments the document linked to thedocumentRef.protected <T> TBridgeCommentManager. execute(CoreSession s, DocumentRef documentRef, Function<CommentManager,T> function)Executes the given function for a comment document ref, depending on the types of comment managers.DocumentRefAbstractCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentRef)DocumentRefBridgeCommentManager. getTopLevelDocumentRef(CoreSession session, DocumentRef commentIdRef)protected voidTreeCommentManager. removeComment(CoreSession session, DocumentRef documentRef)Remove the comment of the givendocumentRef -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.workflow
Methods in org.nuxeo.ecm.platform.comment.workflow with parameters of type DocumentRef Modifier and Type Method Description protected voidModerateCommentOperation. moderate(DocumentRef docRef)DocumentModelModerateCommentOperation. run(DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.workflow.utils
Fields in org.nuxeo.ecm.platform.comment.workflow.utils declared as DocumentRef Modifier and Type Field Description DocumentRefFollowTransitionUnrestricted. docRefConstructors in org.nuxeo.ecm.platform.comment.workflow.utils with parameters of type DocumentRef Constructor Description FollowTransitionUnrestricted(CoreSession session, DocumentRef docRef, String transition) -
Uses of DocumentRef in org.nuxeo.ecm.platform.content.template.factories
Methods in org.nuxeo.ecm.platform.content.template.factories with parameters of type DocumentRef Modifier and Type Method Description protected voidSimpleTemplateBasedFactory. setAcl(List<ACEDescriptor> aces, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.platform.dublincore.listener
Constructors in org.nuxeo.ecm.platform.dublincore.listener with parameters of type DocumentRef Constructor Description UnrestrictedPropertySetter(CoreSession session, DocumentRef docRef, String xpath, Serializable value) -
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 Modifier and Type Method Description Collection<DocumentRef>IOManager. copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters)Copy documents and resources to another location (on a same machine).Methods in org.nuxeo.ecm.platform.io.api with parameters of type DocumentRef Modifier and Type Method Description voidIOManager. importDocumentsAndResources(InputStream in, 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 Modifier and Type Method Description Collection<DocumentRef>IOManager. copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters)Copy documents and resources to another location (on a same machine).voidIOManager. exportDocumentsAndResources(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format, Collection<String> ioAdapters)Export documents and resources.abstract IOResourcesAbstractIOResourceAdapter. extractResources(String repo, Collection<DocumentRef> sources)IOResourcesIOResourceAdapter. extractResources(String repo, Collection<DocumentRef> sources)Extracts resources for given document locations. -
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 Modifier and Type Method Description Collection<DocumentRef>IOManagerImpl. copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters)Methods in org.nuxeo.ecm.platform.io.impl with parameters of type DocumentRef Modifier and Type Method Description voidIOManagerImpl. importDocumentsAndResources(InputStream in, String repo, DocumentRef root)voidIOManagerImpl. importDocumentsAndResources(InputStream in, String repo, DocumentRef root, DocumentWriter customDocWriter)Method parameters in org.nuxeo.ecm.platform.io.impl with type arguments of type DocumentRef Modifier and Type Method Description Collection<DocumentRef>IOManagerImpl. copyDocumentsAndResources(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters)voidIOManagerImpl. exportDocumentsAndResources(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format, Collection<String> ioAdapters) -
Uses of DocumentRef in org.nuxeo.ecm.platform.picture.operation
Methods in org.nuxeo.ecm.platform.picture.operation with parameters of type DocumentRef Modifier and Type Method Description DocumentModelCreatePicture. run(DocumentRef doc) -
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.api
Methods in org.nuxeo.ecm.platform.publisher.api that return DocumentRef Modifier and Type Method Description DocumentRefPublishedDocument. getSourceDocumentRef() -
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.impl.core
Methods in org.nuxeo.ecm.platform.publisher.impl.core that return DocumentRef Modifier and Type Method Description DocumentRefSimpleCorePublishedDocument. getSourceDocumentRef()DocumentRefCoreFolderPublicationNode. getTargetDocumentRef() -
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.rules
Fields in org.nuxeo.ecm.platform.publisher.rules declared as DocumentRef Modifier and Type Field Description DocumentRefDefaultValidatorsRule.UnrestrictedACPGetter. docRef -
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.task
Fields in org.nuxeo.ecm.platform.publisher.task declared as DocumentRef Modifier and Type Field Description protected DocumentRefCoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. docRefprotected DocumentRefCoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted. targetRefConstructors in org.nuxeo.ecm.platform.publisher.task with parameters of type DocumentRef Constructor Description DocumentPublisherUnrestricted(CoreSession session, DocumentRef docRef, DocumentRef targetRef, NuxeoPrincipal principal, String comment) -
Uses of DocumentRef in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io that return DocumentRef Modifier and Type Method Description protected DocumentRefIORelationAdapter. getDocumentRef(RelationManager relManager, QNameResource resource)Methods in org.nuxeo.ecm.platform.relations.io that return types with arguments of type DocumentRef Modifier and Type Method Description Map<DocumentRef,Set<Resource>>IORelationResources. getResourcesMap()Methods in org.nuxeo.ecm.platform.relations.io with parameters of type DocumentRef Modifier and Type Method Description Set<Resource>IORelationResources. getDocumentResources(DocumentRef docRef)Method parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type DocumentRef Modifier and Type Method Description IOResourcesIORelationAdapter. extractResources(String repo, Collection<DocumentRef> sources)Extract relations involving given documents. -
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.lazy
Fields in org.nuxeo.ecm.platform.rendition.lazy declared as DocumentRef Modifier and Type Field Description protected DocumentRefAbstractRenditionBuilderWork. docRef -
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.publisher
Fields in org.nuxeo.ecm.platform.rendition.publisher declared as DocumentRef Modifier and Type Field Description protected DocumentRefRenditionPublicationFactory.RemoveACP. docRefMethods in org.nuxeo.ecm.platform.rendition.publisher with parameters of type DocumentRef Modifier and Type Method Description protected List<PublishedDocument>RenditionPublicationCoreTree. getPublishedDocumentsFromLiveDocument(DocumentRef docRef)protected List<PublishedDocument>RenditionPublicationCoreTree. getPublishedDocumentsFromProxyDocument(DocumentRef docRef, DocumentModel sourceDocument)Constructors in org.nuxeo.ecm.platform.rendition.publisher with parameters of type DocumentRef Constructor Description RemoveACP(CoreSession session, DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.service
Methods in org.nuxeo.ecm.platform.rendition.service that return DocumentRef Modifier and Type Method Description protected DocumentRefRenditionServiceImpl. createVersionIfNeeded(DocumentModel source, CoreSession session)DocumentRefRenditionService. storeRendition(DocumentModel sourceDocument, String renditionDefinitionName)Render a document based on the given rendition definition name and returns the stored RenditionDocumentRef.DocumentRefRenditionServiceImpl. storeRendition(DocumentModel source, String renditionDefinitionName) -
Uses of DocumentRef in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api with parameters of type DocumentRef Modifier and Type Method Description voidDocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph'voidDocumentRoutingService. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)Deprecated.since 5.9.2 - Use only routes of type 'graph' -
Uses of DocumentRef in org.nuxeo.ecm.platform.routing.core.impl
Fields in org.nuxeo.ecm.platform.routing.core.impl declared as DocumentRef Modifier and Type Field Description protected DocumentRefDocumentRouteElementImpl.SetDocumentOnReadOnlyUnrestrictedSessionRunner. refMethods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRef Modifier and Type Method Description voidDocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, int idx, DocumentRouteElement routeElement, CoreSession session)Deprecated.voidDocumentRoutingServiceImpl. addRouteElementToRoute(DocumentRef parentDocumentRef, String sourceName, DocumentRouteElement routeElement, CoreSession session)Deprecated.Constructors in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRef Constructor Description SetDocumentOnReadOnlyUnrestrictedSessionRunner(CoreSession session, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.platform.task.dashboard
Methods in org.nuxeo.ecm.platform.task.dashboard that return DocumentRef Modifier and Type Method Description DocumentRefDashBoardItem. getDocRef()Returns the document reference on which the item is bound.DocumentRefDashBoardItemImpl. getDocRef() -
Uses of DocumentRef in org.nuxeo.ecm.platform.types.localconfiguration
Fields in org.nuxeo.ecm.platform.types.localconfiguration declared as DocumentRef Modifier and Type Field Description protected DocumentRefContentViewConfigurationAdapter. documentRefprotected DocumentRefUITypesConfigurationAdapter. documentRefMethods in org.nuxeo.ecm.platform.types.localconfiguration that return DocumentRef Modifier and Type Method Description DocumentRefContentViewConfigurationAdapter. getDocumentRef()DocumentRefUITypesConfigurationAdapter. getDocumentRef() -
Uses of DocumentRef in org.nuxeo.ecm.quota.automation
Fields in org.nuxeo.ecm.quota.automation declared as DocumentRef Modifier and Type Field Description protected DocumentRefGetQuotaInfoOperation. documentRefprotected DocumentRefGetQuotaStatisticsOperation. documentRefprotected DocumentRefSetQuotaInfoOperation. documentRefMethods in org.nuxeo.ecm.quota.automation with parameters of type DocumentRef Modifier and Type Method Description JsonAdapterGetQuotaInfoOperation. run(DocumentRef docRef)LongSetQuotaInfoOperation. run(DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type DocumentRef Modifier and Type Method Description DocumentObjectJSONDocumentObject. newDocument(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.webdav.backend
Methods in org.nuxeo.ecm.webdav.backend with parameters of type DocumentRef Modifier and Type Method Description booleanAbstractVirtualBackend. canUnlock(DocumentRef ref)booleanBackend. canUnlock(DocumentRef ref)booleanSimpleBackend. canUnlock(DocumentRef ref)protected booleanSimpleBackend. cleanTrashPath(DocumentRef parentRef, String name)StringAbstractVirtualBackend. getCheckoutUser(DocumentRef ref)StringBackend. getCheckoutUser(DocumentRef ref)StringSimpleBackend. getCheckoutUser(DocumentRef ref)List<DocumentModel>AbstractVirtualBackend. getChildren(DocumentRef ref)List<DocumentModel>Backend. getChildren(DocumentRef ref)List<DocumentModel>SimpleBackend. getChildren(DocumentRef ref)booleanAbstractVirtualBackend. hasPermission(DocumentRef docRef, String permission)booleanBackend. hasPermission(DocumentRef docRef, String permission)booleanSimpleBackend. hasPermission(DocumentRef docRef, String permission)booleanAbstractVirtualBackend. isLocked(DocumentRef ref)booleanBackend. isLocked(DocumentRef ref)booleanSimpleBackend. isLocked(DocumentRef ref)StringAbstractVirtualBackend. lock(DocumentRef ref)StringBackend. lock(DocumentRef ref)StringSimpleBackend. lock(DocumentRef ref)DocumentModelAbstractVirtualBackend. moveItem(DocumentModel source, DocumentRef targetParentRef, String name)DocumentModelBackend. moveItem(DocumentModel source, DocumentRef targetParentRef, String name)DocumentModelSimpleBackend. moveItem(DocumentModel source, DocumentRef targetParentRef, String name)voidAbstractVirtualBackend. removeItem(DocumentRef ref)voidBackend. removeItem(DocumentRef ref)voidSimpleBackend. removeItem(DocumentRef ref)booleanAbstractVirtualBackend. unlock(DocumentRef ref)booleanBackend. unlock(DocumentRef ref)booleanSimpleBackend. unlock(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.webengine.util
Methods in org.nuxeo.ecm.webengine.util with parameters of type DocumentRef Modifier and Type Method Description static voidACLUtils. removePermission(CoreSession session, DocumentRef docRef, String username, String permission) -
Uses of DocumentRef in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot that return DocumentRef Modifier and Type Method Description protected DocumentRefSnapshotableAdapter. createLeafVersion(DocumentModel targetDoc, VersioningOption option)DocumentRefSnapshot. getRef()DocumentRefSnapshotableAdapter. getRef() -
Uses of DocumentRef in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return DocumentRef Modifier and Type Method Description DocumentRefTemplateBasedDocumentAdapterImpl. getSourceTemplateDocRef(String templateName) -
Uses of DocumentRef in org.nuxeo.template.api.adapters
Methods in org.nuxeo.template.api.adapters that return DocumentRef Modifier and Type Method Description DocumentRefTemplateBasedDocument. getSourceTemplateDocRef(String templateName)Retrieve the TemplateDocumentReffor a given template name -
Uses of DocumentRef in org.nuxeo.template.service
Fields in org.nuxeo.template.service declared as DocumentRef Modifier and Type Field Description protected DocumentRefTemplateMappingRemover. targetRef -
Uses of DocumentRef in org.nuxeo.theme.localconfiguration
Fields in org.nuxeo.theme.localconfiguration declared as DocumentRef Modifier and Type Field Description protected DocumentRefLocalThemeConfigAdapter. documentRefMethods in org.nuxeo.theme.localconfiguration that return DocumentRef Modifier and Type Method Description DocumentRefLocalThemeConfigAdapter. getDocumentRef()
-