Modifier and Type | Method and Description |
---|---|
DocumentRef |
DocumentScriptingWrapper.getRef() |
DocumentRef |
DocumentScriptingWrapper.resolvePathAsRef(String relative) |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
protected FileSystemItemChange |
AuditChangeFinder.getFileSystemItemChange(CoreSession session,
DocumentRef docRef,
LogEntry entry,
String expectedFileSystemItemId) |
Modifier and Type | Method and Description |
---|---|
protected List<DocumentRef> |
ActivityStreamListener.getParentSuperSpaceRefs(CoreSession session,
DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
protected String |
ActivityStreamListener.getDocumentTitle(CoreSession session,
DocumentRef docRef) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
StatsTaskRunner.rootref |
Modifier and Type | Method and Description |
---|---|
void |
RepoStat.run(DocumentRef root) |
Constructor and Description |
---|
StatsTask(String repoName,
DocumentRef rootDocRef,
boolean includeBlob,
RepoStat instance) |
StatsTaskRunner(String repositoryName,
boolean includeBlob,
DocumentRef rootref,
StatsTask hostTask) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRefCollector.collect(OperationContext ctx,
DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
static DocumentRef |
StringToDocRef.createRef(String value) |
static DocumentRef |
StringToDocModel.createRef(String value) |
DocumentRef |
ArrayStringToDocModelList.createRef(String value) |
DocumentRef |
StringToDocRef.getAdaptedValue(OperationContext ctx,
Object objectToAdapt) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
MoveDocument.target |
protected DocumentRef |
CopyDocument.target |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoveDocumentACL.deleteACL(DocumentRef ref) |
DocumentModel |
UnlockDocument.run(DocumentRef doc) |
DocumentModel |
UnblockPermissionInheritance.run(DocumentRef docRef) |
DocumentModel |
SetDocumentLifeCycle.run(DocumentRef doc) |
DocumentModel |
SetDocumentACE.run(DocumentRef doc) |
DocumentModel |
ReplacePermission.run(DocumentRef docRef) |
DocumentModel |
RemovePermission.run(DocumentRef docRef) |
DocumentModel |
RemoveDocumentACL.run(DocumentRef doc) |
DocumentModel |
MoveDocument.run(DocumentRef ref) |
DocumentModel |
LockDocument.run(DocumentRef doc) |
DocumentModel |
GetDocumentParent.run(DocumentRef doc) |
DocumentModelList |
GetDocumentChildren.run(DocumentRef doc) |
DocumentModel |
GetDocumentChild.run(DocumentRef doc) |
DocumentModel |
DeleteDocument.run(DocumentRef doc) |
DocumentModel |
CreateDocument.run(DocumentRef doc) |
DocumentModel |
CopyDocument.run(DocumentRef ref) |
DocumentModel |
CheckOutDocument.run(DocumentRef doc) |
DocumentModel |
CheckInDocument.run(DocumentRef doc) |
DocumentModel |
BlockPermissionInheritance.run(DocumentRef docRef) |
DocumentModel |
AddPermission.run(DocumentRef docRef) |
protected void |
SetDocumentACE.setACE(DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
PushDocument.run(DocumentRef doc) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
PushDocument.run(DocumentRef doc) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
DocumentWrapper.getRef() |
DocumentRef |
DocumentWrapper.resolvePathAsRef(String relative) |
Modifier and Type | Method and Description |
---|---|
static DocumentRef |
DocumentInputResolver.docRefFromString(String input) |
DocumentRef |
DocumentInputResolver.getInput(String content) |
Modifier and Type | Method and Description |
---|---|
protected DocumentRef |
DebugResource.getDocumentRef(String ref) |
Modifier and Type | Class and Description |
---|---|
class |
IdRef
An ID reference to a document.
|
class |
InstanceRef
Document repository reference including the principal owner of the session.
|
class |
PathRef
A PATH reference to a document.
|
Modifier and Type | Method and Description |
---|---|
DocumentRef |
AbstractSession.checkIn(DocumentRef docRef,
VersioningOption option,
String checkinComment) |
DocumentRef |
CoreSession.checkIn(DocumentRef docRef,
VersioningOption option,
String checkinComment)
Checks in a modified document, creating a new version.
|
DocumentRef |
DocumentModel.checkIn(VersioningOption option,
String checkinComment)
Checks in a document and returns the created version.
|
DocumentRef |
AbstractSession.getBaseVersion(DocumentRef docRef) |
DocumentRef |
CoreSession.getBaseVersion(DocumentRef docRef)
Gets the version to which a checked in document is linked.
|
DocumentRef |
DocumentLocation.getDocRef()
Returns the document reference.
|
DocumentRef |
AbstractSession.getLastDocumentVersionRef(DocumentRef docRef) |
DocumentRef |
CoreSession.getLastDocumentVersionRef(DocumentRef docRef)
Gets the document reference corresponding to the last version for the given document.
|
DocumentRef |
AbstractSession.getParentDocumentRef(DocumentRef docRef) |
DocumentRef |
CoreSession.getParentDocumentRef(DocumentRef docRef)
Returns the parent ref of the document referenced by
docRef or null if this is the root document. |
DocumentRef[] |
AbstractSession.getParentDocumentRefs(DocumentRef docRef) |
DocumentRef[] |
CoreSession.getParentDocumentRefs(DocumentRef docRef)
Creates an array with all parent refs starting from the given document up to the root.
|
DocumentRef |
DocumentModel.getParentRef()
Retrieves the parent reference of the current document.
|
DocumentRef |
DocumentModel.getRef()
Gets a reference to the core document that can be used either remotely or locally (opens the core JVM).
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T extends DetachedAdapter> |
AbstractSession.adaptFirstMatchingDocumentWithFacet(DocumentRef docRef,
String facet,
Class<T> adapterClass) |
<T extends DetachedAdapter> |
CoreSession.adaptFirstMatchingDocumentWithFacet(DocumentRef docRef,
String facet,
Class<T> adapterClass)
Find the first parent with the given
facet and adapt it on the adapterClass . |
boolean |
AbstractSession.canRemoveDocument(DocumentRef docRef) |
boolean |
CoreSession.canRemoveDocument(DocumentRef docRef)
Check if a document can be removed.
|
DocumentRef |
AbstractSession.checkIn(DocumentRef docRef,
VersioningOption option,
String checkinComment) |
DocumentRef |
CoreSession.checkIn(DocumentRef docRef,
VersioningOption option,
String checkinComment)
Checks in a modified document, creating a new version.
|
DocumentModel |
AbstractSession.checkIn(DocumentRef docRef,
VersionModel ver)
Deprecated.
|
DocumentModel |
CoreSession.checkIn(DocumentRef docRef,
VersionModel version)
Deprecated.
|
void |
AbstractSession.checkOut(DocumentRef docRef) |
void |
CoreSession.checkOut(DocumentRef docRef)
Checks out a versioned document.
|
DocumentModel |
AbstractSession.copy(DocumentRef src,
DocumentRef dst,
String name,
boolean resetLifeCycle)
Deprecated.
|
DocumentModel |
CoreSession.copy(DocumentRef src,
DocumentRef dst,
String name,
boolean resetLifeCycle)
Deprecated.
Since 8.2. Use
CoreSession.copy(DocumentRef, DocumentRef, String, CopyOption...) instead |
DocumentModel |
AbstractSession.copy(DocumentRef src,
DocumentRef dst,
String name,
CoreSession.CopyOption... copyOptions) |
DocumentModel |
CoreSession.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.copy(List<DocumentRef> src,
DocumentRef dst,
boolean resetLifeCycle)
Deprecated.
|
List<DocumentModel> |
CoreSession.copy(List<DocumentRef> src,
DocumentRef dst,
boolean resetLifeCycle)
Deprecated.
Since 8.2. Use
CoreSession.copy(List, DocumentRef, CopyOption...) instead |
List<DocumentModel> |
AbstractSession.copy(List<DocumentRef> src,
DocumentRef dst,
CoreSession.CopyOption... opts) |
List<DocumentModel> |
CoreSession.copy(List<DocumentRef> src,
DocumentRef dst,
CoreSession.CopyOption... copyOptions)
Bulk copy.
|
DocumentModel |
AbstractSession.copyProxyAsDocument(DocumentRef src,
DocumentRef dst,
String name,
boolean resetLifeCycle)
Deprecated.
|
DocumentModel |
CoreSession.copyProxyAsDocument(DocumentRef src,
DocumentRef dst,
String name,
boolean resetLifeCycle)
Deprecated.
Since 8.2. Use
CoreSession.copyProxyAsDocument(DocumentRef, DocumentRef, String, CopyOption...) instead |
DocumentModel |
AbstractSession.copyProxyAsDocument(DocumentRef src,
DocumentRef dst,
String name,
CoreSession.CopyOption... copyOptions) |
DocumentModel |
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.
|
List<DocumentModel> |
AbstractSession.copyProxyAsDocument(List<DocumentRef> src,
DocumentRef dst,
boolean resetLifeCycle)
Deprecated.
|
List<DocumentModel> |
CoreSession.copyProxyAsDocument(List<DocumentRef> src,
DocumentRef dst,
boolean resetLifeCycle)
Deprecated.
Since 8.2. Use
CoreSession.copyProxyAsDocument(List, DocumentRef, CopyOption...) instead |
List<DocumentModel> |
AbstractSession.copyProxyAsDocument(List<DocumentRef> src,
DocumentRef dst,
CoreSession.CopyOption... opts) |
List<DocumentModel> |
CoreSession.copyProxyAsDocument(List<DocumentRef> src,
DocumentRef dst,
CoreSession.CopyOption... copyOptions)
Bulk copyProxyAsDocument.
|
DocumentModel |
AbstractSession.createProxy(DocumentRef docRef,
DocumentRef folderRef) |
DocumentModel |
CoreSession.createProxy(DocumentRef docRef,
DocumentRef folderRef)
Creates a generic proxy to the given document inside the given folder.
|
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) |
boolean |
AbstractSession.followTransition(DocumentRef docRef,
String transition) |
boolean |
CoreSession.followTransition(DocumentRef docRef,
String transition)
Follows a given life cycle transition.
|
ACP |
AbstractSession.getACP(DocumentRef docRef) |
ACP |
CoreSession.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.
|
DocumentRef |
AbstractSession.getBaseVersion(DocumentRef docRef) |
DocumentRef |
CoreSession.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.
|
DocumentModel |
AbstractSession.getChild(DocumentRef parent,
String name) |
DocumentModel |
CoreSession.getChild(DocumentRef parent,
String name)
Gets a child document given its name and the parent reference.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent)
Gets the children of the given parent.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type)
Gets the children of the given parent filtered according to the given document type.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
Filter filter,
Sorter sorter)
Same as
CoreSession.getChildren(DocumentRef, String, String, Filter, Sorter) without specific permission filtering. |
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
String perm) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
String perm)
Gets the children of the given parent filtered according to the given document type and permission.
|
DocumentModelList |
AbstractSession.getChildren(DocumentRef parent,
String type,
String perm,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getChildren(DocumentRef parent,
String type,
String perm,
Filter filter,
Sorter sorter)
Same as
CoreSession.getChildren(DocumentRef, String, String) but the result is filtered and then sorted using the
specified filter and sorter. |
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent)
Gets an iterator to the children of the given parent.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type) |
DocumentModelIterator |
CoreSession.getChildrenIterator(DocumentRef parent,
String type)
Gets an iterator to the children of the given parent filtered according to the given document type.
|
DocumentModelIterator |
AbstractSession.getChildrenIterator(DocumentRef parent,
String type,
String perm,
Filter filter) |
DocumentModelIterator |
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.
|
List<DocumentRef> |
AbstractSession.getChildrenRefs(DocumentRef parentRef,
String perm) |
List<DocumentRef> |
CoreSession.getChildrenRefs(DocumentRef parentRef,
String perm)
Gets the references of the children.
|
String |
AbstractSession.getCurrentLifeCycleState(DocumentRef docRef) |
String |
CoreSession.getCurrentLifeCycleState(DocumentRef docRef)
Returns the life cycle of the document.
|
DataModel |
AbstractSession.getDataModel(DocumentRef docRef,
Schema schema) |
DataModel |
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.
|
DocumentModel |
AbstractSession.getDocument(DocumentRef docRef) |
DocumentModel |
CoreSession.getDocument(DocumentRef docRef)
Gets a document model given its reference.
|
DocumentModelList |
AbstractSession.getDocuments(DocumentRef[] docRefs) |
DocumentModelList |
CoreSession.getDocuments(DocumentRef[] docRefs)
Gets a list of documents given their references.
|
<T extends Serializable> |
AbstractSession.getDocumentSystemProp(DocumentRef ref,
String systemProperty,
Class<T> type) |
<T extends Serializable> |
CoreSession.getDocumentSystemProp(DocumentRef ref,
String systemProperty,
Class<T> type)
Gets system property of the specified type for the document ref.
|
DocumentModel |
AbstractSession.getDocumentWithVersion(DocumentRef docRef,
VersionModel version) |
DocumentModel |
CoreSession.getDocumentWithVersion(DocumentRef docRef,
VersionModel version)
Returns a document that represents the specified version of the document.
|
DocumentModelList |
AbstractSession.getFiles(DocumentRef parent) |
DocumentModelList |
CoreSession.getFiles(DocumentRef parent)
Same as
CoreSession.getChildren(DocumentRef) but returns only non-folder documents. |
DocumentModelList |
AbstractSession.getFiles(DocumentRef parent,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getFiles(DocumentRef parent,
Filter filter,
Sorter sorter)
Same as
CoreSession.getFiles(org.nuxeo.ecm.core.api.DocumentRef) but uses an optional filter and sorter on the result. |
protected Document |
AbstractSession.getFirstParentDocumentWithFacet(DocumentRef docRef,
String facet)
Returns the first
Document with the given facet , recursively going up the parent hierarchy. |
DocumentModelList |
AbstractSession.getFolders(DocumentRef parent) |
DocumentModelList |
CoreSession.getFolders(DocumentRef parent)
Same as
CoreSession.getChildren(DocumentRef) but returns only folder documents. |
DocumentModelList |
AbstractSession.getFolders(DocumentRef parent,
Filter filter,
Sorter sorter) |
DocumentModelList |
CoreSession.getFolders(DocumentRef parent,
Filter filter,
Sorter sorter)
Same as
CoreSession.getFolders(DocumentRef) but uses an optional filter and sorter on the result. |
DocumentModel |
AbstractSession.getLastDocumentVersion(DocumentRef docRef) |
DocumentModel |
CoreSession.getLastDocumentVersion(DocumentRef docRef)
Gets the document corresponding to the last version for the given document.
|
DocumentRef |
AbstractSession.getLastDocumentVersionRef(DocumentRef docRef) |
DocumentRef |
CoreSession.getLastDocumentVersionRef(DocumentRef docRef)
Gets the document reference corresponding to the last version for the given document.
|
VersionModel |
AbstractSession.getLastVersion(DocumentRef docRef) |
VersionModel |
CoreSession.getLastVersion(DocumentRef docRef)
Deprecated.
|
String |
AbstractSession.getLifeCyclePolicy(DocumentRef docRef) |
String |
CoreSession.getLifeCyclePolicy(DocumentRef docRef)
Returns the life cycle policy of the document.
|
String |
AbstractSession.getLock(DocumentRef docRef)
Deprecated.
|
String |
CoreSession.getLock(DocumentRef doc)
Deprecated.
since 5.4.2, use
CoreSession.getLockInfo(org.nuxeo.ecm.core.api.DocumentRef) instead |
Lock |
AbstractSession.getLockInfo(DocumentRef docRef) |
Lock |
CoreSession.getLockInfo(DocumentRef docRef)
Gets the lock info on the given document.
|
DocumentModel |
AbstractSession.getParentDocument(DocumentRef docRef) |
DocumentModel |
CoreSession.getParentDocument(DocumentRef docRef)
Gets the parent document or null if this is the root document.
|
DocumentRef |
AbstractSession.getParentDocumentRef(DocumentRef docRef) |
DocumentRef |
CoreSession.getParentDocumentRef(DocumentRef docRef)
Returns the parent ref of the document referenced by
docRef or null if this is the root document. |
DocumentRef[] |
AbstractSession.getParentDocumentRefs(DocumentRef docRef) |
DocumentRef[] |
CoreSession.getParentDocumentRefs(DocumentRef docRef)
Creates an array with all parent refs starting from the given document up to the root.
|
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.
|
DocumentModelList |
AbstractSession.getProxies(DocumentRef docRef,
DocumentRef folderRef) |
DocumentModelList |
CoreSession.getProxies(DocumentRef docRef,
DocumentRef folderRef)
Finds the proxies for a document.
|
String[] |
AbstractSession.getProxyVersions(DocumentRef docRef,
DocumentRef folderRef) |
String[] |
CoreSession.getProxyVersions(DocumentRef docRef,
DocumentRef folderRef)
Deprecated.
|
DocumentModel |
AbstractSession.getSourceDocument(DocumentRef docRef) |
DocumentModel |
CoreSession.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.
|
String |
AbstractSession.getVersionSeriesId(DocumentRef docRef) |
String |
CoreSession.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.
|
DocumentModel |
AbstractSession.getWorkingCopy(DocumentRef docRef) |
DocumentModel |
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.hasPermission(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 |
AbstractSession.hasPermission(Principal principal,
DocumentRef docRef,
String permission) |
boolean |
CoreSession.hasPermission(Principal 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.isDirty(DocumentRef docRef)
Deprecated.
|
boolean |
CoreSession.isDirty(DocumentRef doc)
Deprecated.
since 5.4, use
CoreSession.isCheckedOut(org.nuxeo.ecm.core.api.DocumentRef) instead |
DocumentModel |
AbstractSession.move(DocumentRef src,
DocumentRef dst,
String name) |
DocumentModel |
CoreSession.move(DocumentRef src,
DocumentRef dst,
String name)
Moves the source document to the destination folder under the given name.
|
void |
AbstractSession.move(List<DocumentRef> src,
DocumentRef dst) |
void |
CoreSession.move(List<DocumentRef> src,
DocumentRef dst)
Bulk move.
|
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.
|
DocumentModel.DocumentModelRefresh |
AbstractSession.refreshDocument(DocumentRef ref,
int refreshFlags,
String[] schemas) |
DocumentModel.DocumentModelRefresh |
CoreSession.refreshDocument(DocumentRef ref,
int refreshFlags,
String[] schemas)
Internal method - it is used internally by
DocumentModel.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.
|
Lock |
AbstractSession.removeLock(DocumentRef docRef) |
Lock |
CoreSession.removeLock(DocumentRef docRef)
Removes the lock on the given document.
|
void |
AbstractSession.replaceACE(DocumentRef docRef,
String aclName,
ACE oldACE,
ACE newACE) |
void |
CoreSession.replaceACE(DocumentRef docRef,
String aclName,
ACE oldACE,
ACE newACE)
Replace the
oldACE with the newACE on the given aclName . |
protected Document |
AbstractSession.resolveReference(DocumentRef docRef) |
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
DocumentRef versionRef) |
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
DocumentRef versionRef)
Restores the given document to the specified version.
|
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
DocumentRef versionRef,
boolean skipSnapshotCreation,
boolean skipCheckout) |
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
DocumentRef versionRef,
boolean skipSnapshotCreation,
boolean skipCheckout)
Restores the given document to the specified version.
|
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
VersionModel version)
Deprecated.
|
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
VersionModel version)
Deprecated.
|
DocumentModel |
AbstractSession.restoreToVersion(DocumentRef docRef,
VersionModel version,
boolean skipSnapshotCreation)
Deprecated.
|
DocumentModel |
CoreSession.restoreToVersion(DocumentRef docRef,
VersionModel version,
boolean skipSnapshotCreation)
Deprecated.
|
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> |
AbstractSession.setDocumentSystemProp(DocumentRef ref,
String systemProperty,
T value) |
<T extends Serializable> |
CoreSession.setDocumentSystemProp(DocumentRef ref,
String systemProperty,
T value)
Sets given value as a system property.
|
Lock |
AbstractSession.setLock(DocumentRef docRef) |
Lock |
CoreSession.setLock(DocumentRef docRef)
Sets a lock on the given document.
|
void |
AbstractSession.setLock(DocumentRef docRef,
String key)
Deprecated.
|
void |
CoreSession.setLock(DocumentRef doc,
String key)
Deprecated.
since 5.4.2, use
CoreSession.setLock(DocumentRef) instead |
String |
AbstractSession.unlock(DocumentRef docRef)
Deprecated.
|
String |
CoreSession.unlock(DocumentRef docRef)
Deprecated.
since 5.4.2, use
CoreSession.removeLock(org.nuxeo.ecm.core.api.DocumentRef) instead |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
DocumentModelImpl.parentRef |
protected DocumentRef |
DocumentModelImpl.ref |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SimpleDocumentModel.checkIn(VersioningOption option,
String description) |
DocumentRef |
DocumentModelImpl.checkIn(VersioningOption option,
String description) |
DocumentRef |
DocumentLocationImpl.getDocRef() |
DocumentRef |
SimpleDocumentModel.getParentRef() |
DocumentRef |
DocumentModelImpl.getParentRef() |
DocumentRef |
SimpleDocumentModel.getRef() |
DocumentRef |
DocumentModelImpl.getRef() |
Constructor and 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) |
DocumentModelImpl(String sid,
String type,
String id,
Path path,
Lock lock,
DocumentRef docRef,
DocumentRef parentRef,
String[] schemas,
Set<String> facets,
String sourceId,
String repositoryName)
Constructor.
|
Constructor and Description |
---|
DocumentRefListImpl(List<DocumentRef> list) |
DocumentRefListImpl(List<DocumentRef> list,
long totalSize)
Constructs a DocumentModelListImpl and sets the "total size" information.
|
Modifier and Type | Method and Description |
---|---|
DocumentRef |
LocalConfiguration.getDocumentRef()
Returns the related
DocumentRef of this local configuration. |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
ShallowDocumentModel.checkIn(VersioningOption option,
String checkinComment) |
DocumentRef |
DocumentEventContext.getDestination() |
DocumentRef |
ShallowDocumentModel.getParentRef() |
DocumentRef |
ShallowDocumentModel.getRef() |
Constructor and Description |
---|
DocumentEventContext(CoreSession session,
Principal principal,
DocumentModel source,
DocumentRef destDoc) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DocumentTranslationMap |
IODocumentManager.importDocuments(InputStream in,
String repo,
DocumentRef root) |
void |
DocumentTranslationMap.put(DocumentRef oldRef,
DocumentRef newRef) |
Modifier and Type | Method and Description |
---|---|
DocumentTranslationMap |
IODocumentManager.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) |
Modifier and Type | Method and Description |
---|---|
Map<DocumentRef,DocumentRef> |
DocumentTranslationMapImpl.getDocRefMap() |
Map<DocumentRef,DocumentRef> |
DocumentTranslationMapImpl.getDocRefMap() |
Modifier and Type | Method and Description |
---|---|
DocumentTranslationMap |
IODocumentManagerImpl.importDocuments(InputStream in,
String repo,
DocumentRef root) |
void |
DocumentTranslationMapImpl.put(DocumentRef oldRef,
DocumentRef newRef) |
Modifier and Type | Method and Description |
---|---|
DocumentTranslationMap |
IODocumentManagerImpl.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) |
Constructor and Description |
---|
DocumentTranslationMapImpl(String oldServerName,
String newServerName,
Map<DocumentRef,DocumentRef> map) |
DocumentTranslationMapImpl(String oldServerName,
String newServerName,
Map<DocumentRef,DocumentRef> map) |
Modifier and Type | Method and Description |
---|---|
static DocumentsListReader |
DocumentsListReader.createDocumentsListReader(CoreSession session,
Collection<DocumentRef> docRefsList) |
Constructor and Description |
---|
DocumentChildrenReader(CoreSession session,
DocumentRef root)
Deprecated.
|
DocumentTreeReader(CoreSession session,
DocumentRef root) |
ExtensibleDocumentTreeReader(CoreSession session,
DocumentRef root) |
SingleDocumentReader(CoreSession session,
DocumentRef root) |
TypedSingleDocumentReader(CoreSession session,
DocumentRef root) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
DocumentStoreManager.rootletRef |
Modifier and Type | Method and Description |
---|---|
protected DocumentRef |
DocumentStoreManager.setupRootlet(CoreSession session) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreHandler.onStorageInitialization(CoreSession session,
DocumentRef rootletRef) |
Modifier and Type | Method and Description |
---|---|
protected String |
NuxeoCmisService.getIdFromDocumentRef(DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
DocumentObject |
DocumentObject.newDocument(DocumentRef ref) |
static DocumentObject |
DocumentFactory.newDocument(WebContext ctx,
DocumentRef ref) |
static DocumentObject |
DocumentFactory.newDocumentRoot(WebContext ctx,
DocumentRef ref) |
Constructor and Description |
---|
DocumentRoot(WebContext ctx,
DocumentRef root) |
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateACEStatusWork.fireACEStatusUpdatedEvent(Map<DocumentRef,List<ACE>> refToACEs) |
Modifier and Type | Method and Description |
---|---|
protected void |
CoreFeature.batchRemoveDocuments(List<DocumentRef> ids) |
Modifier and Type | Field and Description |
---|---|
Set<DocumentRef> |
TrashInfo.rootParentRefs
Refs of parents of common tree roots of docs found ok.
|
List<DocumentRef> |
TrashInfo.rootRefs
Refs of common tree roots of docs found ok.
|
Modifier and Type | Method and Description |
---|---|
protected Set<DocumentRef> |
TrashServiceImpl.undeleteDocumentList(CoreSession session,
List<DocumentModel> docs)
Undeletes a list of documents.
|
Set<DocumentRef> |
TrashServiceImpl.undeleteDocuments(List<DocumentModel> docs) |
Set<DocumentRef> |
TrashService.undeleteDocuments(List<DocumentModel> docs)
Undeletes documents (and ancestors if needed to make them visible).
|
Modifier and Type | Method and Description |
---|---|
protected void |
TrashServiceImpl.undeleteAncestors(CoreSession session,
DocumentRef docRef,
Set<DocumentRef> undeleted)
Undeletes ancestors of a document.
|
Modifier and Type | Method and Description |
---|---|
void |
TrashServiceImpl.purgeDocuments(CoreSession session,
List<DocumentRef> docRefs) |
void |
TrashService.purgeDocuments(CoreSession session,
List<DocumentRef> docRefs)
Purges (completely deletes) documents .
|
protected void |
TrashServiceImpl.undeleteAncestors(CoreSession session,
DocumentRef docRef,
Set<DocumentRef> undeleted)
Undeletes ancestors of a document.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCSVImporterDocumentFactory.updateDocument(CoreSession session,
DocumentRef docRef,
Map<String,Serializable> values) |
void |
CSVImporterDocumentFactory.updateDocument(CoreSession session,
DocumentRef docRef,
Map<String,Serializable> values) |
protected boolean |
CSVImporterWork.updateDocument(long lineNumber,
DocumentRef docRef,
Map<String,Serializable> properties) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
DirectoryConfigurationAdapter.documentRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
DirectoryConfigurationAdapter.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SimpleConfigurationAdapter.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
SendNotificationEmailForPermission.run(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
DefaultNuxeoUriResolver.getDocumentRef(URI uri) |
Modifier and Type | Method and Description |
---|---|
URI |
URNDocumentViewTranslator.getUriFromDocumentView(String serverName,
DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
void |
LogEntry.setDocUUID(DocumentRef docRef) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
LinkedDocument.documentRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
LinkedDocument.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
void |
LinkedDocument.setDocumentRef(DocumentRef documentRef) |
Modifier and Type | Method and Description |
---|---|
void |
LogEntryImpl.setDocUUID(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
Map<DocumentRef,List<LogEntry>> |
IOAuditResources.getLogsMap() |
Modifier and Type | Method and Description |
---|---|
List<LogEntry> |
IOAuditResources.getDocumentLogs(DocumentRef docRef) |
static List<LogEntry> |
IOLogEntryBase.translate(List<LogEntry> docLogs,
DocumentRef newRef) |
Modifier and Type | Method and Description |
---|---|
IOResources |
IOAuditAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extract logs involving given documents.
|
Constructor and Description |
---|
IOAuditResources(Map<DocumentRef,List<LogEntry>> docLogs) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
AbstractAuditBackend.guardedDocument(CoreSession session,
DocumentRef reference) |
protected DocumentModelList |
AbstractAuditBackend.guardedDocumentChildren(CoreSession session,
DocumentRef reference) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModerateCommentOperation.moderate(DocumentRef docRef) |
DocumentModel |
ModerateCommentOperation.run(DocumentRef docRef) |
Modifier and Type | Field and Description |
---|---|
DocumentRef |
FollowTransitionUnrestricted.docRef |
Constructor and Description |
---|
FollowTransitionUnrestricted(CoreSession session,
DocumentRef docRef,
String transition) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleTemplateBasedFactory.setAcl(List<ACEDescriptor> aces,
DocumentRef ref) |
Constructor and Description |
---|
UnrestrictedPropertySetter(CoreSession session,
DocumentRef docRef,
String xpath,
Serializable value) |
Modifier and Type | Method and Description |
---|---|
protected DocumentModel |
ThreadActionBean.getDocumentThreadModel(DocumentRef threadRef)
Gets the thread for a given document reference.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
AbstractConsumer.rootRef |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRef> |
IOManager.copyDocumentsAndResources(String repo,
Collection<DocumentRef> sources,
DocumentLocation targetLocation,
Collection<String> ioAdapters)
Copy documents and resources to another location (on a same machine).
|
Modifier and Type | Method and Description |
---|---|
void |
IOManager.importDocumentsAndResources(InputStream in,
String repo,
DocumentRef root)
Import document and resources described by given input stream at given document location.
|
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRef> |
IOManager.copyDocumentsAndResources(String repo,
Collection<DocumentRef> sources,
DocumentLocation targetLocation,
Collection<String> ioAdapters)
Copy documents and resources to another location (on a same machine).
|
void |
IOManager.exportDocumentsAndResources(OutputStream out,
String repo,
Collection<DocumentRef> sources,
boolean recurse,
String format,
Collection<String> ioAdapters)
Export documents and resources.
|
IOResources |
IOResourceAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extracts resources for given document locations.
|
abstract IOResources |
AbstractIOResourceAdapter.extractResources(String repo,
Collection<DocumentRef> sources) |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRef> |
IOManagerImpl.copyDocumentsAndResources(String repo,
Collection<DocumentRef> sources,
DocumentLocation targetLocation,
Collection<String> ioAdapters) |
Modifier and Type | Method and Description |
---|---|
void |
IOManagerImpl.importDocumentsAndResources(InputStream in,
String repo,
DocumentRef root) |
void |
IOManagerImpl.importDocumentsAndResources(InputStream in,
String repo,
DocumentRef root,
DocumentWriter customDocWriter) |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRef> |
IOManagerImpl.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) |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
CreatePicture.run(DocumentRef doc) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
PublishedDocument.getSourceDocumentRef() |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SimpleCorePublishedDocument.getSourceDocumentRef() |
DocumentRef |
CoreFolderPublicationNode.getTargetDocumentRef() |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
FSPublishedDocument.sourceDocumentRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
FSPublishedDocument.getSourceDocumentRef() |
Constructor and Description |
---|
ExtendedDocumentLocation(String serverName,
DocumentRef docRef) |
ExtendedDocumentLocation(String originalServer,
String serverName,
DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
BasicPublishedDocument.getSourceDocumentRef() |
Constructor and Description |
---|
BasicPublishedDocument(DocumentRef docRef,
String repositoryName,
String serverName,
String versionLabel,
String path,
String parentPath,
boolean isPending) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
ExternalCorePublishedDocument.ref |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
ExternalCorePublishedDocument.getSourceDocumentRef() |
Modifier and Type | Field and Description |
---|---|
DocumentRef |
DefaultValidatorsRule.UnrestrictedACPGetter.docRef |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.docRef |
protected DocumentRef |
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.targetRef |
Constructor and Description |
---|
DocumentPublisherUnrestricted(CoreSession session,
DocumentRef docRef,
DocumentRef targetRef,
NuxeoPrincipal principal,
String comment) |
Modifier and Type | Method and Description |
---|---|
protected DocumentRef |
IORelationAdapter.getDocumentRef(RelationManager relManager,
QNameResource resource) |
Modifier and Type | Method and Description |
---|---|
Map<DocumentRef,Set<Resource>> |
IORelationResources.getResourcesMap() |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
IORelationResources.getDocumentResources(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
IOResources |
IORelationAdapter.extractResources(String repo,
Collection<DocumentRef> sources)
Extract relations involving given documents.
|
Constructor and Description |
---|
IORelationResources(Map<String,String> namespaces,
Map<DocumentRef,Set<Resource>> documentResources,
List<Statement> statements) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
AbstractRenditionBuilderWork.docRef |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
RenditionPublicationFactory.RemoveACP.docRef |
Modifier and Type | Method and Description |
---|---|
protected List<PublishedDocument> |
RenditionPublicationCoreTree.getPublishedDocumentsFromLiveDocument(DocumentRef docRef) |
protected List<PublishedDocument> |
RenditionPublicationCoreTree.getPublishedDocumentsFromProxyDocument(DocumentRef docRef,
DocumentModel sourceDocument) |
Constructor and Description |
---|
RemoveACP(CoreSession session,
DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
protected DocumentRef |
RenditionServiceImpl.createVersionIfNeeded(DocumentModel source,
CoreSession session) |
DocumentRef |
RenditionServiceImpl.storeRendition(DocumentModel source,
String renditionDefinitionName) |
DocumentRef |
RenditionService.storeRendition(DocumentModel sourceDocument,
String renditionDefinitionName)
Render a document based on the given rendition definition name and returns the stored Rendition
DocumentRef . |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoutingService.addRouteElementToRoute(DocumentRef parentDocumentRef,
int idx,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void |
DocumentRoutingService.addRouteElementToRoute(DocumentRef parentDocumentRef,
String sourceName,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
DocumentRouteElementImpl.SetDocumentOnReadOnlyUnrestrictedSessionRunner.ref |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoutingServiceImpl.addRouteElementToRoute(DocumentRef parentDocumentRef,
int idx,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
|
void |
DocumentRoutingServiceImpl.addRouteElementToRoute(DocumentRef parentDocumentRef,
String sourceName,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
|
Constructor and Description |
---|
SetDocumentOnReadOnlyUnrestrictedSessionRunner(CoreSession session,
DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
DashBoardItemImpl.getDocRef() |
DocumentRef |
DashBoardItem.getDocRef()
Returns the document reference on which the item is bound.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
UITypesConfigurationAdapter.documentRef |
protected DocumentRef |
ContentViewConfigurationAdapter.documentRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
UITypesConfigurationAdapter.getDocumentRef() |
DocumentRef |
ContentViewConfigurationAdapter.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
String |
NavigationContext.navigateTo(RepositoryLocation serverLocation,
DocumentRef docRef)
Initializes the context for the given refs and returns the default view for the doc.
|
String |
NavigationContext.navigateToRef(DocumentRef docRef)
Updates the context and returns the view for the given document ref.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeCacheHolder.addToCache(DocumentRef docRef,
String key,
T value) |
T |
ThreadSafeCacheHolder.getFromCache(DocumentRef docRef,
String key) |
protected String |
ThreadSafeCacheHolder.getKey(DocumentRef docRef,
String key) |
void |
ThreadSafeCacheHolder.removeFromCache(DocumentRef docRef,
String key) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
RestDocumentLink.documentIdRef |
protected DocumentRef |
RestDocumentLink.documentPathRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
RestDocumentLink.getDocumentIdRef() |
DocumentRef |
RestDocumentLink.getDocumentPathRef() |
Modifier and Type | Method and Description |
---|---|
void |
RestDocumentLink.setDocumentIdRef(DocumentRef documentIdRef) |
void |
RestDocumentLink.setDocumentPathRef(DocumentRef documentPathRef) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
BaseStatelessNuxeoRestlet.targetDocRef |
Modifier and Type | Method and Description |
---|---|
static List<DocumentRef> |
DocumentsListsUtils.getDocRefs(List<DocumentModel> documentsList)
Returns list of DocumentRef corresponding to the list of documents.
|
static List<DocumentRef> |
DocumentsListsUtils.getParentRefFromDocumentList(List<DocumentModel> documentList)
Returns the list of parents documentRef.
|
Modifier and Type | Method and Description |
---|---|
static String |
DocumentLocator.getDocumentUrl(RepositoryLocation serverLocation,
DocumentRef docRef)
Deprecated.
|
static String |
DocumentLocator.getDocumentUrl(String serverLocationName,
DocumentRef docRef)
Deprecated.
Returns something like getDocument.faces?docRef=ServerLocationName/DocRef.
|
static String |
DocumentLocator.getFullDocumentUrl(RepositoryLocation serverLocation,
DocumentRef docRef)
Deprecated.
Returns something like http://server:port/nuxeo/getDocument.xhtml?docRef=ServerLocationName/DocRef.
|
static String |
DocumentLocator.getFullDocumentUrl(String serverLocation,
DocumentRef docRef)
Deprecated.
Returns something like http://server:port/nuxeo/getDocument.xhtml?docRef=ServerLocationName/DocRef.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
SetQuotaInfoOperation.documentRef |
protected DocumentRef |
GetQuotaStatisticsOperation.documentRef |
protected DocumentRef |
GetQuotaInfoOperation.documentRef |
Modifier and Type | Method and Description |
---|---|
Long |
SetQuotaInfoOperation.run(DocumentRef docRef) |
JsonAdapter |
GetQuotaInfoOperation.run(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
DocumentObject |
JSONDocumentObject.newDocument(DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
protected List<DocumentRef> |
InputController.extractReferences(List<DocumentModel> documents)
Extracts references from a list of document models.
|
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SummaryEntry.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClipboardActionsBean.exists(DocumentRef ref) |
String |
ClipboardActionsBean.removeWorkListItem(DocumentRef ref) |
String |
ClipboardActions.removeWorkListItem(DocumentRef ref)
Called when the delete button is clicked on the clipboard.
|
void |
SummaryEntry.setDocumentRef(DocumentRef documentRef) |
void |
SummaryEntry.setParent(DocumentRef parentRef) |
Constructor and Description |
---|
SummaryEntry(DocumentRef reference) |
Modifier and Type | Method and Description |
---|---|
String |
NavigationContextBean.navigateTo(RepositoryLocation serverLocation,
DocumentRef docRef) |
String |
NavigationContextBean.navigateToRef(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LockActionsBean.isManagerOnDocument(DocumentRef ref) |
Constructor and Description |
---|
UnrestrictedUnlocker(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
protected String |
FileManageActionsBean.checkMoveAllowed(DocumentRef docRef,
DocumentRef containerRef) |
Modifier and Type | Method and Description |
---|---|
String |
ParalleleNavigationHelper.getDocumentFullUrl(DocumentRef docRef) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SearchLocalConfigurationAdapter.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleBackend.canUnlock(DocumentRef ref) |
boolean |
Backend.canUnlock(DocumentRef ref) |
boolean |
AbstractVirtualBackend.canUnlock(DocumentRef ref) |
protected boolean |
SimpleBackend.cleanTrashPath(DocumentRef parentRef,
String name) |
String |
SimpleBackend.getCheckoutUser(DocumentRef ref) |
String |
Backend.getCheckoutUser(DocumentRef ref) |
String |
AbstractVirtualBackend.getCheckoutUser(DocumentRef ref) |
List<DocumentModel> |
SimpleBackend.getChildren(DocumentRef ref) |
List<DocumentModel> |
Backend.getChildren(DocumentRef ref) |
List<DocumentModel> |
AbstractVirtualBackend.getChildren(DocumentRef ref) |
boolean |
SimpleBackend.hasPermission(DocumentRef docRef,
String permission) |
boolean |
Backend.hasPermission(DocumentRef docRef,
String permission) |
boolean |
AbstractVirtualBackend.hasPermission(DocumentRef docRef,
String permission) |
boolean |
SimpleBackend.isLocked(DocumentRef ref) |
boolean |
Backend.isLocked(DocumentRef ref) |
boolean |
AbstractVirtualBackend.isLocked(DocumentRef ref) |
String |
SimpleBackend.lock(DocumentRef ref) |
String |
Backend.lock(DocumentRef ref) |
String |
AbstractVirtualBackend.lock(DocumentRef ref) |
DocumentModel |
SimpleBackend.moveItem(DocumentModel source,
DocumentRef targetParentRef,
String name) |
DocumentModel |
Backend.moveItem(DocumentModel source,
DocumentRef targetParentRef,
String name) |
DocumentModel |
AbstractVirtualBackend.moveItem(DocumentModel source,
DocumentRef targetParentRef,
String name) |
void |
SimpleBackend.removeItem(DocumentRef ref) |
void |
Backend.removeItem(DocumentRef ref) |
void |
AbstractVirtualBackend.removeItem(DocumentRef ref) |
boolean |
SimpleBackend.unlock(DocumentRef ref) |
boolean |
Backend.unlock(DocumentRef ref) |
boolean |
AbstractVirtualBackend.unlock(DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
static void |
ACLUtils.removePermission(CoreSession session,
DocumentRef docRef,
String username,
String permission) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
SearchConfigurationAdapter.docRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
SearchConfigurationAdapter.getDocumentRef() |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
TemplateBasedDocumentAdapterImpl.getSourceTemplateDocRef(String templateName) |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
TemplateBasedDocument.getSourceTemplateDocRef(String templateName)
Retrieve the Template
DocumentRef for a given template name |
Modifier and Type | Method and Description |
---|---|
protected DocumentRef |
ModelImporter.importModel(String modelName,
File source,
DocumentModel root) |
Modifier and Type | Method and Description |
---|---|
protected int |
ModelImporter.importSamples(File root,
DocumentRef modelRef,
DocumentModel rootDoc) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
TemplateMappingRemover.targetRef |
Modifier and Type | Field and Description |
---|---|
protected DocumentRef |
LocalThemeConfigAdapter.documentRef |
Modifier and Type | Method and Description |
---|---|
DocumentRef |
LocalThemeConfigAdapter.getDocumentRef() |
Copyright © 2016 Nuxeo SA. All rights reserved.