Uses of Interface
org.nuxeo.ecm.core.api.DocumentRef
Package
Description
Event Service implementation.
Provides implementation for the api package.
-
Uses of DocumentRef in org.nuxeo.automation.scripting.internals
Modifier and TypeMethodDescriptionDocumentScriptingWrapper.getRef()
DocumentScriptingWrapper.resolvePathAsRef
(String relative) -
Uses of DocumentRef in org.nuxeo.drive.adapter.impl
Modifier and TypeMethodDescriptionprotected FolderItem
DocumentBackedFolderItem.getFolderItem
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, FolderItem parentItem, boolean cacheItem) protected FolderItem
DocumentBackedFolderItem.populateAncestorCache
(Map<DocumentRef, FolderItem> cache, DocumentModel doc, CoreSession session, boolean cacheItem) -
Uses of DocumentRef in org.nuxeo.drive.service.impl
Modifier and TypeMethodDescriptionprotected FileSystemItemChange
AuditChangeFinder.getFileSystemItemChange
(CoreSession session, DocumentRef docRef, LogEntry entry, String expectedFileSystemItemId) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.collectors
Modifier and TypeMethodDescriptionvoid
DocumentRefCollector.collect
(OperationContext ctx, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.impl.adapters
Modifier and TypeMethodDescriptionStringToDocRef.getAdaptedValue
(OperationContext ctx, Object objectToAdapt) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.impl.adapters.helper
Modifier and TypeMethodDescriptionstatic DocumentRef
TypeAdapterHelper.createDocumentRef
(String value) Create document reference from an id or a path.static DocumentRef
TypeAdapterHelper.createDocumentRef
(OperationContext ctx, String value) Create a document reference from its pathModifier and TypeMethodDescriptionstatic DocumentModel
TypeAdapterHelper.createDocumentModel
(OperationContext ctx, DocumentRef docRef) Create a document model from its referenceModifierConstructorDescriptionAbsoluteDocumentRef
(String repositoryName, DocumentRef documentRef) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.document
Modifier and TypeFieldDescriptionprotected DocumentRef
CopyDocument.target
protected DocumentRef
MoveDocument.target
Modifier and TypeMethodDescriptionprotected void
RemoveDocumentACL.deleteACL
(DocumentRef ref) AddPermission.run
(DocumentRef docRef) BlockPermissionInheritance.run
(DocumentRef docRef) CheckInDocument.run
(DocumentRef doc) CheckOutDocument.run
(DocumentRef doc) CopyDocument.run
(DocumentRef ref) CreateDocument.run
(DocumentRef doc) DeleteDocument.run
(DocumentRef doc) GetDocumentChild.run
(DocumentRef doc) GetDocumentChildren.run
(DocumentRef doc) GetDocumentParent.run
(DocumentRef doc) LockDocument.run
(DocumentRef doc) MoveDocument.run
(DocumentRef ref) RemoveDocumentACL.run
(DocumentRef doc) RemovePermission.run
(DocumentRef docRef) ReplacePermission.run
(DocumentRef docRef) SetDocumentACE.run
(DocumentRef doc) SetDocumentLifeCycle.run
(DocumentRef doc) UnblockPermissionInheritance.run
(DocumentRef docRef) UnlockDocument.run
(DocumentRef doc) protected void
SetDocumentACE.setACE
(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.automation.core.operations.stack
-
Uses of DocumentRef in org.nuxeo.ecm.automation.core.scripting
Modifier and TypeMethodDescriptionDocumentWrapper.getRef()
DocumentWrapper.resolvePathAsRef
(String relative) -
Uses of DocumentRef in org.nuxeo.ecm.automation.jaxrs.io.operations
Modifier and TypeMethodDescriptionstatic DocumentRef
DocumentInputResolver.docRefFromString
(String input) protected static DocumentRef
DocumentInputResolver.relativeDocRefFromString
(String input) -
Uses of DocumentRef in org.nuxeo.ecm.core.api
Modifier and TypeClassDescriptionclass
An ID reference to a document.class
Document repository reference including the principal owner of the session.class
A PATH reference to a document.Modifier and TypeMethodDescriptionAbstractSession.checkIn
(DocumentRef docRef, VersioningOption option, String checkinComment) CoreSession.checkIn
(DocumentRef docRef, VersioningOption option, String checkinComment) Checks in a modified document, creating a new version.DocumentModel.checkIn
(VersioningOption option, String checkinComment) Checks in a document and returns the created version.AbstractSession.getBaseVersion
(DocumentRef docRef) CoreSession.getBaseVersion
(DocumentRef docRef) Gets the version to which a checked in document is linked.DocumentLocation.getDocRef()
Returns the document reference.AbstractSession.getLastDocumentVersionRef
(DocumentRef docRef) CoreSession.getLastDocumentVersionRef
(DocumentRef docRef) Gets the document reference corresponding to the last version for the given document.AbstractSession.getParentDocumentRef
(DocumentRef docRef) CoreSession.getParentDocumentRef
(DocumentRef docRef) Returns the parent ref of the document referenced bydocRef
ornull
if this is the root document.AbstractSession.getParentDocumentRefs
(DocumentRef docRef) CoreSession.getParentDocumentRefs
(DocumentRef docRef) Creates an array with all parent refs starting from the given document up to the root.DocumentModel.getParentRef()
Retrieves the parent reference of the current document.DocumentModel.getRef()
Gets a reference to the core document that can be used either remotely or locally (opens the core JVM).Modifier and TypeMethodDescriptionAbstractSession.getChildrenRefs
(DocumentRef parentRef, String perm) CoreSession.getChildrenRefs
(DocumentRef parentRef, String perm) Gets the references of the children.AbstractSession.getVersionsRefs
(DocumentRef docRef) CoreSession.getVersionsRefs
(DocumentRef docRef) Gets the references of the versions of the document.AbstractSession.removeOrphanVersions
(DocumentRef docRef) CoreSession.removeOrphanVersions
(DocumentRef docRef) Removes orphan versions when the live document doesn't exist and there is no proxy pointing to this document.Modifier and TypeMethodDescription<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 givenfacet
and adapt it on theadapterClass
.boolean
AbstractSession.canRemoveDocument
(DocumentRef docRef) boolean
CoreSession.canRemoveDocument
(DocumentRef docRef) Check if a document can be removed.AbstractSession.checkIn
(DocumentRef docRef, VersioningOption option, String checkinComment) CoreSession.checkIn
(DocumentRef docRef, VersioningOption option, String checkinComment) Checks in a modified document, creating a new version.void
AbstractSession.checkOut
(DocumentRef docRef) void
CoreSession.checkOut
(DocumentRef docRef) Checks out a versioned document.AbstractSession.copy
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts) AbstractSession.copy
(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions) CoreSession.copy
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions) Bulk copy.CoreSession.copy
(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions) Copies the source document to the destination folder under the given name.AbstractSession.copyProxyAsDocument
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts) AbstractSession.copyProxyAsDocument
(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions) CoreSession.copyProxyAsDocument
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions) Bulk copyProxyAsDocument.CoreSession.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 DocumentModelImpl
DocumentModelFactory.createDocumentModel
(String typeName, DocumentRef parentRef, CoreSession coreSession) Creates a document model for a new document.AbstractSession.createProxy
(DocumentRef docRef, DocumentRef folderRef) CoreSession.createProxy
(DocumentRef docRef, DocumentRef folderRef) Creates a generic proxy to the given document inside the given folder.boolean
AbstractSession.exists
(DocumentRef docRef) boolean
CoreSession.exists
(DocumentRef docRef) Tests if the document pointed by the given reference exists and is accessible.protected Document
AbstractSession.fillCreateOptions
(DocumentRef parentRef, String childName, Map<String, Serializable> options) AbstractSession.filterGrantedPermissions
(NuxeoPrincipal principal, DocumentRef docRef, Collection<String> permissions) 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.boolean
AbstractSession.followTransition
(DocumentRef docRef, String transition) boolean
CoreSession.followTransition
(DocumentRef docRef, String transition) Follows a given life cycle transition.AbstractSession.getACP
(DocumentRef docRef) CoreSession.getACP
(DocumentRef docRef) Gets the document access control policy.AbstractSession.getAllowedStateTransitions
(DocumentRef docRef) CoreSession.getAllowedStateTransitions
(DocumentRef docRef) Gets the allowed state transitions for this document.AbstractSession.getBaseVersion
(DocumentRef docRef) CoreSession.getBaseVersion
(DocumentRef docRef) Gets the version to which a checked in document is linked.AbstractSession.getBinaryFulltext
(DocumentRef ref) CoreSession.getBinaryFulltext
(DocumentRef ref) Gets the fulltext extracted from the binary fields.AbstractSession.getChangeToken
(DocumentRef ref) CoreSession.getChangeToken
(DocumentRef ref) Gets the current change token for the document.AbstractSession.getChild
(DocumentRef parent, String name) CoreSession.getChild
(DocumentRef parent, String name) Gets a child document given its name and the parent reference.AbstractSession.getChildren
(DocumentRef parent) AbstractSession.getChildren
(DocumentRef parent, String type) AbstractSession.getChildren
(DocumentRef parent, String type, String perm) AbstractSession.getChildren
(DocumentRef parent, String type, String perm, Filter filter, Sorter sorter) AbstractSession.getChildren
(DocumentRef parent, String type, Filter filter, Sorter sorter) CoreSession.getChildren
(DocumentRef parent) Gets the children of the given parent.CoreSession.getChildren
(DocumentRef parent, String type) Gets the children of the given parent filtered according to the given document type.CoreSession.getChildren
(DocumentRef parent, String type, String perm) Gets the children of the given parent filtered according to the given document type and permission.CoreSession.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.CoreSession.getChildren
(DocumentRef parent, String type, Filter filter, Sorter sorter) Same asCoreSession.getChildren(DocumentRef, String, String, Filter, Sorter)
without specific permission filtering.AbstractSession.getChildrenIterator
(DocumentRef parent) AbstractSession.getChildrenIterator
(DocumentRef parent, String type) AbstractSession.getChildrenIterator
(DocumentRef parent, String type, String perm, Filter filter) CoreSession.getChildrenIterator
(DocumentRef parent) Gets an iterator to the children of the given parent.CoreSession.getChildrenIterator
(DocumentRef parent, String type) Gets an iterator to the children of the given parent filtered according to the given document type.CoreSession.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.AbstractSession.getChildrenRefs
(DocumentRef parentRef, String perm) CoreSession.getChildrenRefs
(DocumentRef parentRef, String perm) Gets the references of the children.AbstractSession.getCurrentLifeCycleState
(DocumentRef docRef) CoreSession.getCurrentLifeCycleState
(DocumentRef docRef) Returns the life cycle of the document.AbstractSession.getDataModel
(DocumentRef docRef, Schema schema) CoreSession.getDataModel
(DocumentRef docRef, Schema schema) Retrieves a data model given a document reference and a schema.protected Object
AbstractSession.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.AbstractSession.getDocument
(DocumentRef docRef) CoreSession.getDocument
(DocumentRef docRef) Gets a document model given its reference.AbstractSession.getDocuments
(DocumentRef[] docRefs) CoreSession.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.AbstractSession.getDocumentWithVersion
(DocumentRef docRef, VersionModel version) CoreSession.getDocumentWithVersion
(DocumentRef docRef, VersionModel version) Returns a document that represents the specified version of the document.AbstractSession.getFiles
(DocumentRef parent) AbstractSession.getFiles
(DocumentRef parent, Filter filter, Sorter sorter) CoreSession.getFiles
(DocumentRef parent) Same asCoreSession.getChildren(DocumentRef)
but returns only non-folder documents.CoreSession.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 Document
AbstractSession.getFirstParentDocumentWithFacet
(DocumentRef docRef, String facet) Returns the firstDocument
with the givenfacet
, recursively going up the parent hierarchy.AbstractSession.getFolders
(DocumentRef parent) AbstractSession.getFolders
(DocumentRef parent, Filter filter, Sorter sorter) CoreSession.getFolders
(DocumentRef parent) Same asCoreSession.getChildren(DocumentRef)
but returns only folder documents.CoreSession.getFolders
(DocumentRef parent, Filter filter, Sorter sorter) Same asCoreSession.getFolders(DocumentRef)
but uses an optional filter and sorter on the result.AbstractSession.getLastDocumentVersion
(DocumentRef docRef) CoreSession.getLastDocumentVersion
(DocumentRef docRef) Gets the document corresponding to the last version for the given document.AbstractSession.getLastDocumentVersionRef
(DocumentRef docRef) CoreSession.getLastDocumentVersionRef
(DocumentRef docRef) Gets the document reference corresponding to the last version for the given document.AbstractSession.getLifeCyclePolicy
(DocumentRef docRef) CoreSession.getLifeCyclePolicy
(DocumentRef docRef) Returns the life cycle policy of the document.AbstractSession.getLockInfo
(DocumentRef docRef) CoreSession.getLockInfo
(DocumentRef docRef) Gets the lock info on the given document.AbstractSession.getParentDocument
(DocumentRef docRef) CoreSession.getParentDocument
(DocumentRef docRef) Gets the parent document or null if this is the root document.AbstractSession.getParentDocumentRef
(DocumentRef docRef) CoreSession.getParentDocumentRef
(DocumentRef docRef) Returns the parent ref of the document referenced bydocRef
ornull
if this is the root document.AbstractSession.getParentDocumentRefs
(DocumentRef docRef) CoreSession.getParentDocumentRefs
(DocumentRef docRef) Creates an array with all parent refs starting from the given document up to the root.AbstractSession.getParentDocuments
(DocumentRef docRef) 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.AbstractSession.getProxies
(DocumentRef docRef, DocumentRef folderRef) CoreSession.getProxies
(DocumentRef docRef, DocumentRef folderRef) Finds the proxies for a document.AbstractSession.getRetainedProperties
(DocumentRef docRef) CoreSession.getRetainedProperties
(DocumentRef docRef) Gets the retained property xpaths of this document at the time it became a record.AbstractSession.getRetainUntil
(DocumentRef docRef) CoreSession.getRetainUntil
(DocumentRef docRef) Gets the retention date for the document.AbstractSession.getSourceDocument
(DocumentRef docRef) CoreSession.getSourceDocument
(DocumentRef docRef) Gets the head (live) document for this document.AbstractSession.getVersions
(DocumentRef docRef) CoreSession.getVersions
(DocumentRef docRef) Retrieves all the versions for a specified document.AbstractSession.getVersionSeriesId
(DocumentRef docRef) CoreSession.getVersionSeriesId
(DocumentRef docRef) Gets the version series id for a document.AbstractSession.getVersionsForDocument
(DocumentRef docRef) CoreSession.getVersionsForDocument
(DocumentRef docRef) Retrieves all the versions for a specified document.AbstractSession.getVersionsRefs
(DocumentRef docRef) CoreSession.getVersionsRefs
(DocumentRef docRef) Gets the references of the versions of the document.AbstractSession.getWorkingCopy
(DocumentRef docRef) CoreSession.getWorkingCopy
(DocumentRef docRef) Gets the working copy (live document) for a proxy or a version.boolean
AbstractSession.hasChild
(DocumentRef parent, String name) boolean
CoreSession.hasChild
(DocumentRef parent, String name) Tests if the document has a child with the given name.boolean
AbstractSession.hasChildren
(DocumentRef docRef) boolean
CoreSession.hasChildren
(DocumentRef docRef) Tests if the document has any children.boolean
AbstractSession.hasLegalHold
(DocumentRef docRef) boolean
CoreSession.hasLegalHold
(DocumentRef docRef) Checks if the document has a legal hold set.boolean
AbstractSession.hasPermission
(DocumentRef docRef, String permission) boolean
AbstractSession.hasPermission
(NuxeoPrincipal principal, DocumentRef docRef, String permission) boolean
CoreSession.hasPermission
(DocumentRef docRef, String permission) Checks if the principal that created the client session has the given privilege on the referred document.boolean
CoreSession.hasPermission
(NuxeoPrincipal principal, DocumentRef docRef, String permission) Checks if a given principal has the given privilege on the referred document.boolean
AbstractSession.isCheckedOut
(DocumentRef docRef) boolean
CoreSession.isCheckedOut
(DocumentRef docRef) Returns whether the current document is checked-out or not.boolean
AbstractSession.isEnforcedRecord
(DocumentRef docRef) default boolean
CoreSession.isEnforcedRecord
(DocumentRef docRef) Checks if the document is an enforced record.boolean
AbstractSession.isFlexibleRecord
(DocumentRef docRef) default boolean
CoreSession.isFlexibleRecord
(DocumentRef docRef) Checks if the document is a flexible record.boolean
AbstractSession.isRecord
(DocumentRef docRef) boolean
CoreSession.isRecord
(DocumentRef docRef) Checks if the document is a record.boolean
AbstractSession.isRetentionActive
(DocumentRef docRef) boolean
CoreSession.isRetentionActive
(DocumentRef docRef) Deprecated.boolean
AbstractSession.isTrashed
(DocumentRef docRef) boolean
CoreSession.isTrashed
(DocumentRef docRef) Checks if this document is in the trash.boolean
AbstractSession.isUnderRetentionOrLegalHold
(DocumentRef docRef) boolean
CoreSession.isUnderRetentionOrLegalHold
(DocumentRef docRef) Checks if the document has a retention date in the future or has a legal hold.void
AbstractSession.makeFlexibleRecord
(DocumentRef docRef) default void
CoreSession.makeFlexibleRecord
(DocumentRef docRef) Turns the document into a flexible record.void
AbstractSession.makeRecord
(DocumentRef docRef) protected void
AbstractSession.makeRecord
(DocumentRef docRef, boolean flexible) void
CoreSession.makeRecord
(DocumentRef docRef) Turns the document into an enforced record.void
AbstractSession.move
(List<DocumentRef> src, DocumentRef dst) AbstractSession.move
(DocumentRef src, DocumentRef dst, String name) void
CoreSession.move
(List<DocumentRef> src, DocumentRef dst) Bulk move.CoreSession.move
(DocumentRef src, DocumentRef dst, String name) Moves the source document to the destination folder under the given name.AbstractSession.newDocumentModel
(DocumentRef parentRef, String name, String typeName) CoreSession.newDocumentModel
(DocumentRef parentRef, String name, String typeName) Creates a new document model using required information.protected void
AbstractSession.notifyCheckedInVersion
(DocumentModel docModel, DocumentRef checkedInVersionRef, Map<String, Serializable> options, String checkinComment) Send a core event for the creation of a new check in version.void
AbstractSession.orderBefore
(DocumentRef parent, String src, String dest) void
CoreSession.orderBefore
(DocumentRef parent, String src, String dest) Given a parent document, order the source child before the destination child.AbstractSession.refreshDocument
(DocumentRef ref, int refreshFlags, String[] schemas) CoreSession.refreshDocument
(DocumentRef ref, int refreshFlags, String[] schemas) Internal method - it is used internally byDocumentModel.refresh()
void
AbstractSession.reinitLifeCycleState
(DocumentRef docRef) void
CoreSession.reinitLifeCycleState
(DocumentRef docRef) Reinitializes the life cycle state of the document to its default state.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.AbstractSession.removeLock
(DocumentRef docRef) CoreSession.removeLock
(DocumentRef docRef) Removes the lock on the given document.AbstractSession.removeOrphanVersions
(DocumentRef docRef) CoreSession.removeOrphanVersions
(DocumentRef docRef) Removes orphan versions when the live document doesn't exist and there is no proxy pointing to this document.void
AbstractSession.replaceACE
(DocumentRef docRef, String aclName, ACE oldACE, ACE newACE) void
CoreSession.replaceACE
(DocumentRef docRef, String aclName, ACE oldACE, ACE newACE) Replace theoldACE
with thenewACE
on the givenaclName
.AbstractSession.replaceBlobDigest
(DocumentRef docRef, String key, String newKey, String newDigest) CoreSession.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 Document
AbstractSession.resolveParentReference
(DocumentRef docRef) protected Document
AbstractSession.resolveReference
(DocumentRef docRef) AbstractSession.restoreToVersion
(DocumentRef docRef, DocumentRef versionRef) AbstractSession.restoreToVersion
(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout) CoreSession.restoreToVersion
(DocumentRef docRef, DocumentRef versionRef) Restores the given document to the specified version.CoreSession.restoreToVersion
(DocumentRef docRef, DocumentRef versionRef, boolean skipSnapshotCreation, boolean skipCheckout) Restores the given document to the specified version.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 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.void
AbstractSession.setLegalHold
(DocumentRef docRef, boolean hold, String comment) void
CoreSession.setLegalHold
(DocumentRef docRef, boolean hold, String comment) Sets or removes the legal hold on the document (a record).AbstractSession.setLock
(DocumentRef docRef) CoreSession.setLock
(DocumentRef docRef) Sets a lock on the given document.void
AbstractSession.setRetainUntil
(DocumentRef docRef, Calendar retainUntil, String comment) void
CoreSession.setRetainUntil
(DocumentRef docRef, Calendar retainUntil, String comment) Sets the retention date on the document (a record).void
AbstractSession.setRetentionActive
(DocumentRef docRef, boolean retentionActive) void
CoreSession.setRetentionActive
(DocumentRef docRef, boolean retentionActive) Deprecated.since 11.1, unused, useCoreSession.setLegalHold(org.nuxeo.ecm.core.api.DocumentRef, boolean, java.lang.String)
insteadvoid
AbstractSession.unsetRetainUntil
(DocumentRef docRef) default void
CoreSession.unsetRetainUntil
(DocumentRef docRef) Removes the retainUntil date, this operation is allowed only for a flexible record.Modifier and TypeMethodDescriptionAbstractSession.copy
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts) CoreSession.copy
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions) Bulk copy.AbstractSession.copyProxyAsDocument
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts) CoreSession.copyProxyAsDocument
(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions) Bulk copyProxyAsDocument.void
AbstractSession.move
(List<DocumentRef> src, DocumentRef dst) void
CoreSession.move
(List<DocumentRef> src, DocumentRef dst) Bulk move. -
Uses of DocumentRef in org.nuxeo.ecm.core.api.impl
Modifier and TypeFieldDescriptionprotected DocumentRef
DocumentModelImpl.parentRef
protected DocumentRef
DocumentModelImpl.ref
Modifier and TypeMethodDescriptionDocumentModelImpl.checkIn
(VersioningOption option, String description) SimpleDocumentModel.checkIn
(VersioningOption option, String description) DocumentLocationImpl.getDocRef()
DocumentModelImpl.getParentRef()
SimpleDocumentModel.getParentRef()
DocumentModelImpl.getRef()
SimpleDocumentModel.getRef()
ModifierConstructorDescriptionDocumentLocationImpl
(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) ModifierConstructorDescriptionDocumentRefListImpl
(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
Modifier and TypeMethodDescriptionLocalConfiguration.getDocumentRef()
Returns the relatedDocumentRef
of this local configuration. -
Uses of DocumentRef in org.nuxeo.ecm.core.api.trash
Modifier and TypeMethodDescriptionboolean
TrashService.isTrashed
(CoreSession session, DocumentRef doc) TrashService.unmangleName
(CoreSession session, DocumentRef parentRef, String docName) Unmangles the name of a document in the trash to find its un-trashed name.Modifier and TypeMethodDescriptionvoid
TrashService.purgeDocuments
(CoreSession session, List<DocumentRef> docRefs) Purges (completely deletes) documents. -
Uses of DocumentRef in org.nuxeo.ecm.core.bulk.action
Modifier and TypeMethodDescriptionprotected void
TrashAction.TrashComputation.fireEvent
(CoreSession session, String eventId, Collection<DocumentRef> refs) -
Uses of DocumentRef in org.nuxeo.ecm.core.event.impl
Modifier and TypeMethodDescriptionShallowDocumentModel.checkIn
(VersioningOption option, String checkinComment) DocumentEventContext.getDestination()
ShallowDocumentModel.getParentRef()
ShallowDocumentModel.getRef()
ModifierConstructorDescriptionDocumentEventContext
(CoreSession session, NuxeoPrincipal principal, DocumentModel source, DocumentRef destDoc) -
Uses of DocumentRef in org.nuxeo.ecm.core.io
Modifier and TypeMethodDescriptionDocumentTranslationMap.getDocRefMap()
Returns the unmodifiable map of document references.DocumentTranslationMap.getDocRefMap()
Returns the unmodifiable map of document references.Modifier and TypeMethodDescriptionIODocumentManager.importDocuments
(InputStream in, String repo, DocumentRef root) void
DocumentTranslationMap.put
(DocumentRef oldRef, DocumentRef newRef) Modifier and TypeMethodDescriptionIODocumentManager.exportDocuments
(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format) void
DocumentTranslationMap.putAll
(Map<DocumentRef, DocumentRef> refs) void
DocumentTranslationMap.putAll
(Map<DocumentRef, DocumentRef> refs) -
Uses of DocumentRef in org.nuxeo.ecm.core.io.impl
Modifier and TypeMethodDescriptionDocumentTranslationMapImpl.getDocRefMap()
DocumentTranslationMapImpl.getDocRefMap()
Modifier and TypeMethodDescriptionIODocumentManagerImpl.importDocuments
(InputStream in, String repo, DocumentRef root) void
DocumentTranslationMapImpl.put
(DocumentRef oldRef, DocumentRef newRef) Modifier and TypeMethodDescriptionIODocumentManagerImpl.exportDocuments
(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format) void
DocumentTranslationMapImpl.putAll
(Map<DocumentRef, DocumentRef> refs) void
DocumentTranslationMapImpl.putAll
(Map<DocumentRef, DocumentRef> refs) ModifierConstructorDescriptionDocumentTranslationMapImpl
(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
Modifier and TypeMethodDescriptionstatic DocumentsListReader
DocumentsListReader.createDocumentsListReader
(CoreSession session, Collection<DocumentRef> docRefsList) ModifierConstructorDescriptionDocumentTreeReader
(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
Modifier and TypeMethodDescriptionprotected DocumentRef
DocumentStoreManager.setupRootlet
(CoreSession session) Modifier and TypeMethodDescriptionvoid
DocumentStoreHandler.onStorageInitialization
(CoreSession session, DocumentRef rootletRef) -
Uses of DocumentRef in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionprotected boolean
DocumentModelResolver.hasReadPermission
(CoreSession session, DocumentRef docRef) Checks directly the Read permission asCoreSession.exists(DocumentRef)
relies on the Browse permission only.Modifier and TypeMethodDescriptionprotected void
DocumentModelResolver.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
Modifier and TypeMethodDescriptionprotected String
NuxeoCmisService.getIdFromDocumentRef
(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.core.rest
Modifier and TypeMethodDescriptionstatic DocumentObject
DocumentFactory.newDocument
(WebContext ctx, DocumentRef ref) DocumentObject.newDocument
(DocumentRef ref) static DocumentObject
DocumentFactory.newDocumentRoot
(WebContext ctx, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.core.security
Modifier and TypeMethodDescriptionprotected void
RetentionExpiredAction.RetentionExpiredComputation.sendEvent
(CoreSession session, DocumentRef ref, Calendar retainUntil) Modifier and TypeMethodDescriptionprotected void
UpdateACEStatusWork.fireACEStatusUpdatedEvent
(Map<DocumentRef, List<ACE>> refToACEs) -
Uses of DocumentRef in org.nuxeo.ecm.core.storage
-
Uses of DocumentRef in org.nuxeo.ecm.core.trash
Modifier and TypeFieldDescriptionTrashInfo.rootParentRefs
Refs of parents of common tree roots of docs found ok.TrashInfo.rootRefs
Refs of common tree roots of docs found ok.Modifier and TypeMethodDescriptionprotected Set<DocumentRef>
PropertyTrashService.doUntrashDocument
(DocumentModel doc, boolean processChildren) protected Set<DocumentRef>
LifeCycleTrashService.undeleteDocumentList
(CoreSession session, List<DocumentModel> docs) Deprecated.Undeletes a list of documents.BridgeTrashService.undeleteDocuments
(List<DocumentModel> docs) LifeCycleTrashService.undeleteDocuments
(List<DocumentModel> docs) Deprecated.PropertyTrashService.undeleteDocuments
(List<DocumentModel> docs) TrashService.undeleteDocuments
(List<DocumentModel> docs) Deprecated.since 10.1 useTrashService.untrashDocuments(List)
insteadModifier and TypeMethodDescriptionboolean
BridgeTrashService.isTrashed
(CoreSession session, DocumentRef doc) boolean
LifeCycleTrashService.isTrashed
(CoreSession session, DocumentRef docRef) Deprecated.boolean
PropertyTrashService.isTrashed
(CoreSession session, DocumentRef docRef) protected void
LifeCycleTrashService.undeleteAncestors
(CoreSession session, DocumentRef docRef, Set<DocumentRef> undeleted) Deprecated.Undeletes ancestors of a document.AbstractTrashService.unmangleName
(CoreSession session, DocumentRef parentRef, String docName) Modifier and TypeMethodDescriptionvoid
AbstractTrashService.purgeDocuments
(CoreSession session, List<DocumentRef> docRefs) protected void
LifeCycleTrashService.undeleteAncestors
(CoreSession session, DocumentRef docRef, Set<DocumentRef> undeleted) Deprecated.Undeletes ancestors of a document. -
Uses of DocumentRef in org.nuxeo.ecm.csv.core
Modifier and TypeMethodDescriptionvoid
CSVImporterDocumentFactory.updateDocument
(CoreSession session, DocumentRef docRef, Map<String, Serializable> values) protected boolean
CSVImporterWork.updateDocument
(long lineNumber, DocumentRef docRef, Map<String, Serializable> properties) void
DefaultCSVImporterDocumentFactory.updateDocument
(CoreSession session, DocumentRef docRef, Map<String, Serializable> values) -
Uses of DocumentRef in org.nuxeo.ecm.directory.localconfiguration
-
Uses of DocumentRef in org.nuxeo.ecm.localconf
-
Uses of DocumentRef in org.nuxeo.ecm.permissions.operations
-
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.api
-
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.api.comment
-
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.impl
-
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.io
Modifier and TypeMethodDescriptionIOAuditResources.getDocumentLogs
(DocumentRef docRef) IOLogEntryBase.translate
(List<LogEntry> docLogs, DocumentRef newRef) Modifier and TypeMethodDescriptionIOAuditAdapter.extractResources
(String repo, Collection<DocumentRef> sources) Extract logs involving given documents. -
Uses of DocumentRef in org.nuxeo.ecm.platform.audit.service
Modifier and TypeMethodDescriptionprotected DocumentModel
AbstractAuditBackend.guardedDocument
(CoreSession session, DocumentRef reference) protected DocumentModelList
AbstractAuditBackend.guardedDocumentChildren
(CoreSession session, DocumentRef reference) -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.api
Modifier and TypeMethodDescriptionCommentManager.getTopLevelDocumentRef
(CoreSession session, DocumentRef commentRef) Gets the top level ancestor document ref for the given document model comment ref.Modifier and TypeMethodDescriptionCommentManager.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
Modifier and TypeMethodDescriptionprotected DocumentRef
PropertyCommentManager.getAncestorRef
(CoreSession session, DocumentModel documentModel) Deprecated.protected DocumentRef
TreeCommentManager.getLocationRefOfCommentCreation
(CoreSession session, DocumentModel commentedDoc) Returns theDocumentRef
of the comments location in repository for the given commented document model.AbstractCommentManager.getTopLevelDocumentRef
(CoreSession session, DocumentRef commentRef) BridgeCommentManager.getTopLevelDocumentRef
(CoreSession session, DocumentRef commentIdRef) Modifier and TypeMethodDescriptionprotected void
TreeCommentManager.checkCreateCommentPermissions
(CoreSession session, DocumentRef documentRef) Checks if the user related to thesession
can comments the document linked to thedocumentRef
.protected <T> T
BridgeCommentManager.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.AbstractCommentManager.getTopLevelDocumentRef
(CoreSession session, DocumentRef commentRef) BridgeCommentManager.getTopLevelDocumentRef
(CoreSession session, DocumentRef commentIdRef) protected void
TreeCommentManager.removeComment
(CoreSession session, DocumentRef documentRef) Remove the comment of the givendocumentRef
-
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.workflow
Modifier and TypeMethodDescriptionprotected void
ModerateCommentOperation.moderate
(DocumentRef docRef) ModerateCommentOperation.run
(DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.platform.comment.workflow.utils
ModifierConstructorDescriptionFollowTransitionUnrestricted
(CoreSession session, DocumentRef docRef, String transition) -
Uses of DocumentRef in org.nuxeo.ecm.platform.content.template.factories
Modifier and TypeMethodDescriptionprotected void
SimpleTemplateBasedFactory.setAcl
(List<ACEDescriptor> aces, DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.platform.dublincore.listener
ModifierConstructorDescriptionprotected
UnrestrictedPropertySetter
(CoreSession session, DocumentRef docRef, String xpath, Serializable value) -
Uses of DocumentRef in org.nuxeo.ecm.platform.io.api
Modifier and TypeMethodDescriptionIOManager.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) Copy documents and resources to another location (on a same machine).Modifier and TypeMethodDescriptionvoid
IOManager.importDocumentsAndResources
(InputStream in, String repo, DocumentRef root) Import document and resources described by given input stream at given document location.Modifier and TypeMethodDescriptionIOManager.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) Copy documents and resources to another location (on a same machine).void
IOManager.exportDocumentsAndResources
(OutputStream out, String repo, Collection<DocumentRef> sources, boolean recurse, String format, Collection<String> ioAdapters) Export documents and resources.abstract IOResources
AbstractIOResourceAdapter.extractResources
(String repo, Collection<DocumentRef> sources) IOResourceAdapter.extractResources
(String repo, Collection<DocumentRef> sources) Extracts resources for given document locations. -
Uses of DocumentRef in org.nuxeo.ecm.platform.io.impl
Modifier and TypeMethodDescriptionIOManagerImpl.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) Modifier and TypeMethodDescriptionvoid
IOManagerImpl.importDocumentsAndResources
(InputStream in, String repo, DocumentRef root) void
IOManagerImpl.importDocumentsAndResources
(InputStream in, String repo, DocumentRef root, DocumentWriter customDocWriter) Modifier and TypeMethodDescriptionIOManagerImpl.copyDocumentsAndResources
(String repo, Collection<DocumentRef> sources, DocumentLocation targetLocation, Collection<String> ioAdapters) void
IOManagerImpl.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
-
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.api
-
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.impl.core
Modifier and TypeMethodDescriptionSimpleCorePublishedDocument.getSourceDocumentRef()
CoreFolderPublicationNode.getTargetDocumentRef()
-
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.rules
Modifier and TypeFieldDescriptionfinal DocumentRef
DefaultValidatorsRule.UnrestrictedACPGetter.docRef
-
Uses of DocumentRef in org.nuxeo.ecm.platform.publisher.task
Modifier and TypeFieldDescriptionprotected DocumentRef
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.docRef
protected DocumentRef
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.targetRef
ModifierConstructorDescriptionDocumentPublisherUnrestricted
(CoreSession session, DocumentRef docRef, DocumentRef targetRef, NuxeoPrincipal principal, String comment) -
Uses of DocumentRef in org.nuxeo.ecm.platform.relations.io
Modifier and TypeMethodDescriptionprotected DocumentRef
IORelationAdapter.getDocumentRef
(RelationManager relManager, QNameResource resource) Modifier and TypeMethodDescriptionIORelationAdapter.extractResources
(String repo, Collection<DocumentRef> sources) Extract relations involving given documents. -
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.lazy
-
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.publisher
Modifier and TypeFieldDescriptionprotected DocumentRef
RenditionPublicationFactory.RemoveACP.docRef
Modifier and TypeMethodDescriptionprotected List<PublishedDocument>
RenditionPublicationCoreTree.getPublishedDocumentsFromLiveDocument
(DocumentRef docRef) protected List<PublishedDocument>
RenditionPublicationCoreTree.getPublishedDocumentsFromProxyDocument
(DocumentRef docRef, DocumentModel sourceDocument) -
Uses of DocumentRef in org.nuxeo.ecm.platform.rendition.service
Modifier and TypeMethodDescriptionprotected DocumentRef
RenditionServiceImpl.createVersionIfNeeded
(DocumentModel source, CoreSession session) RenditionService.storeRendition
(DocumentModel sourceDocument, String renditionDefinitionName) Render a document based on the given rendition definition name and returns the stored RenditionDocumentRef
.RenditionServiceImpl.storeRendition
(DocumentModel source, String renditionDefinitionName) -
Uses of DocumentRef in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeFieldDescriptionprotected DocumentRef
DocumentRouteElementImpl.SetDocumentOnReadOnlyUnrestrictedSessionRunner.ref
ModifierConstructorDescription -
Uses of DocumentRef in org.nuxeo.ecm.platform.task.dashboard
-
Uses of DocumentRef in org.nuxeo.ecm.platform.types.localconfiguration
Modifier and TypeFieldDescriptionprotected DocumentRef
ContentViewConfigurationAdapter.documentRef
protected DocumentRef
UITypesConfigurationAdapter.documentRef
Modifier and TypeMethodDescriptionContentViewConfigurationAdapter.getDocumentRef()
UITypesConfigurationAdapter.getDocumentRef()
-
Uses of DocumentRef in org.nuxeo.ecm.quota.automation
Modifier and TypeFieldDescriptionprotected DocumentRef
GetQuotaInfoOperation.documentRef
protected DocumentRef
GetQuotaStatisticsOperation.documentRef
protected DocumentRef
SetQuotaInfoOperation.documentRef
Modifier and TypeMethodDescriptionGetQuotaInfoOperation.run
(DocumentRef docRef) SetQuotaInfoOperation.run
(DocumentRef docRef) -
Uses of DocumentRef in org.nuxeo.ecm.restapi.server.jaxrs
-
Uses of DocumentRef in org.nuxeo.ecm.webdav.backend
Modifier and TypeMethodDescriptionboolean
AbstractVirtualBackend.canUnlock
(DocumentRef ref) boolean
Backend.canUnlock
(DocumentRef ref) boolean
SimpleBackend.canUnlock
(DocumentRef ref) protected boolean
SimpleBackend.cleanTrashPath
(DocumentRef parentRef, String name) AbstractVirtualBackend.getCheckoutUser
(DocumentRef ref) Backend.getCheckoutUser
(DocumentRef ref) SimpleBackend.getCheckoutUser
(DocumentRef ref) AbstractVirtualBackend.getChildren
(DocumentRef ref) Backend.getChildren
(DocumentRef ref) SimpleBackend.getChildren
(DocumentRef ref) boolean
AbstractVirtualBackend.hasPermission
(DocumentRef docRef, String permission) boolean
Backend.hasPermission
(DocumentRef docRef, String permission) boolean
SimpleBackend.hasPermission
(DocumentRef docRef, String permission) boolean
AbstractVirtualBackend.isLocked
(DocumentRef ref) boolean
Backend.isLocked
(DocumentRef ref) boolean
SimpleBackend.isLocked
(DocumentRef ref) AbstractVirtualBackend.lock
(DocumentRef ref) Backend.lock
(DocumentRef ref) SimpleBackend.lock
(DocumentRef ref) AbstractVirtualBackend.moveItem
(DocumentModel source, DocumentRef targetParentRef, String name) Backend.moveItem
(DocumentModel source, DocumentRef targetParentRef, String name) SimpleBackend.moveItem
(DocumentModel source, DocumentRef targetParentRef, String name) void
AbstractVirtualBackend.removeItem
(DocumentRef ref) void
Backend.removeItem
(DocumentRef ref) void
SimpleBackend.removeItem
(DocumentRef ref) boolean
AbstractVirtualBackend.unlock
(DocumentRef ref) boolean
Backend.unlock
(DocumentRef ref) boolean
SimpleBackend.unlock
(DocumentRef ref) -
Uses of DocumentRef in org.nuxeo.ecm.webengine.util
Modifier and TypeMethodDescriptionstatic void
ACLUtils.removePermission
(CoreSession session, DocumentRef docRef, String username, String permission) -
Uses of DocumentRef in org.nuxeo.snapshot
Modifier and TypeMethodDescriptionprotected DocumentRef
SnapshotableAdapter.createLeafVersion
(DocumentModel targetDoc, VersioningOption option) Snapshot.getRef()
SnapshotableAdapter.getRef()
-
Uses of DocumentRef in org.nuxeo.template.adapters.doc
Modifier and TypeMethodDescriptionTemplateBasedDocumentAdapterImpl.getSourceTemplateDocRef
(String templateName) -
Uses of DocumentRef in org.nuxeo.template.api.adapters
Modifier and TypeMethodDescriptionTemplateBasedDocument.getSourceTemplateDocRef
(String templateName) Retrieve the TemplateDocumentRef
for a given template name -
Uses of DocumentRef in org.nuxeo.template.service
-
Uses of DocumentRef in org.nuxeo.theme.localconfiguration
CoreSession.hasLegalHold(org.nuxeo.ecm.core.api.DocumentRef)
instead