org.alfresco.filesys
Class AlfrescoConfigSection

java.lang.Object
  extended by org.alfresco.jlan.server.config.ConfigSection
      extended by org.alfresco.filesys.AlfrescoConfigSection

public class AlfrescoConfigSection
extends org.alfresco.jlan.server.config.ConfigSection

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

SectionName

public static final java.lang.String SectionName
See Also:
Constant Field Values
Constructor Detail

AlfrescoConfigSection

public AlfrescoConfigSection(AbstractServerConfigurationBean config)
Class constructor

Parameters:
config - ServerConfigurationBean
Method Detail

getRepoDiskInterface

public final org.alfresco.jlan.server.filesys.DiskInterface getRepoDiskInterface()
Return the repository disk interface to be used to create shares

Returns:
DiskInterface

getAvmDiskInterface

public final org.alfresco.jlan.server.filesys.DiskInterface getAvmDiskInterface()
Return the disk interface to be used to create AVM filesystem shares

Returns:
DiskInterface

getAuthenticationService

public final AuthenticationService getAuthenticationService()
Return the authentication service

Returns:
AuthenticationService

getAuthenticationComponent

public final AuthenticationComponent getAuthenticationComponent()
Return the authentication component

Returns:
AuthenticationComponent

getNodeService

public final org.alfresco.service.cmr.repository.NodeService getNodeService()
Return the node service

Returns:
NodeService

getPersonService

public final PersonService getPersonService()
Return the person service

Returns:
PersonService

getTransactionService

public final TransactionService getTransactionService()
Return the transaction service

Returns:
TransactionService

getTenantService

public final org.alfresco.repo.tenant.TenantService getTenantService()
Return the tenant service

Returns:
TenantService

getSearchService

public final org.alfresco.service.cmr.search.SearchService getSearchService()
Return the search service

Returns:
SearchService

getNamespaceService

public final org.alfresco.service.namespace.NamespaceService getNamespaceService()
Return the namespace service

Returns:
NamespaceService

getAuthorityService

public final AuthorityService getAuthorityService()
Return the authority service

Returns:
AuthorityService


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.