Class ecm.widget.layout.BookmarkActionsHandler


Extends ecm.widget.layout.CommonActionsHandler.
Extends the CommonActionsHandler class to provide additional handlers for actions that are related to bookmarks.
Defined in: <ecm\widget\layout\BookmarkActionsHandler.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
actionEditSearch(repository, items, callback, teamspace, resultSet, parameterMap)
Overrides ecm.widget.layout.CommonActionsHandler.actionEditSearch.
 
actionOpenEForm(repository, items, callback, servicesUrl, openUseSelf)
Opens a browser popup window and renders the selected eform object in that window.
 
actionOpenEFormBookmark(repository, items)
Help function to open the EForm object using the internal viewer framework logic.
 
actionOpenSearch(repository, item, callback, teamspace, resultSet, parameterMap, version)
Overrides CommonActionsHandler open search action.
 
actionOpenSearchNewTab(repository, items, callback, teamspace, resultSet, parameterMap)
Overrides ecm.widget.layout.CommonActionsHandler.actionOpenSearchNewTab.
 
actionOpenTeamspace(repository, item)
Overrides CommonActionsHandler open teamspace action.
 
actionViewViaConfig(repository, item, callback, teamspace, resultSet, parameterMap, openUseSelf)
Overrides CommonActionsHandler view via config action.
 
getFeatureFromDesktop(parentClass, callback)
Returns the name of the first feature assigned to the desktop that is derived from the specified parent class.
 
setContentPane(contentPane)
Set the content pane.
Methods borrowed from class ecm.widget.layout.CommonActionsHandler:
actionAbout, actionAddDocFromRepo, actionAddDocumentAttachment, actionAddFolderAttachment, actionAddToFavorites, actionAddToFolder, actionApplyHold, actionBoxCopy, actionChangeLocale, actionChangePassword, actionCheckIn, actionCheckOut, actionCheckOutDownload, actionCheckOutLabelWithDownload, actionCheckOutNoDownload, actionConnectRepository, actionContinueWF, actionConvertEntryTemplate, actionCopyEntryTemplate, actionCopyToFolder, actionCreateDocumentEntryTemplate, actionCreateFolder, actionCreateFolderEntryTemplate, actionCreateFolderUsingTemplate, actionCreateHold, actionCreateTeamSpace, actionCreateTemplate, actionDeleteAsyncTask, actionDeleteFavorite, actionDeleteItem, actionDeleteTracker, actionDeleteWorkspace, actionDemoteVersion, actionDisableSync, actionDisableWorkspace, actionDisconnectBox, actionDownload, actionDownloadAll, actionDownloadAllAsPdf, actionDownloadAsOriginal, actionDownloadAsPdf, actionEdit, actionEditDoc, actionEditEntryTemplate, actionEditTeamspaceClasses, actionEditTeamspaceEntryTemplates, actionEditTeamspaceRoles, actionEditTeamspaceSearches, actionEditTeamspaceTeam, actionEditWF, actionEditWorkspace, actionEnableSync, actionEnableWorkspace, actionExport, actionExportTemplate, actionHelp, actionImport, actionImportTemplate, actionImportUsingTemplate, actionLaunch, actionLaunchWorkflowAction, actionLock, actionLogOut, actionMakeWorkspaceTemplateDefault, actionManageEntryTemplates, actionManageTeamspaces, actionMoveDocumentToFolder, actionMoveFolderToFolder, actionMoveTeamspaceDocumentToFolder, actionMoveToInbox, actionOpen, actionOpenAsyncTask, actionOpenFolder, actionOpenSearchInTab, actionOpenStep, actionPreview, actionPrintDoc, actionPrintDocAll, actionPromoteVersion, actionReassign, actionRefreshAttachments, actionRefreshGrid, actionRefreshInbasket, actionRemoveFromFolder, actionRemoveFromMySyncedFiles, actionRemoveHold, actionRemoveWF, actionRenameFavorite, actionResumeWF, actionReturnToSender, actionScheduleAsyncTask, actionSearchProperties, actionSelectDocumentAttachment, actionSelectFolderAttachment, actionSendAllAsPDF, actionSendAsPDF, actionSendAttachments, actionSendAttachmentsAll, actionSendLinksToDocs, actionSendLinksToFolders, actionSendLinksToSearches, actionShare, actionShowHyperlink, actionStartWF, actionSuspendWF, actionTrackDownload, actionTransferWorkflow, actionUnlock, actionUnshare, actionView, actionViewAnnotation, actionViewChildDocuments, actionViewProcessInformation, actionViewStep, actionWorkspaceProperties

Constructor Detail

ecm.widget.layout.BookmarkActionsHandler()

Method Detail

actionEditSearch(repository, items, callback, teamspace, resultSet, parameterMap)

Overrides ecm.widget.layout.CommonActionsHandler.actionEditSearch.
Parameters:
repository
items
callback
teamspace
resultSet
parameterMap

actionOpenEForm(repository, items, callback, servicesUrl, openUseSelf)

Opens a browser popup window and renders the selected eform object in that window.
Parameters:
repository
A ecm.model.Repository object
items
An array of ecm.model.ContentItem objects, only opens the first item.
callback
A callback function.
servicesUrl
A String holding a services URL to use when opening the eform object.
openUseSelf
A Boolean indicating whether the window should be displayed in the same window (true) or a popup (false)

actionOpenEFormBookmark(repository, items)

Help function to open the EForm object using the internal viewer framework logic..
Parameters:
repository
A ecm.model.Repository object
items
A ecm.model.ContentItem object, only open the eform.

actionOpenSearch(repository, item, callback, teamspace, resultSet, parameterMap, version)

Overrides CommonActionsHandler open search action.
Parameters:
repository
Instance of ecm.model.Repository.
item
The selected item.
callback
teamspace
resultSet
parameterMap
version

actionOpenSearchNewTab(repository, items, callback, teamspace, resultSet, parameterMap)

Overrides ecm.widget.layout.CommonActionsHandler.actionOpenSearchNewTab.
Parameters:
repository
items
callback
teamspace
resultSet
parameterMap

actionOpenTeamspace(repository, item)

Overrides CommonActionsHandler open teamspace action.
Parameters:
repository
Instance of ecm.model.Repository.
item
The selected item.

actionViewViaConfig(repository, item, callback, teamspace, resultSet, parameterMap, openUseSelf)

Overrides CommonActionsHandler view via config action.
Parameters:
repository
Instance of ecm.model.Repository.
item
The selected item.
callback
teamspace
resultSet
parameterMap
openUseSelf

getFeatureFromDesktop(parentClass, callback)

Returns the name of the first feature assigned to the desktop that is derived from the specified parent class. If no class is found, the method returns null.
Parameters:
parentClass
Parent class instance
callback
Callback function.
Since:
2.0.3

setContentPane(contentPane)

Set the content pane.
Parameters:
contentPane
The content pane.