public class SyncModeConfig extends SingletonValueProcessorExtension<String> implements Serializable
| Constructor and Description |
|---|
SyncModeConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
protected String |
getValueName()
Output value name for informational and error messages to the administrator.
|
protected String |
retrieveValue(String userId,
String storeId)
Method for implementing class to provide that retrieve the remote value from the appropriate
endpoint and API.
|
getSingletonValue, getSingletonValuepublic String getValue()
Will be one of: CLOUD, ON_PREMISE, OFF
protected String retrieveValue(String userId, String storeId) throws org.springframework.extensions.surf.exception.ConnectorServiceException
SingletonValueProcessorExtensionretrieveValue in class SingletonValueProcessorExtension<String>userId - Current user IdstoreId - Current store Id if any - may be used if per-tenant values are requiredorg.springframework.extensions.surf.exception.ConnectorServiceExceptionprotected String getValueName()
SingletonValueProcessorExtensiongetValueName in class SingletonValueProcessorExtension<String>Copyright © 2005–2014 Alfresco Software. All rights reserved.