|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.update.Predicate | +--ostore.update.PredicateVersionId
The PredicateVersionId
predicate evaluates to
true
if the object being updated matches the given
version identifier.
Constructor Summary | |
---|---|
PredicateVersionId(InputBuffer buffer)
|
|
PredicateVersionId(SecureHash aguid,
VID version_id)
Construct a PredicateVersionId predicate. |
Method Summary | |
---|---|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Return a representation of this predicate as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PredicateVersionId(SecureHash aguid, VID version_id)
PredicateVersionId
predicate.
aguid
- TODOversion_id
- the version id to matchpublic PredicateVersionId(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
serialize
in class Predicate
buffer
- the output buffer to add the object topublic String toString()
Predicate
toString
in class Predicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |