Manager responsible for database records associated with “content.”.
Inherits :
void | basePathsChanged () |
void | categoryUpdate ( Array idPath ) |
void | cmsDSNChanged () |
void | cmsStarted () |
void | cmsStopped () |
void | compatibilityBaseListChanged () |
void | containerUpdate ( Array idPath ) |
void | groupNewProductsAsNewChanged () |
void | itemsPerPageChanged ( Number newPerPage ) |
void | maxFileSearchResultSizeChanged ( Number maxFileSearchResultSize ) |
void | productCreated ( String guid ) |
void | showAssetToolTipChanged () |
void | showExtensionsChanged () |
void | showHiddenVendorCategorizationChanged () |
void | showLargeIconsChanged () |
void | storeListChanged () |
void | typeListChanged () |
void | uiAboutToSearch ( QObject sender, String text, Array categories, Array compatibilityBases, Array contentTypes ) |
Responsible for the management of database records associated with “content” (digital assets).
There is only one instance of this manager in an application. This instance is created and owned by DzApp. Request the instance via DzApp::getAssetMgr().
See Also:
TODO: Add description.
—–
TODO: Add description.
—–
Search options used to search assets with the Asset Manager.
—–
Modes for stopping the Content Management Service (CMS).
Since:
Array : captureSceneAssetPathsList( DzNode node, Object options=null )
Parameter(s):
Return Value:
Since:
Array : captureSceneAssetPathsList( Object options=null )
Parameter(s):
Return Value:
Since:
String : escapeSearchTerm( String searchTerm )
Parameter(s):
Return Value:
searchTerm
String : fileKeyForFilename( String relativePath )
Parameter(s):
Return Value:
relativePath
that should be used to look up relativePath
in the database.Since:
String : findCommonBaseCategoryPath( Array categoryPaths, Boolean flatten=false )
Parameter(s):
true
, the categories are processed as if they are a single list. If false
(default), the deepest path common to all lists will be chosen. In either case, non-default categorization is preferred over default categorization.Return Value:
categoryPaths
that is common.Since:
String : getAssetUriForNode( DzNode node )
Parameter(s):
Return Value:
node
, or an empty string if node
is null.Return Value:
String : getCompatibilityBasePathForNode( DzNode node )
Parameter(s):
Return Value:
String : getCompatibilityBasesID()
Return Value:
Since:
Return Value:
Since:
String : getImportDirID()
Return Value:
String : getPoserDirID()
Return Value:
Array : getPoserVirtualDirID()
Return Value:
Since:
String : getProductName( String name, Array choices=[], Boolean allowEmpty=false )
Prompts the user for a valid product name.
Parameter(s):
true
, an empty value is considered acceptable.Return Value:
allowEmpty
is false
- default), otherwise an empty string.Since:
Object : getProductsForFiles( Array filenames )
Parameter(s):
Return Value:
See Also:
Since:
String : getProductsID()
Return Value:
String : getRealPathCasing( String path, String search )
Parameter(s):
Return Value:
String : getRelativeProductMetafilePath( String store, String token, String title, String extension=“dsx” )
Parameter(s):
Return Value:
Since:
Array : getSpecialPoserFolders()
Return Value:
String : getStudioDirID()
Return Value:
Return Value:
Array : getStudioVirtualDirID()
Return Value:
Since:
String : normalizePath( String type, Boolean relative=true )
Parameter(s):
Return Value:
type
.DzError : saveUserDBData( String dirPath, String filePrefix )
Saves user owned metadata to an XML file (or a series of XML files).
Parameter(s):
Return Value:
Boolean : setCompatibilityBaseID( String uri, Number id, Boolean markAsVendor )
Sets the compatibility base for a URI.
Parameter(s):
true
, the compatibility base is marked as being owned by a vendor.Return Value:
true
if the compatibility base is set, otherwise false
.See Also:
Since:
Boolean : setCompatibilityBasePath( String uri, String compatibilityBasePath, Boolean markAsVendor, Boolean create=false )
Sets the compatibility base for a URI.
Parameter(s):
true
, the compatibility base is marked as being owned by a vendor.true
, creates the compatibility base if it does not already exist.Return Value:
true
if the compatibility base is set, otherwise false
.See Also:
Since:
void : setFileMetadata( String filepath, String contentType, String compatibleWith, String category, DzNode assetNode=null, String compatibilityBase=“” )
Sets the metadata associated with a file.
Parameter(s):
Since:
Object : buildMinimumProductSetForFiles( Array filenames, Array products )
Parameter(s):
filenames
to - can be expressed as GUID strings, DzProductAssetContainer instances, or DzScriptHandle instances that hold DzProductAssetContainer instances.Return Value:
filenames
specified, and a map of product GUIDs and the files each product respectively provides (“product_found_files”).Since:
Object : buildMinimumProductSetForFiles( Array filenames )
Parameter(s):
Return Value:
filenames
specified, a map of product GUIDs and the files each product respectively provides (“product_found_files”), and a list of the files specified in filenames
that could not be associated with a product (“unknown”).Attention:
filenames
specified.Since:
Boolean : canStartAndStopCMS()
Return Value:
true
if the currently connected Content Management Service (CMS) is of the type that can be started and stopped, otherwise false
.void : checkforNewMetadataScripts()
Checks for new metadata scripts within the RunOnce directories.
void : clearAllGroupIDs( Boolean notify=true )
Removes all groups from all assets.
Parameter(s):
true
, causes product and category containers to update.void : clearDBMetaFileQueue()
Clears the metadata queue.
void : createCategoryPaths( String paths, String settingsName=“” )
Presents the user with a category path creation dialog.
Parameter(s):
Since:
Number : createCompatibilityBase( String base )
Creates a compatibility base.
Parameter(s):
Return Value:
base
.DzProductAssetContainer : createProduct( String name, String storeID=“”, String token=“” )
Creates a new product.
Parameter(s):
storeID
and token
specified does not already exist in the database to name the product.storeID
store.Return Value:
name
, from store storeID
, with the token token
. If a product with the storeID
and token
already exists, a new product will not be created and the existing product will be returned instead.See Also:
Since:
DzProductAssetContainer : createProductFromAssets( Array assets, String name=“” )
Creates a new product from a list of assets.
Parameter(s):
See Also:
Since:
DzProductAssetContainer : createProductFromContainer( DzAbstractAssetContainer container, String name=“” )
Creates a new product from container
and its children.
Parameter(s):
See Also:
Since:
Boolean : createStore( String storeID, String token, String url )
Attempts to create a store in the database.
Parameter(s):
url
to be replaced by a product's identifier (e.g., SKU) within that store when the product's final URL is constructed.Return Value:
true
if the store is successfully created, otherwise false
.Attention:
false
.See Also:
DzAbstractAssetContainer : createSubContainer( DzAbstractAssetContainer parentContainer, String name=“”, String settingsName=“” )
Creates a (folder/category/compatibility base) sub-container.
Parameter(s):
See Also:
Since:
Number : createType( String type, Boolean defaultOpen )
Creates a content type.
Parameter(s):
true
, assets that the type is assigned to will be opened by default; the contents of the scene will be cleared prior to loading the asset. If false
, assets that the type is assigned to will be merged by default; the asset will be added to the existing scene.Return Value:
type
.void : emitCategoryChanged( Array idPath )
Causes the category identified by idPath
to update.
Parameter(s):
String : findAssetPathFromShortFilename( String fileName )
Parameter(s):
Return Value:
fileName
can be found, the physical path of the asset on disk, otherwise an empty string.Array : findAssetsForFile( String relativePath, Boolean userFacing, Boolean installed )
Parameter(s):
Return Value:
relativePath
refers to.See Also:
Since:
Number : findAudienceID( String audience )
Return Value:
audience
.Number : findCategoryID( String categoryPath, Boolean isVendor, Boolean create=false )
Parameter(s):
true
, the category is marked as being owned by a vendor.true
, the category is created if it cannot be found.Return Value:
Since:
Number : findCompatibilityBaseID( String base, Boolean create=true )
Attempts to find a compatibility base, and potentially create it if it does not already exist.
Parameter(s):
true
, the compatibility base is created if it cannot be found.Return Value:
base
.DzProductAssetContainer : findProductByGuid( String guid )
Parameter(s):
Return Value:
guid
, otherwise null.See Also:
Since:
DzProductAssetContainer : findProductByStoreToken( String storeID, String token )
Parameter(s):
storeID
store.Return Value:
storeID
store with the token
token, otherwise null.See Also:
Since:
Array : findProductsByName( String name )
Parameter(s):
Return Value:
name
.See Also:
Since:
Array : findProductsForFile( String relativePath )
Parameter(s):
Return Value:
relativePath
in their respective list of assets.See Also:
Since:
Number : findTypeID( String type, Boolean create=false, Boolean defaultOpen=false )
Attempts to find the identifier used to identify a content type.
Parameter(s):
true
, the content type is created if it cannot be found.true
, assets that the type is assigned to will be opened by default; the contents of the scene will be cleared prior to loading the asset. If false
, assets that the type is assigned to will be merged by default; the asset will be added to the existing scene.Return Value:
type
.String : getAudience( Number id )
Parameter(s):
Return Value:
id
.Array : getAudiences()
Return Value:
DzCategoryAssetContainer : getCategories()
Return Value:
Array : getCategoryData( Boolean includeHeader=true, MetadataTypes dataType=UserAndVendorData )
Parameter(s):
true
(default), the first list in the return value will contain descriptors for the values in all subsequent lists.Return Value:
Since:
String : getCategoryPath( Number id )
Parameter(s):
Return Value:
Since:
String : getCMSBasePath( Boolean create=false )
Parameter(s):
true
, creates any folders in the returned path that do not currently exist.Return Value:
See Also:
Since:
Object : getCMSOptions()
Return Value:
Number : getCMSPort()
Return Value:
See Also:
Since:
String : getCompatibilityBase( Number id )
Parameter(s):
Return Value:
id
.Array : getCompatibilityBaseData( Boolean includeHeader=true, CompatibilityBaseTypes baseType=CompatibilityBaseAndFilter, MetadataTypes dataType=UserAndVendorData )
Parameter(s):
true
(default), the first list in the return value will contain descriptors for the values in all subsequent lists.Return Value:
Since:
DzCompatibilityBaseAssetContainer : getCompatibilityBases( Boolean includeFilters=true )
Parameter(s):
true
(default), child containers for filters (filter) will be included.Return Value:
Since:
String : getContainerName( String title, String placeHolder=“”, String settingsName=“” )
Presents the user with a (folder/category/compatibility base) sub-container creation dialog.
Parameter(s):
Since:
DzTopLevelAssetContainer : getContentDirs()
Return Value:
String : getDatabaseDsn()
Return Value:
Since:
String : getDatabaseFilePath()
Return Value:
Return Value:
Array : getDefaultCategoryPaths( String prefix=“”, Boolean append=false )
Parameter(s):
true
and root
is not an empty string, the modified values are appended to the end of the getRootCategoryStrings() list - if root
is an empty string, this parameter has no affect. If false
(default) and is
a non-empty string, only the modified values are returned.Return Value:
See Also:
Since:
String : getDefaultCMSBasePath()
Return Value:
See Also:
Since:
Return Value:
See Also:
Since:
String : getFirstCategory( String assetPath, String preferredCategory, Boolean installed=true )
Parameter(s):
assetPath
is assigned to it.true
, assetPath
is only tested against files that are installed. If false
, assetPath
is only tested against files that are not installed. (since 4.11.0.88)Return Value:
assetPath
is assigned to.Boolean : getGroupNewProductsAsNew()
Return Value:
true
if new products should be assigned to the “New” group, otherwise false
.See Also:
Since:
DzTopLevelAssetContainer : getImportDirs()
Return Value:
Number : getMaxFileSearchResultSize()
Return Value:
Since:
Number : getNumMaxItemsPerPage()
Return Value:
DzTopLevelAssetContainer : getPoserDirs()
Return Value:
DzTopLevelAssetContainer : getProducts()
Return Value:
See Also:
Array : getRelativePaths( String absolutePath, Boolean useImportFolders )
Attempts to shorten absolutePath
to a list of paths that are relative to one of the mapped content directories.
Parameter(s):
true
, the mapped import folders will also be searched.Return Value:
See Also:
Array : getRootCategoryStrings()
Return Value:
Boolean : getShowHiddenVendorCategorization()
Return Value:
true
if hidden vendor categorizations are shown, otherwise false
.Since:
Array : getStoresIDs()
Return Value:
See Also:
String : getStoreToken( String storeID )
Parameter(s):
Return Value:
storeID
store, which is to be replaced by a product's identifier (e.g., SKU) within that store when the product's final URL is constructed.See Also:
String : getStoreUrl( String storeID )
Parameter(s):
Return Value:
storeID
store.See Also:
Parameter(s):
Return Value:
id
.String : getTypeForContentFile( String path )
Performs a database lookup on a user-facing content file to get its content type.
Parameter(s):
Return Value:
String : getTypeForNode( DzNode node )
Checks the given node for content type in its presentation (if any), falls back to a source file data item and performs a content database lookup on the path it specifies (if any), and finally falls back to the content file path of the node (if any) to find its content type.
Parameter(s):
Return Value:
Return Value:
String : getUniqueChildCategoryName( String categoryPath, String name )
Parameter(s):
Return Value:
name
is unique, the same value us returned. If categoryPath
is invalid, an empty string is returned. If name
is not unique, a dialog isSince:
Boolean : haveDatabase()
Return Value:
true
if the PostgreSQL server version is valid and the DSN is non-empty, otherwise false
.Since:
See Also:
Array : importMetadataFiles( Array absoluteProductPaths, Boolean runSilent=false, Boolean markAsVendor=false )
Causes metadata files at absoluteProductPaths
to be imported.
Parameter(s):
true
, the progress dialog will not be shown.true
, the data is considered vendor owned.Object : installMissingAssets( Array filenames, Boolean noPrompt=false, String productMsg=“”, String unknownMsg=“” )
Installs the assets specified if a product they belong to can be found.
Parameter(s):
true
, installation of any product(s) found begins immediately without prompting the user; this does not prevent progress from being reported. The default is false
, which prompts the user and waits for a response.Return Value:
Attention:
See Also:
Since:
Boolean : isClothingType( String type )
Parameter(s):
Return Value:
true
if type
is of the base type of Clothing, otherwise false
.See Also:
Return Value:
true
if the Content Management Service (CMS) is currently connected, otherwise false
.Boolean : isFigureType( String type )
Parameter(s):
Return Value:
true
if type
is of the base type of Figure, otherwise false
.See Also:
Boolean : isFollowingType( String type )
Parameter(s):
Return Value:
true
if type
is of a following type, otherwise false
.See Also:
Boolean : isHairType( String type )
Parameter(s):
Return Value:
true
if type
is of the base type of Hair, otherwise false
.See Also:
Boolean : isNeedsBaseFigureType( String type )
Parameter(s):
Return Value:
true
if type
is of a type that needs a base figure, otherwise false
.See Also:
Boolean : isPresetForFigureType( String type )
Parameter(s):
Return Value:
true
if type
is a Preset for a Figure, otherwise false
.See Also:
Boolean : isPresetType( String type )
Parameter(s):
Return Value:
true
if type
is of the base type of Preset, otherwise false
.See Also:
Boolean : isPropType( String type )
Parameter(s):
Return Value:
true
if type
is of the base type of Prop, otherwise false
.See Also:
Boolean : isReplaceableType( String type )
Parameter(s):
Return Value:
true
if type
is of a replaceable type, otherwise false
.See Also:
Boolean : isResettingDatabase()
Return Value:
true
if the connected PostgreSQL database is currently being reset, otherwise false
.Since:
Return Value:
true
if the database is currently synchronizing, otherwise false
.4.9.3.71
void : markCategoriesChanged()
Signals that categories need to be updated.
void : markProductsChanged()
Signals that products need to be updated.
Array : processDBMetaFile( String productRelativePath, Boolean runSilent=false, Boolean markAsVendor=false, Boolean groupAsNew=true )
Causes the metadata file at productRelativePath
to be processed and category containers to update.
Parameter(s):
true
, the progress dialog will not be shown.true
, the data is considered vendor owned.true
, the product/assets are grouped as “New”.Array : processDBMetaFileNoEmit( String productRelativePath, Boolean runSilent=false, Boolean markAsVendor=false, Boolean groupAsNew=true )
Causes the metadata file at productRelativePath
to be processed, without causing category containers to update.
Parameter(s):
true
, the progress dialog will not be shown.true
, the data is considered vendor owned.true
, the assets are grouped as “New”.void : processDBMetaFileQueue()
If metadata files are queued, causes the metadata import dialog to be displayed and allows the user to select which products to process metadata for, then starts the import process on the selected products.
void : queueDBMetaFile( String productRelativePath )
Adds the file at productRelativePath
to the metadata queue.
void : refreshCategoryRoots()
Causes the internal list of root categories to be rebuilt.
void : refreshStores()
Causes the internal list of stores to be rebuilt.
void : refreshTypes()
Causes the internal list of content types to be rebuilt
void : reimportDBMetaFiles()
Causes all *.dsx metadata files in the “./Runtime/Support” folder of each mapped native and Poser content directory to be queued, and then imported.
void : removeOrphanedAssetReferences( Array list )
Removes assets in list
that have been orphaned (no longer exist) from the database.
Parameter(s):
Since:
Boolean : removeStore( String storeID )
Attempts to remove a store from the database.
Parameter(s):
Return Value:
true
if the store is successfully removed, otherwise false
.Attention:
false
.See Also:
Since:
void : resetDatabase()
Triggers the connected PostgreSQL server to reset (delete) the current database and re-establish the default content types, compatibility bases, and categories.
Attention:
Since:
void : scanFiles( SearchOptions options, Boolean assignToGroup, Boolean addToCategory, Boolean onlyNewToCategory )
Performs a user-facing file scan, ultimately mapping any directories found to contain compatible content.
Parameter(s):
true
, groups any found files as “New”.true
, found files are assigned to the “Scan Results” category.true
, only “new” files are assigned to the “Scan Results” category.DzSearchContainer : searchFiles( String filename, SearchOptions options )
Performs a user-facing file search on the mapped content directories.
Parameter(s):
Return Value:
See Also:
DzSearchContainer : searchForAssetAddOns( DzAsset asset, String filterText, Array categories, SortType sorting )
Performs a user-facing asset search on the content database, where the results are confined to those that indicate they are compatible with the compatibility base of the specified asset
.
Parameter(s):
Return Value:
See Also:
Since:
DzSearchContainer : searchForAssets( String filterText, Array categories, Array compatibilityBases, Array contentTypes, SortType sorting )
Performs a user-facing asset search on the content database.
Parameter(s):
Return Value:
See Also:
Since:
DzSearchContainer : searchForAssetsByKeywords( String keywords, SearchOptions options, SortType sorting )
Performs a user-facing asset search on the content database.
Parameter(s):
Return Value:
See Also:
Since:
DzSearchContainer : searchForAssetsInCategory( String categoryPath, Boolean userFacing=true, Boolean installed=true )
Parameter(s):
Return Value:
See Also:
Since:
DzSearchContainer : searchForAssetTargets( DzAsset asset, String filterText, Array categories, SortType sorting )
Performs a user-facing asset search on the content database, where the results are confined to those that indicate they are the compatibility base of the specified asset
.
Parameter(s):
Return Value:
See Also:
Since:
DzSearchContainer : searchForProductAssets( DzProductAssetContainer product, String filterText, Array categories, Array compatibilityBases, Array contentTypes, SortType sorting )
Performs a user-facing asset search on the content database, where the results are confined to a specified product
.
Parameter(s):
Return Value:
See Also:
Since:
DzProductHolderContainer : searchForProducts( String filterText, Array categories, Array compatibilityBases, Array contentTypes, ProductInstallStates installStateFlags, SortType sorting )
Parameter(s):
Return Value:
See Also:
Since:
Array : selectCategoryPaths( Boolean multiSelect=false, Array startWith=[], String title=“”, String settingsName=“” )
Presents the user with a category selection dialog.
Parameter(s):
multiSelect
is false
, the first element in the list is used.Return Value:
Since:
Array : selectCompatibilityBasePaths( Boolean showFilters=true, Boolean multiSelect=false, Array startWith=[], String title=“”, String settingsName=“” )
Presents the user with a compatibility base selection dialog.
Parameter(s):
multiSelect
is false
, the first element in the list is used.Return Value:
Since:
void : setCMSOptions( String clusterDirectory, Number port )
Sets the options for the Content Management Service (CMS), if it is of the type that can accept options.
Parameter(s):
void : setGroupNewProductsAsNew( Boolean onOff )
Parameter(s):
true
, new products will be assigned to the “New” group.See Also:
Since:
void : setMaxFileSearchResultSize( Number maxNum )
Parameter(s):
See Also:
Since:
void : setMaxItemsPerPage( Number maxNum )
Parameter(s):
See Also:
void : setProductGroupIDs( Array guids, Number groupId, Boolean groupProduct=true, Boolean groupFiles=true )
Sets the group identifier on products and/or files, for a list of products.
Parameter(s):
true
, sets the group identifier on the product.true
, sets the group identifier on the user-facing files in the product.Since:
void : setShowAssetToolTip( Boolean onOff )
Parameter(s):
See Also:
void : setShowExtensions( Boolean onOff )
Parameter(s):
See Also:
void : setShowHiddenVendorCategorization( Boolean shown )
Sets whether or not hidden vendor categorizations are shown.
Parameter(s):
true
, hidden vendor categorizations are shown.Since:
void : setShowLargeIcons( Boolean onOff )
Parameter(s):
See Also:
Return Value:
true
if showing asset tool tips, otherwise false
.See Also:
Boolean : showDatabaseEditor( DzAbstractAssetContainer assetContainer )
Causes the Content DB Editor to be displayed, allowing the user to view/edit metadata for products and/or assets all within a centralized dialog.
Parameter(s):
Return Value:
true
if the dialog is accepted, otherwise false
.Return Value:
true
if showing asset file extensions, otherwise false
.See Also:
Return Value:
true
if showing large asset icons, otherwise false
.See Also:
void : showMoreProductInfo( DzProductAssetContainer product )
Executes a script named after the store associated with product
, in the ./resources/stores directory. A single anonymous JSON object is passed to the script, which can be retrieved using the global “getArguments()” function. The properties on the Object consist of values stored in the content database.
product_has_cloud_meta
- A Boolean indicating whether product
has metadata provided via the cloud (or manual/local).product_is_cloud_owned
- A Boolean indicating whether product
is managed via the cloud (or manual/local).Parameter(s):
See Also:
Since:
void : startCMS()
Starts the Content Management Service (CMS), if it is not already running.
void : stopAllSearches()
Stops all searches that were started by any of the search* methods on DzAssetMgr.
void : stopCMS( StopModeCMS mode, Boolean wait, Number timeout=0 )
Stops the Content Management Service (CMS), if it is running and is of the type that can be stopped.
Parameter(s):
void : stopFileScan()
Stops any searches that were started by DzAssetMgr::scanFiles().
void : stopFileSearch()
Stops any searches that were started by DzAssetMgr::searchFiles().
void : stopSearchForAssetAddOns()
Stops any searches that were started by DzAssetMgr::searchForAssetAddOns().
void : stopSearchForAssets()
Stops any searches that were started by DzAssetMgr::searchForAssets(), DzAssetMgr::searchForAssetsByKeywords() or DzAssetMgr::searchForProductAssets().
void : stopSearchForAssetTargets()
Stops any searches that were started by DzAssetMgr::searchForAssetTargets().
void : stopSearchForProducts()
Stops any searches that were started by DzAssetMgr::searchForProducts().
void : updateCategoryContainers()
Triggers an update to asset containers within the Categories top-level container.
See Also:
Since:
void : updateContentContainers()
Triggers an update to asset containers within the native formats top-level container.
See Also:
Since:
void : updateFolderBasedContainers()
Triggers an update to asset containers within the folder based top-level containers.
See Also:
Since:
void : updateImportContainers()
Triggers an update to asset containers within the other import formats top-level container.
See Also:
Since:
void : updatePoserContainers()
Triggers an update to asset containers within the Poser formats top-level container.
See Also:
Since:
void : updateProductContainers()
Triggers an update to asset containers within the Products top-level container.
See Also:
Reclaims space in the database previously occupied by deleted or updated data.
Return Value:
true
if the operation was successful, otherwise false
.void : basePathsChanged()
Signature:“basePathsChanged()”
Emitted when the base paths list has changed.
void : categoryUpdate( Array idPath )
Signature:“categoryUpdate(QVariantList)”
Emitted when a category has been changed.
Parameter(s):
void : cmsDSNChanged()
Signature:“cmsDSNChanged()”
Emitted when the Data Source Name (DSN) for the Content Management Service (CMS) has changed.
void : cmsStarted()
Signature:“cmsStarted()”
Emitted when the Content Management Service (CMS) has started.
void : cmsStopped()
Signature:“cmsStopped()”
Emitted when the Content Management Service (CMS) has stopped.
void : compatibilityBaseListChanged()
Signature:“compatibilityBaseListChanged()”
Emitted when the compatibility base list has changed.
void : containerUpdate( Array idPath )
Signature:“containerUpdate(QVariantList)”
Emitted when a container has been changed.
Parameter(s):
void : groupNewProductsAsNewChanged()
Signature:“groupNewProductsAsNewChanged()”
Emitted when getGroupNewProductsAsNew() will return a new value.
void : itemsPerPageChanged( Number newPerPage )
Signature:“itemsPerPageChanged(int)”
Emitted when itemsPerPage() will return a new value.
Parameter(s):
void : maxFileSearchResultSizeChanged( Number maxFileSearchResultSize )
Signature:“maxFileSearchResultSizeChanged(int)”
Emitted when the maximum file search result size has changed.
Parameter(s):
void : productCreated( String guid )
Signature:“productCreated(const QString &)”
Emitted when a product has been created.
Parameter(s):
void : showAssetToolTipChanged()
Signature:“showAssetToolTipChanged()”
Emitted when showAssetToolTipChanged() will return a new value.
void : showExtensionsChanged()
Signature:“showExtensionsChanged()”
Emitted when showExtensions() will return a new value.
void : showHiddenVendorCategorizationChanged()
Signature:“showHiddenVendorCategorizationChanged()”
Emitted when getShowHiddenVendorCategorization() will return a new value.
void : showLargeIconsChanged()
Signature:“showLargeIconsChanged()”
Emitted when showLargeIcons() will return a new value.
void : storeListChanged()
Signature:“storeListChanged()”
Emitted when the store list has changed.
void : typeListChanged()
Signature:“typeListChanged()”
Emitted when the type list has changed.
void : uiAboutToSearch( QObject sender, String text, Array categories, Array compatibilityBases, Array contentTypes )
Signature:“uiAboutToSearch(int)”
Emitted when the user interface is about to perform a database query.
Parameter(s):