public class ClientConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Modifier and Type | Field and Description |
---|---|
static String |
BREADCRUMB_LOCATION |
static String |
BREADCRUMB_PATH |
static String |
CONFIG_ELEMENT_ID |
Constructor and Description |
---|
ClientConfigElement()
Default Constructor
|
ClientConfigElement(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() |
String |
getBreadcrumbMode()
Get the breadcrumb mode
|
boolean |
getCheckContextAgainstPath() |
String |
getCifsURLSuffix()
Get the CIFs URL suffix
|
String |
getDefaultHomeSpacePath() |
String |
getEditLinkType() |
String |
getEmailRegExp() |
String |
getErrorPage() |
boolean |
getForceAndTerms() |
String |
getFromEmailAddress() |
String |
getHelpUrl() |
String |
getHomeSpacePermission() |
String |
getInitialLocation() |
int |
getInviteUsersMaxResults()
If positive, this will limit the size of the result set from the
invite users wizard.
|
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.
|
List<org.alfresco.service.namespace.QName> |
getSimpleSearchAdditionalAttributes() |
int |
getTasksCompletedMaxResults()
If positive, this will limit the size of the result set of the
completed tasks.
|
boolean |
isBulkFetchEnabled() |
boolean |
isClipboardStatusVisible() |
boolean |
isLanguageSelect() |
boolean |
isNodeSummaryEnabled() |
boolean |
isPasteAllAndClearEnabled() |
boolean |
isShelfVisible() |
boolean |
isUserGroupAdmin() |
boolean |
isZeroByteFileUploads() |
void |
setMaxPasswordLength(int maxPasswordLength) |
public static final String CONFIG_ELEMENT_ID
public static final String BREADCRUMB_PATH
public static final String BREADCRUMB_LOCATION
public ClientConfigElement()
public ClientConfigElement(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
ConfigElementAdapter.combine(org.springframework.extensions.config.ConfigElement)
public int getRecentSpacesItems()
public boolean isShelfVisible()
public boolean isClipboardStatusVisible()
public boolean isPasteAllAndClearEnabled()
public String getErrorPage()
public String getLoginPage()
public String getHelpUrl()
public String getFromEmailAddress()
public String getEditLinkType()
public int getSearchMinimum()
public boolean getForceAndTerms()
public int getSearchMaxResults()
public int getSelectorsSearchMaxResults()
public int getInviteUsersMaxResults()
public int getTasksCompletedMaxResults()
public String getHomeSpacePermission()
public String getDefaultHomeSpacePath()
public boolean isNodeSummaryEnabled()
public String getInitialLocation()
public boolean getAllowGuestConfig()
public List<org.alfresco.service.namespace.QName> 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 String getBreadcrumbMode()
public final String getCifsURLSuffix()
public final boolean isLanguageSelect()
public boolean isZeroByteFileUploads()
public boolean isUserGroupAdmin()
public boolean getAllowUserConfig()
public int getPickerSearchMinimum()
public boolean getCheckContextAgainstPath()
public boolean getAllowUserScriptExecute()
public boolean isBulkFetchEnabled()
public String getEmailRegExp()
Copyright © 2005–2017 Alfresco Software. All rights reserved.