|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderingResource
OrderingResource extends the DavResource interface by
METHODS relating to ordering functionality defined by
RFC 3648.
| Field Summary | |
|---|---|
static String |
METHODS
|
| Method Summary | |
|---|---|
boolean |
isOrderable()
Returns true if this resources allows ordering of its internal members. |
void |
orderMembers(OrderPatch orderPatch)
Reorders the internal members of this resource according to the instructions present in the specified OrderPatch object. |
| Methods inherited from interface org.apache.jackrabbit.webdav.DavResource |
|---|
addLockManager, addMember, alterProperties, copy, exists, getCollection, getComplianceClass, getDisplayName, getFactory, getHref, getLocator, getLock, getLocks, getMembers, getModificationTime, getProperties, getProperty, getPropertyNames, getResourcePath, getSession, getSupportedMethods, hasLock, isCollection, isLockable, lock, move, refreshLock, removeMember, removeProperty, setProperty, spool, unlock |
| Field Detail |
|---|
static final String METHODS
| Method Detail |
|---|
boolean isOrderable()
void orderMembers(OrderPatch orderPatch)
throws DavException
OrderPatch object.
orderPatch - as present in the ORDERPATCH request body.
DavException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||