|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBlobConstraints
The BlobConstraints class specifies constraints for blob that
are used in the BlobContainer class.
| Method Summary | |
|---|---|
java.util.List<org.apache.http.message.BasicHeader> |
getConstraints()
Gets all the blob constraints. |
IBlobConstraints |
isDestinationMatch(java.lang.String etag)
Gets a new blob constraints to specifies the matching destination objects. |
IBlobConstraints |
isDestinationModifiedSince(java.sql.Timestamp time)
Gets a new blob constraints to specifies the modification time for destination object. |
IBlobConstraints |
isDestinationNoneMatch(java.lang.String etag)
Gets a new blob constraints to specifies the unmatching destination objects. |
IBlobConstraints |
isDestinationUnmodifiedSince(java.sql.Timestamp time)
Gets a new blob constraints to specifies the unmodification time for destination object. |
IBlobConstraints |
isSourceMatch(java.lang.String etag)
Gets a new blob constraints to specifies the matching resource objects. |
IBlobConstraints |
isSourceModifiedSince(java.sql.Timestamp time)
Gets a new blob constraints to specifies the modification time for resource objects. |
IBlobConstraints |
isSourceNoneMatch(java.lang.String etag)
Gets a new blob constraints to specifies the unmatching resource objects. |
IBlobConstraints |
isSourceUnmodifiedSince(java.sql.Timestamp time)
Gets a new blob constraints to specifies the unmodification time for resource objects. |
void |
setConstraints(java.util.List<org.apache.http.message.BasicHeader> constraints)
Sets the blob constraints. |
| Method Detail |
|---|
java.util.List<org.apache.http.message.BasicHeader> getConstraints()
void setConstraints(java.util.List<org.apache.http.message.BasicHeader> constraints)
constraints - Constraint listIBlobConstraints isSourceModifiedSince(java.sql.Timestamp time)
time - The timestamp to specifies after what time the source is
modified.
IBlobConstraints isSourceUnmodifiedSince(java.sql.Timestamp time)
time - The timestamp to specifies after what time the source is not
modified.
IBlobConstraints isSourceMatch(java.lang.String etag)
etag - the matched etag.
IBlobConstraints isSourceNoneMatch(java.lang.String etag)
etag - the unmatched etag.
IBlobConstraints isDestinationModifiedSince(java.sql.Timestamp time)
time - The timestamp to specifies after what time the destination is
modified.
IBlobConstraints isDestinationUnmodifiedSince(java.sql.Timestamp time)
time - The timestamp to specifies after what time the destination is
not modified.
IBlobConstraints isDestinationMatch(java.lang.String etag)
etag - the matched etag.
IBlobConstraints isDestinationNoneMatch(java.lang.String etag)
etag - the matched etag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||