public interface IVersionedEntity
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
boolean |
isViewOnly()
For HP use.
|
com4j.Com4jObject |
vc()
The version control object for the entity.
|
com4j.Com4jObject |
versionData()
For HP use.
|
int |
versionNumber()
For HP use.
|
int versionNumber()
For HP use. The version number of the entity.
Getter method for the COM property "VersionNumber"
boolean isViewOnly()
For HP use. Checks whether editing is blocked for the entity.
Getter method for the COM property "IsViewOnly"
com4j.Com4jObject vc()
The version control object for the entity.
Getter method for the COM property "VC"
com4j.Com4jObject versionData()
For HP use. The version data of the entity.
Getter method for the COM property "VersionData"
Copyright © 2020. All rights reserved.