Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.security.report |
Modifier and Type | Method and Description |
---|---|
MultiStatusResponse |
DavResource.alterProperties(List<? extends PropEntry> changeList)
Set/add and remove the specified properties from this resource.
|
static MultiStatusResponse |
MultiStatusResponse.createFromXml(Element responseElement)
Build a new response object from the given xml element.
|
MultiStatusResponse[] |
MultiStatus.getResponses()
Returns the multistatus responses present as array.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiStatus.addResponse(MultiStatusResponse response)
Add a
MultiStatusResponse element to this MultiStatus |
Modifier and Type | Field and Description |
---|---|
protected MultiStatusResponse[] |
AbstractSecurityReport.responses |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalMatchReport.setResponses(MultiStatusResponse[] responses)
Write the result(s) of the match back to the report.
|
void |
PrincipalSearchReport.setResponses(MultiStatusResponse[] responses)
Write the search result back to the report.
|
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.