protected class WebDAVMethod.Condition extends Object
Constructor and Description |
---|
Condition()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addETag(String eTag,
boolean notMatch)
Add ETag to check
|
void |
addLockTocken(String lockToken,
boolean notMatch)
Adds lock token to check
|
LinkedList<String> |
getETagsMatch()
Returns the list of ETags that should be checked against node's ETag on equivalence.
|
LinkedList<String> |
getETagsNotMatch()
Returns the list of ETags that should be checked against node's ETag on non-equivalence.
|
LinkedList<String> |
getLockTokensMatch()
Returns the list of lock tokens that should be checked against node's lock token on equivalence.
|
LinkedList<String> |
getLockTokensNotMatch()
Returns the list of lock tokens that should be checked against node's lock token on non-equivalence.
|
public LinkedList<String> getLockTokensMatch()
public LinkedList<String> getLockTokensNotMatch()
public LinkedList<String> getETagsMatch()
public LinkedList<String> getETagsNotMatch()
public void addLockTocken(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(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–2017 Alfresco Software. All rights reserved.