ISelectObjectCmd Interface

CAUTION Customers should only use the ISelectObjectCmd2 interface in new development, as well as replace existing implementations of the ISelectObjectCmd interface with ISelectObjectCmd2. 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 ISelectObjectCmd interface in FileNet P8 3.5.0 or later.

The ISelectObjectCmd interface is used to initialize the data contained in the SelectObject command component, which displays the FileNet Workplace Select Item Java™Server Pages (JSP) page. Using this interface, the client application can filter the list of selectable items based on object type and MIME type, as well as specify the page title.

After the SelectObject command has been executed by calling IAppIntCmd::Invoke, a SelectObject response component is returned. The response component contains specific SelectObject command data, which is accessible through the ISelectObjectRsp interface.

COM Class ID

coclass SelectObjectCmd {
[default] interface ISelectObjectCmd;
interface IAppIntCmd;
};

Reference

DLL FnAppIntSelectObjectCmd.dll
See Also ISelectObjectRsp Interface

Methods

The ISelectObjectCmd 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 customize the Select Item JSP page in preparation for use by the SelectObject operation, including filtering the list of selectable items based on object type and MIME type, as well as specifying the page title. In FileNet P8 3.5.0 and later, the ISelectObjectCmd2::Initialize2 method should be used instead.

Example

For a demonstration of how to use the SelectObject command in FileNet P8 3.5.0 or later, see the complete example for the command.