Skip navigation links
MediaBeacon Client JS API
A B C D E F G H I J K L M N O P Q R S T U V W 

C

CallbackOverlay - Class in jb.gwt_main_modules.base_widgets.client.js_api
Overlay an object with a "callback" method so we can call it without knowing the details of the object.
CallbackOverlay() - Constructor for class jb.gwt_main_modules.base_widgets.client.js_api.CallbackOverlay
 
ChangeLogApiPublisher - Class in jb.gwt_main_modules.base_widgets.client.js_api
 
ChangeLogApiPublisher() - Constructor for class jb.gwt_main_modules.base_widgets.client.js_api.ChangeLogApiPublisher
 
changeSelection(JsArrayInteger, JsArrayInteger, boolean, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Changes the current selection by selecting the assets to add and deselecting the assets to remove.
changeViewToDirectory(String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
<button style="padding: 3px;" onclick="window.MBAPI.createNewAsset(&quot;testt&quot;, &quot;anotherTest&quot;, true, function(theAssetId) { if(theAssetId &gt; 0) { window.MBAPI.changeViewToDirectory(&quot;anotherTest&quot; , function() { window.MBAPI.showPreExtendedView(parseInt(theAssetId), &quot;bob&quot;); }); } } );">Create New Asset</button> Changes view to directory
changeWorkspace(String, String, boolean) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Changes active workspace.
clearCurrentSelection(DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Clear all assets in the current selection
clearLoadingDock() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.DownloadApiPublisher
Clear all items out of the user's loading dock
clearSavedSelection(int, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Remove all items from the saved selection
copyFile(int, int, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.FileApiPublisher
Copy a file to a new directory
createAssetByDirId(String, int, Boolean, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
This method creates new asset if destination folder is within the current ACL root path.
createAssetLink(int, int, String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
<button style="padding: 3px;" onclick="window.MBAPI.createAssetLink(2001, 2002, 'This is a Test', function() {window.alert('success')});">Link Assets</button> Create a link between two assets, from theAssetId -> theSecondAssetId
createBooleanCriterion(String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Create a GwtSearchCriteria object for searching with
createBundle(String, String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Deprecated.
use createBundleByDirId instead, if you care about not exposing folder structure outside of the current acl
createBundleByDirId(int, String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Bundles the given folder at the given dir id, creates the folder if doesn't exist already, if the given folder is within the current ACL root path.
createCurrentSelectionSearch() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Get a location object for displaying the current selection
createDictionaryWord(int, String, String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
This function creates a new word entry in the dictionary.
createDictionaryWordByName(String, String, String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
This function creates a new word entry in the dictionary.
createDictionaryWordInt(int, String, String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
This is not a JavaScript callable method
Create an entry in the dictionary
createDictionaryWordString(String, String, String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
This is not a JavaScript callable method
Create an entry in the dictionary
createDirectorySearch(int, boolean) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Get a search object for directory search
createDirectorySearchRelative(String, boolean) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Get a search object for directory search
createFieldCriterion(String, String, String) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Create a field criterion
createInstance(String) - Static method in class jb.gwt_main_modules.events.client.CurrentSelectionChangeEvent
 
createInstance() - Static method in class jb.gwt_main_modules.events.client.ViewChangeEvent
 
createM3TAForm(DefaultCallback, Element, String, int, int, JavaScriptObject) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.mf.M3TAFormApiPublisher
Creates a M3TAForm panel to be placed in the passed in element
createMap(JsArrayString, JsArrayString) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Create a map from the given two equal-length javascript string arrays.
createNewAsset(String, String, Boolean, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Deprecated.
use createAssetByDirId instead, if you care about not exposing folder structure outside of the current acl
createPDFCatalog() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Creates PDF catalog
createQuickSearch(String, boolean, boolean) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Get a search object for the "quick search" portion.
createSavedSelectionSearch(int) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SearchApiPublisher
Get a location object for displaying a saved selection
createSelection(String, String, boolean, String, DefaultCallback) - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher
Create a new selection with whatever is in the current selection.
CurrentSelectionChangeEvent - Class in jb.gwt_main_modules.events.client
Event for a change to the current selection
CurrentSelectionChangeEvent(boolean) - Constructor for class jb.gwt_main_modules.events.client.CurrentSelectionChangeEvent
 
currentWorkspaceHasUploadM3taforms() - Static method in class jb.gwt_main_modules.base_widgets.client.js_api.MBDOMUtils
Does the current workspace have required upload m3taforms?
CustomSelectionRetrievalCallback(JavaScriptObject) - Constructor for class jb.gwt_main_modules.base_widgets.client.js_api.SelectionApiPublisher.CustomSelectionRetrievalCallback
Creates CustomSelectionRetrievalCallback object.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
MediaBeacon Client JS API

Copyright © 2016 MediaBeacon, Inc. All Rights Reserved.