public class VersionProxyNode extends Object
Represents a context level proxy for a version.
Constructor and Description |
---|
VersionProxyNode(ExtendedGuid version,
PropertySet revisionMetadata)
Initializes a new instance of the
VersionProxyNode class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static VersionProxyNode |
getEmptyVersionProxyNode()
Gets an regular version without any additional information;
|
ExtendedGuid |
getVersion()
Gets the version.
|
PropertySet |
getVersionDetails()
Gets the details of the version, which contains all properties of
<a href="https://msdn.microsoft.com/en-us/library/dd953714(v=office.12).aspx">RevisionMetadata</a> |
int |
hashCode() |
public VersionProxyNode(ExtendedGuid version, PropertySet revisionMetadata)
Initializes a new instance of the VersionProxyNode
class.
public static VersionProxyNode getEmptyVersionProxyNode()
Gets an regular version without any additional information;
public ExtendedGuid getVersion()
Gets the version.
public PropertySet getVersionDetails()
Gets the details of the version, which contains all properties of <a href="https://msdn.microsoft.com/en-us/library/dd953714(v=office.12).aspx">RevisionMetadata</a>
LastModifiedTimeStamp
.
Can be null in case version is not presented in revision structure and was created manually (via EmptyVersionProxyNode
property).
Copyright (c) 2016 Aspose. All Rights Reserved.