Class ecm.model.admin.DesktopFeatureConfig


Extends ecm.model.admin._ConfigurationObject.
Represents the configuration information for feature selected in a desktop.
Defined in: <ecm\model\admin\DesktopFeatureConfig.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
constructor(id, name)
<static>  
ecm.model.admin.DesktopFeatureConfig.DesktopFeatureConfig.createDesktopFeatureConfig(id)
Static function that constructs an DesktopFeature config object.
 
 
 
 
Returns the custom feature configuration string saved for this feature.
 
 
 
 
 
 
Check for valid values, make sure that required attributes have values
 
setDefaultRepository(defaultRepository)
 
setDocumentInfoPaneDefaultOpen(documentInfoPaneDefaultOpen)
 
setDocumentInfoPaneOpenOnSelection(documentInfoPaneOpenOnSelection)
 
setFeatureConfiguration(featureConfiguration)
Sets and saves the custom feature configuration string for this feature.
 
setShowDocumentInfoPane(showDocumentInfoPane)
 
setShowMyCheckouts(showMyCheckouts)
 
setShowRepositories(repositories)
 
setShowTreeView(showTreeView)
 
setShowViews(views)

Constructor Detail

ecm.model.admin.DesktopFeatureConfig()

Since:
2.0.3

Method Detail

constructor(id, name)

Parameters:
id
name

<static> ecm.model.admin.DesktopFeatureConfig.DesktopFeatureConfig.createDesktopFeatureConfig(id)

Static function that constructs an DesktopFeature config object.
Parameters:
id
Feature id.

getDefaultRepository()


getDocumentInfoPaneDefaultOpen()


getDocumentInfoPaneOpenOnSelection()


getFeatureConfiguration()

Returns the custom feature configuration string saved for this feature.

getShowDocumentInfoPane()


getShowMyCheckouts()


getShowRepositories()


getShowTreeView()


getShowViews()


isValid()

Check for valid values, make sure that required attributes have values

setDefaultRepository(defaultRepository)

Parameters:
defaultRepository

setDocumentInfoPaneDefaultOpen(documentInfoPaneDefaultOpen)

Parameters:
documentInfoPaneDefaultOpen

setDocumentInfoPaneOpenOnSelection(documentInfoPaneOpenOnSelection)

Parameters:
documentInfoPaneOpenOnSelection

setFeatureConfiguration(featureConfiguration)

Sets and saves the custom feature configuration string for this feature.
Parameters:
featureConfiguration

setShowDocumentInfoPane(showDocumentInfoPane)

Parameters:
showDocumentInfoPane

setShowMyCheckouts(showMyCheckouts)

Parameters:
showMyCheckouts

setShowRepositories(repositories)

Parameters:
repositories

setShowTreeView(showTreeView)

Parameters:
showTreeView

setShowViews(views)

Parameters:
views