-
-
Method Summary
Returns the object in the revision it has in the collection.
Revision of the object in the collection.
boolean
Whether this element contains the object.
void
-
Field Details
-
STRUCTURE_ID
@NotNull
static final String STRUCTURE_ID
- See Also:
-
-
KEY_OBJECT
@NotNull
static final String KEY_OBJECT
- See Also:
-
-
KEY_REVISION
@NotNull
static final String KEY_REVISION
- See Also:
-
-
Method Details
-
getRevision
@Nullable
String getRevision()
Revision of the object in the collection.
-
setRevision
void setRevision(@Nullable
String revision)
-
getObjectWithRevision
@Nullable
<T extends IPObject> T getObjectWithRevision()
Returns the object in the revision it has in the collection. (Or the head object if the revision is not set.)
- See Also:
-
-