protected class WebDAVMethod.Condition
extends java.lang.Object
Constructor and Description |
---|
WebDAVMethod.Condition()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addETag(java.lang.String eTag,
boolean notMatch)
Add ETag to check
|
void |
addLockTocken(java.lang.String lockToken,
boolean notMatch)
Adds lock token to check
|
java.util.LinkedList |
getETagsMatch()
Returns the list of ETags that should be checked against node's ETag on equivalence.
|
java.util.LinkedList |
getETagsNotMatch()
Returns the list of ETags that should be checked against node's ETag on non-equivalence.
|
java.util.LinkedList |
getLockTokensMatch()
Returns the list of lock tokens that should be checked against node's lock token on equivalence.
|
java.util.LinkedList |
getLockTokensNotMatch()
Returns the list of lock tokens that should be checked against node's lock token on non-equivalence.
|
public java.util.LinkedList getLockTokensMatch()
public java.util.LinkedList getLockTokensNotMatch()
public java.util.LinkedList getETagsMatch()
public java.util.LinkedList getETagsNotMatch()
public void addLockTocken(java.lang.String lockToken, boolean notMatch)
lockToken
- StringnotMatch
- true is lock token should be added to the list matched tokens.
false if should be added to the list of non-matches.public void addETag(java.lang.String eTag, boolean notMatch)
eTag
- StringnotMatch
- true is ETag should be added to the list matched ETags.
false if should be added to the list of non-matches.Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.