Uses of Enum Class
org.nuxeo.ecm.core.api.CoreSession.CopyOption
Packages that use CoreSession.CopyOption
Package
Description
-
Uses of CoreSession.CopyOption in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return CoreSession.CopyOptionModifier and TypeMethodDescriptionstatic CoreSession.CopyOptionReturns 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.Methods in org.nuxeo.ecm.core.api with parameters of type CoreSession.CopyOptionModifier 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 booleanCoreSession.CopyOption.isResetCreator(CoreSession.CopyOption... options) static booleanCoreSession.CopyOption.isResetLifeCycle(CoreSession.CopyOption... options)