mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	71769: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
      71673: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3)
         71391: MNT-11492 : implement serverMode=PRODUCTION
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74718 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			298 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			298 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package org.alfresco.repo.mode;
 | |
| 
 | |
| public interface ServerModeProvider 
 | |
| {
 | |
| 	/**
 | |
| 	 * Get the Server Mode which is a configuration property set via alfresco-global.propertues.   
 | |
| 	 * 
 | |
| 	 * It is not persisted anywhere in the database.
 | |
| 	 * 
 | |
| 	 * @return the server mode
 | |
| 	 */
 | |
| 	ServerMode getServerMode();
 | |
| }
 |