public final class RevisionManifestStart7Fnd extends FileNode<RevisionManifestStart7Fnd>
Gets the beginning of a revision manifest for a context of an object space.
Constructor and Description |
---|
RevisionManifestStart7Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
int revisionRole,
int odcsDefault,
ExtendedGuid gctxid)
Initializes a new instance of the
RevisionManifestStart7Fnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RevisionManifestStart7Fnd other)
The equals.
|
ExtendedGuid |
getGctxid()
Gets the context that labels this revision.
|
int |
getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted.
|
int |
getRevisionRole()
Gets the revision role
|
ExtendedGuid |
getRid()
Gets the identity of revision
|
ExtendedGuid |
getRidDependent()
Gets the identity of a dependency revision.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public RevisionManifestStart7Fnd(FileNodeHeader header, ExtendedGuid rid, ExtendedGuid ridDependent, int revisionRole, int odcsDefault, ExtendedGuid gctxid)
Initializes a new instance of the RevisionManifestStart7Fnd
class.
public ExtendedGuid getRid()
Gets the identity of revision
public ExtendedGuid getRidDependent()
Gets the identity of a dependency revision. "{{00000000-0000-0000-0000-000000000000}, 0}" -> no dependency revision Otherwise -> value must be equal to the RevisionManifestStart6FND.rid field or the RevisionManifestStart7FND.base.rid field of a previous revision manifest within this revision manifest list
public int getRevisionRole()
Gets the revision role
public int getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted. 0x0000 -> No encryption. 0x0002 -> Encrypted. Property sets within this revision manifest MUST be ignored and MUST NOT be altered.
public ExtendedGuid getGctxid()
Gets the context that labels this revision.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionManifestStart7Fnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionManifestStart7Fnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionManifestStart7Fnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionManifestStart7Fnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.