mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/GDOCS to HEAD
Google Doc Integration - The following configuration must be added to your alfresco-global.properties in order to enable the googleeditable repository behaviour: googledocs.username=myuser@bob.com googledocs.password=pwd123pwd googledocs.googleeditable.enabled=true Google Docs Share Integration - Enabled via share-config (see share-config-custom.xml.sample for details) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20018 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package org.alfresco.repo.googledocs;
|
||||
|
||||
/**
|
||||
* Google docs permission context
|
||||
*/
|
||||
public enum GoogleDocsPermissionContext
|
||||
{
|
||||
PRIVATE,
|
||||
SHARE_READ,
|
||||
SHARE_WRITE,
|
||||
SHARE_READWRITE
|
||||
}
|
Reference in New Issue
Block a user