Uses of Class
org.apache.jackrabbit.webdav.version.UpdateInfo
-
Packages that use UpdateInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.version -
-
Uses of UpdateInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return UpdateInfo Modifier and Type Method Description UpdateInfo
WebdavRequestImpl. getUpdateInfo()
-
Uses of UpdateInfo in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type UpdateInfo Constructor Description HttpUpdate(String uri, UpdateInfo updateInfo)
HttpUpdate(URI uri, UpdateInfo updateInfo)
-
Uses of UpdateInfo in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type UpdateInfo Modifier and Type Method Description MultiStatus
VersionControlledItemCollection. update(UpdateInfo updateInfo)
Perform an update on this resource.MultiStatus
WorkspaceResourceImpl. update(UpdateInfo updateInfo)
While RFC 3253 does not define any version-related operations for the workspace resource, this implementation usesVersionControlledResource.update(UpdateInfo)
to mapWorkspace.restore(javax.jcr.version.Version[], boolean)
to a WebDAV call. -
Uses of UpdateInfo in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type UpdateInfo Modifier and Type Method Description MultiStatus
VersionControlledResourceImpl. update(UpdateInfo updateInfo)
UPDATE feature is not (yet) supported. -
Uses of UpdateInfo in org.apache.jackrabbit.webdav.version
Methods in org.apache.jackrabbit.webdav.version that return UpdateInfo Modifier and Type Method Description UpdateInfo
DeltaVServletRequest. getUpdateInfo()
Parses the UPDATE request body a build the correspondingUpdateInfo
object.Methods in org.apache.jackrabbit.webdav.version with parameters of type UpdateInfo Modifier and Type Method Description MultiStatus
VersionControlledResource. update(UpdateInfo updateInfo)
Perform an update on this resource using the specifiedUpdateInfo
.
-