Uses of Enum Class
org.nuxeo.ecm.core.api.CoreSession.CopyOption
Package
Description
-
Uses of CoreSession.CopyOption in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionstatic CoreSession.CopyOption
Returns the enum constant of this class with the specified name.static CoreSession.CopyOption[]
CoreSession.CopyOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAbstractSession.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 boolean
CoreSession.CopyOption.isResetCreator
(CoreSession.CopyOption... options) static boolean
CoreSession.CopyOption.isResetLifeCycle
(CoreSession.CopyOption... options)