Uses of Class
org.nuxeo.ecm.core.api.CoreSession.CopyOption
-
Packages that use CoreSession.CopyOption Package Description org.nuxeo.ecm.core.api -
-
Uses of CoreSession.CopyOption in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return CoreSession.CopyOption Modifier and Type Method 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.Methods in org.nuxeo.ecm.core.api with parameters of type CoreSession.CopyOption Modifier and Type Method Description List<DocumentModel>
AbstractSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)
DocumentModel
AbstractSession. copy(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)
List<DocumentModel>
CoreSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)
Bulk copy.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. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... opts)
DocumentModel
AbstractSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)
List<DocumentModel>
CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)
Bulk copyProxyAsDocument.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.static boolean
CoreSession.CopyOption. isResetCreator(CoreSession.CopyOption... options)
static boolean
CoreSession.CopyOption. isResetLifeCycle(CoreSession.CopyOption... options)
-