public class RevisionStoreMetaData extends Object
Represents the file store metadata.
Constructor and Description |
---|
RevisionStoreMetaData(Guid guidFileType,
Guid guidFileFormat,
Guid fileIdentityGuid,
Guid guidLegacyFileVersion)
Initializes a new instance of the
RevisionStoreMetaData class. |
RevisionStoreMetaData(Header header)
Initializes a new instance of the
RevisionStoreMetaData class. |
Modifier and Type | Method and Description |
---|---|
long |
getFfvOldestCodeThatMayReadThisFile()
Gets or sets "the oldest code".
|
Guid |
getFileIdentityGuid()
Gets or sets the file identity GUID.
|
Guid |
getGuidFileFormat()
Gets or sets the file format GUID.
|
Guid |
getGuidFileType()
Gets or sets the file type GUID.
|
Guid |
getGuidLegacyFileVersion()
Gets or sets the legacy file version GUID.
|
void |
setFfvOldestCodeThatMayReadThisFile(long value)
Gets or sets "the oldest code".
|
void |
setFileIdentityGuid(Guid value)
Gets or sets the file identity GUID.
|
void |
setGuidFileFormat(Guid value)
Gets or sets the file format GUID.
|
void |
setGuidFileType(Guid value)
Gets or sets the file type GUID.
|
void |
setGuidLegacyFileVersion(Guid value)
Gets or sets the legacy file version GUID.
|
public RevisionStoreMetaData(Guid guidFileType, Guid guidFileFormat, Guid fileIdentityGuid, Guid guidLegacyFileVersion)
Initializes a new instance of the RevisionStoreMetaData
class.
public RevisionStoreMetaData(Header header)
Initializes a new instance of the RevisionStoreMetaData
class.
Fills file store metadata from header.
public Guid getGuidFileType()
Gets or sets the file type GUID.
public void setGuidFileType(Guid value)
Gets or sets the file type GUID.
public Guid getFileIdentityGuid()
Gets or sets the file identity GUID.
public void setFileIdentityGuid(Guid value)
Gets or sets the file identity GUID.
public Guid getGuidLegacyFileVersion()
Gets or sets the legacy file version GUID.
public void setGuidLegacyFileVersion(Guid value)
Gets or sets the legacy file version GUID.
public Guid getGuidFileFormat()
Gets or sets the file format GUID.
public void setGuidFileFormat(Guid value)
Gets or sets the file format GUID.
public long getFfvOldestCodeThatMayReadThisFile()
Gets or sets "the oldest code".
public void setFfvOldestCodeThatMayReadThisFile(long value)
Gets or sets "the oldest code".
Copyright (c) 2017 Aspose. All Rights Reserved.