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.CopyOptionCoreSession.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)DocumentModelAbstractSession. copy(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)List<DocumentModel>CoreSession. copy(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copy.DocumentModelCoreSession. 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)DocumentModelAbstractSession. copyProxyAsDocument(DocumentRef src, DocumentRef dst, String name, CoreSession.CopyOption... copyOptions)List<DocumentModel>CoreSession. copyProxyAsDocument(List<DocumentRef> src, DocumentRef dst, CoreSession.CopyOption... copyOptions)Bulk copyProxyAsDocument.DocumentModelCoreSession. 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)
-