|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jlan.server.config.ConfigSection
org.alfresco.filesys.AlfrescoConfigSection
public class AlfrescoConfigSection
Alfresco Configuration Section Class
Field Summary | |
---|---|
static java.lang.String |
SectionName
|
Constructor Summary | |
---|---|
AlfrescoConfigSection(AbstractServerConfigurationBean config)
Class constructor |
Method Summary | |
---|---|
AuthenticationComponent |
getAuthenticationComponent()
Return the authentication component |
AuthenticationService |
getAuthenticationService()
Return the authentication service |
AuthorityService |
getAuthorityService()
Return the authority service |
org.alfresco.jlan.server.filesys.DiskInterface |
getAvmDiskInterface()
Return the disk interface to be used to create AVM filesystem shares |
org.alfresco.service.namespace.NamespaceService |
getNamespaceService()
Return the namespace service |
org.alfresco.service.cmr.repository.NodeService |
getNodeService()
Return the node service |
PersonService |
getPersonService()
Return the person service |
org.alfresco.jlan.server.filesys.DiskInterface |
getRepoDiskInterface()
Return the repository disk interface to be used to create shares |
org.alfresco.service.cmr.search.SearchService |
getSearchService()
Return the search service |
org.alfresco.repo.tenant.TenantService |
getTenantService()
Return the tenant service |
TransactionService |
getTransactionService()
Return the transaction service |
Methods inherited from class org.alfresco.jlan.server.config.ConfigSection |
---|
closeConfig, fireConfigurationChange, getSectionName, getServerConfiguration, isUpdated, setUpdated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SectionName
Constructor Detail |
---|
public AlfrescoConfigSection(AbstractServerConfigurationBean config)
config
- ServerConfigurationBeanMethod Detail |
---|
public final org.alfresco.jlan.server.filesys.DiskInterface getRepoDiskInterface()
public final org.alfresco.jlan.server.filesys.DiskInterface getAvmDiskInterface()
public final AuthenticationService getAuthenticationService()
public final AuthenticationComponent getAuthenticationComponent()
public final org.alfresco.service.cmr.repository.NodeService getNodeService()
public final PersonService getPersonService()
public final TransactionService getTransactionService()
public final org.alfresco.repo.tenant.TenantService getTenantService()
public final org.alfresco.service.cmr.search.SearchService getSearchService()
public final org.alfresco.service.namespace.NamespaceService getNamespaceService()
public final AuthorityService getAuthorityService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |