public class ClientConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BREADCRUMB_LOCATION |
static java.lang.String |
BREADCRUMB_PATH |
static java.lang.String |
CONFIG_ELEMENT_ID |
Constructor and Description |
---|
ClientConfigElement()
Default Constructor
|
ClientConfigElement(java.lang.String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
boolean |
getAllowGuestConfig() |
boolean |
getAllowUserConfig() |
boolean |
getAllowUserScriptExecute() |
java.lang.String |
getBreadcrumbMode()
Get the breadcrumb mode
|
boolean |
getCheckContextAgainstPath() |
java.lang.String |
getCifsURLSuffix()
Get the CIFs URL suffix
|
java.lang.String |
getDefaultHomeSpacePath() |
java.lang.String |
getEditLinkType() |
java.lang.String |
getErrorPage() |
boolean |
getForceAndTerms() |
java.lang.String |
getFromEmailAddress() |
java.lang.String |
getHelpUrl() |
java.lang.String |
getHomeSpacePermission() |
java.lang.String |
getInitialLocation() |
int |
getInviteUsersMaxResults()
If positive, this will limit the size of the result set from the
invite users wizard.
|
java.lang.String |
getLoginPage() |
int |
getMaxPasswordLength() |
int |
getMinGroupNameLength() |
int |
getMinPasswordLength() |
int |
getMinUsernameLength() |
int |
getPickerSearchMinimum() |
int |
getRecentSpacesItems() |
int |
getSearchMaxResults()
If positive, this will limit the size of the result set from the search.
|
int |
getSearchMinimum() |
int |
getSelectorsSearchMaxResults()
If positive, this will limit the size of the result set from the search
used in selector components.
|
java.util.List |
getSimpleSearchAdditionalAttributes() |
int |
getTasksCompletedMaxResults()
If positive, this will limit the size of the result set of the
completed tasks.
|
java.lang.String |
getWCMDomain() |
java.lang.String |
getWCMPort() |
boolean |
isClipboardStatusVisible() |
boolean |
isLanguageSelect() |
boolean |
isNodeSummaryEnabled() |
boolean |
isPasteAllAndClearEnabled() |
boolean |
isShelfVisible() |
boolean |
isUserGroupAdmin() |
boolean |
isZeroByteFileUploads() |
void |
setMaxPasswordLength(int maxPasswordLength) |
public static final java.lang.String CONFIG_ELEMENT_ID
public static final java.lang.String BREADCRUMB_PATH
public static final java.lang.String BREADCRUMB_LOCATION
public ClientConfigElement()
public ClientConfigElement(java.lang.String name)
name
- Name of the element this config element representspublic org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
public int getRecentSpacesItems()
public boolean isShelfVisible()
public boolean isClipboardStatusVisible()
public boolean isPasteAllAndClearEnabled()
public java.lang.String getErrorPage()
public java.lang.String getLoginPage()
public java.lang.String getHelpUrl()
public java.lang.String getFromEmailAddress()
public java.lang.String getEditLinkType()
public int getSearchMinimum()
public boolean getForceAndTerms()
public int getSearchMaxResults()
public int getSelectorsSearchMaxResults()
public int getInviteUsersMaxResults()
public int getTasksCompletedMaxResults()
public java.lang.String getHomeSpacePermission()
public java.lang.String getDefaultHomeSpacePath()
public boolean isNodeSummaryEnabled()
public java.lang.String getInitialLocation()
public java.lang.String getWCMDomain()
public java.lang.String getWCMPort()
public boolean getAllowGuestConfig()
public java.util.List getSimpleSearchAdditionalAttributes()
public int getMinUsernameLength()
public int getMinPasswordLength()
public int getMaxPasswordLength()
public void setMaxPasswordLength(int maxPasswordLength)
maxPasswordLength
- The maximum length of a passwordpublic int getMinGroupNameLength()
public final java.lang.String getBreadcrumbMode()
public final java.lang.String getCifsURLSuffix()
public final boolean isLanguageSelect()
public boolean isZeroByteFileUploads()
public boolean isUserGroupAdmin()
public boolean getAllowUserConfig()
public int getPickerSearchMinimum()
public boolean getCheckContextAgainstPath()
public boolean getAllowUserScriptExecute()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.