对于可以从弹出菜单或可以使用 IBM® FileNet® Workplace XT 的浏览和搜索方式来访问的对象,应用程序提供了一组最终用户可以对特定对象类型执行的操作。例如,可用于文档对象的操作包括检出、下载、更改为复合文档以及移动;对于文件夹对象,可用操作包括添加对象、移动和删除。
作为管理员,您可以定制可对 Workplace XT 用户界面中显示的对象执行的操作。您还可以执行外观更改,例如,将某个操作完全从用户界面中除去。通过使用过滤条件,还可以定义显示某个操作的条件。例如,您可以将下载操作定义为仅在用户单击具有某个类描述、版本状态和内容类型的文档时才显示。
本主题指出了 Workplace XT 界面中对用户提供操作的位置,并描述了用于配置那些操作的菜单操作描述符 XML 文件。
<object key="" version="1.0"> ... <array key=" "> <value>download</value> <value>checkout</value> <value>cancelCheckout</value> <value>file</value> <value>delete</value> <value>assignSecurityPolicy</value> <value>sendMail</value> </array> <array key=" "> <value>download</value> <value>checkout</value> <value>quickCheckin</value> <value>cancelCheckout</value> <value>addToFavorites</value> <value>infoProperties</value> <value>sendMail</value> </array> <array key=" "> <value>addDocument</value> <value>addFolder</value> </array> <array key=" "> <value>view</value> <!-- for documents, publish templates --> <value>open</value> <!-- for folders, searches, object stores --> <value>download</value> <value>checkout</value> <value>quickCheckin</value> <value>cancelCheckout</value> <value>addToFavorites</value> <value>removeFavorite</value> <value>renameFavorite</value> <value>sendMail</value> <value>launch</value> <value>transfer</value> <value>addSubscription</value> <value>declareAsRecord</value> <value>declareVersionsAsRecord</value> <value>testFormTemplate</value> <value>modifyDocumentPolicy</value> <value>modifyWorkflowPolicy</value> <value>takeOffline</value> <value>modifyEntryTemplate</value> <value>modifyRecordEntryTemplate</value> <!-- RM changes start--> <value>requestchargeout</value> <value>viewDocumentInfo</value> <!-- RM changes end --> <value>infoProperties</value> <value>moreInformation</value> <value>documentActions</value> <value>folderActions</value> <!-- always in the end --> <value>addDocument</value> <value>addFolder</value> </array> <list key=" "> ... <object key=" "> <setting key="id">download</setting> <setting key="title" localizationKey="server.MenuActions_xml.download">Download...</setting> <setting key="url"> getContent?mode=download& objectType={OBJECT_TYPE}& id={OBJECT_ID}& vsId={VERSION_SERIES_ID}& objectStoreName={OBJECT_STORE_NAME}& returnUrl={RETURN_URL}</setting> <setting key="multiSelectURL"> operations/WcmMultiDownloadObject.jsp?returnUrl={RETURN_URL}</setting> <setting key="img">images/action/toolbar/Download23.gif</setting> <array key="objectTypes"> <value>document</value> </array> <array key="excludedContentTypes"> <!--RM Change start --> <value>application/x-filenet-rm-physicalrecord</value> <value>application/x-filenet-rm-electronicrecord</value> <value>application/x-filenet-rm-emailrecord</value> <!-- RM Change ends --> <!-- entry template mime types --> <value>application/x-filenet-entrytemplate</value> <value>application/x-filenet-documententrytemplate</value> <value>application/x-filenet-folderentrytemplate</value> <value>application/x-filenet-customobjectentrytemplate</value> <value>application/x-filenet-formdataentrytemplate</value> <value>application/x-filenet-declarerecordentrytemplate</value> <value>application/x-filenet-pageentrytemplate</value> <value>application/x-filenet-sectionentrytemplate</value> <value>application/x-filenet-cfwpageentrytemplate</value> <value>application/x-filenet-cfwsectionentrytemplate</value> <value>application/x-filenet-cfwtextentrytemplate</value> <value>application/x-filenet-localsectionentrytemplate</value> <!-- wcm mime types --> <value>application/x-filenet-sp-cr</value> <value>application/x-filenet-sp-target</value> <value>application/x-filenet-sp-page</value> <value>application/x-filenet-sp-section</value> <!-- Form policies --> <value>application/x-filenet-documentpolicy</value> <value>application/x-filenet-workflowpolicy</value> <!-- external documents (pointing to an URL) --> <value>application/x-filenet-external</value> </array> <setting key="isPopup">false</setting> <setting key="popupHeight">600</setting> <setting key="popupWidth">750</setting> </object>