public interface IVersionControl
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
checkIn(String comment)
Saves the changes to the current object.
|
void |
checkInAndOverrideLastVersion(String comment)
For HP use.
|
void |
checkOut(String comment)
Checks out the object, enabling editing.
|
void |
undoCheckout()
Removes the checked out version of the object.
|
IList |
versions()
For HP use.
|
Object |
versions(int index) |
void checkIn(String comment)
Saves the changes to the current object.
comment
- Mandatory java.lang.String parameter.void checkOut(String comment)
Checks out the object, enabling editing.
comment
- Mandatory java.lang.String parameter.void undoCheckout()
Removes the checked out version of the object.
IList versions()
For HP use. Returns a list of references to the VersionItem objects of this entity.
Object versions(int index)
void checkInAndOverrideLastVersion(String comment)
For HP use. Overrides last version and performs check in without promoting the version number.
comment
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.