Package step.repository.alm.otaclient
Interface IVersionedEntity
-
- All Superinterfaces:
com4j.Com4jObject
public interface IVersionedEntity extends com4j.Com4jObject
Represents an entity that can have versions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
versionNumber
int versionNumber()
For HP use. The version number of the entity.
Getter method for the COM property "VersionNumber"
- Returns:
- Returns a value of type int
-
isViewOnly
boolean isViewOnly()
For HP use. Checks whether editing is blocked for the entity.
Getter method for the COM property "IsViewOnly"
- Returns:
- Returns a value of type boolean
-
vc
com4j.Com4jObject vc()
The version control object for the entity.
Getter method for the COM property "VC"
- Returns:
- Returns a value of type com4j.Com4jObject
-
versionData
com4j.Com4jObject versionData()
For HP use. The version data of the entity.
Getter method for the COM property "VersionData"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-