public class CheckInCommand extends ExecutableCommandWrapper implements ExecutableCommand
Check in a new version for Items
.
This command requires PTC Integrity 10.5 or higher.
Notes:
Item
of type Document, Items
contained by the document will be also checked in.Usage:
new CheckInCommand(myItem, CheckInKind.MAJOR).execute();
Constructor and Description |
---|
CheckInCommand(Item item,
CheckInKind checkInKind)
Instantiates a command to check-in an Item.
|
execute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute
public CheckInCommand(Item item, CheckInKind checkInKind)
item
- the item to check-in.checkInKind
- either CheckInKind.MAJOR
or CheckInKind.MINOR