mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Google Doc Integration: Fix system unit test failures
* Fixed spreadsheet download * Refactored use of DocService to improve reliability * Reuse security tokens * Consolidate code as a result of above changes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30832 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,13 +32,6 @@ public interface GoogleDocsService
|
||||
* @return boolean true if enabled, false otherwise
|
||||
*/
|
||||
boolean isEnabled();
|
||||
|
||||
/**
|
||||
* Initialises the googles doc service, checking the provided credentials are correct. This need
|
||||
* not be called manually since other service calls will initialise the service on demand, but it can
|
||||
* be helpful to know the "health" of the service up front.
|
||||
*/
|
||||
void initialise() throws GoogleDocsServiceInitException;
|
||||
|
||||
/**
|
||||
* Indicates whether the mimetype is supported for creation in google docs.
|
||||
|
Reference in New Issue
Block a user