CAUTION Customers should only use the ICheckinCmd2 interface in new development, as well as replace existing implementations of the ICheckinCmd interface with ICheckinCmd2. The following information describes the interface as it was defined in FileNet P8 3.0.0 and is provided for informational purposes only. FileNet does not support development with the ICheckinCmd interface in FileNet P8 3.5.0 or later.
The ICheckinCmd interface is used to initialize the data contained in the Checkin command component, which launches the FileNet Workplace Checkin Wizard to allow the user to checkin an item into an object store. Using this interface, the client application can customize the dialog title, as well as identify the item to check-in via the name and directory location of the file on the local machine, the version object for the item, the document class, and the XML for the item properties.
After the Checkin command has been executed by calling IAppIntCmd::Invoke, a Checkin response component is returned. The response component contains specific Checkin command data that is accessible through the ICheckinRsp interface.
coclass CheckinCmd {
[default] interface ICheckinCmd;
interface IAppIntCmd;
};
DLL | FnAppIntCheckinCmd.dll |
See Also | ICheckinRsp Interface |
The ICheckinCmd interface defines one method:
Method | Description |
---|---|
Initialize | CAUTION This method has been deprecated in FileNet P8 3.5.0 and later. In FileNet P8 3.0.0, the Initialize method was used to configure the fields in the Checkin Wizard dialog in preparation for use by the Checkin operation, including the dialog title, the name and directory location of the file to be checked-in on the local machine, the version object for the item, the document class, and the XML for the item propertiee. In FileNet P8 3.5.0 and later, the ICheckinCmd2::Initialize2 method should be used instead. |
For a demonstration of how to use the Checkin command in FileNet P8 3.5.0 or later, see the complete example for the command.