Package | Description |
---|---|
org.nuxeo.ecm.core.api |
Modifier and Type | Method and Description |
---|---|
static CoreSession.CopyOption |
CoreSession.CopyOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreSession.CopyOption[] |
CoreSession.CopyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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,
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,
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,
CoreSession.CopyOption... opts) |
List<DocumentModel> |
CoreSession.copyProxyAsDocument(List<DocumentRef> src,
DocumentRef dst,
CoreSession.CopyOption... copyOptions)
Bulk copyProxyAsDocument.
|
static boolean |
CoreSession.CopyOption.isResetCreator(CoreSession.CopyOption... options) |
static boolean |
CoreSession.CopyOption.isResetLifeCycle(CoreSession.CopyOption... options) |
Copyright © 2016 Nuxeo SA. All rights reserved.