public class EDrive extends Object
Modifier and Type | Method and Description |
---|---|
com.eossonline.esync.ESync |
addSynchroniser(org.apache.chemistry.opencmis.commons.impl.json.JSONObject sync) |
org.apache.chemistry.opencmis.commons.impl.json.JSONArray |
getAvailableFolders(org.apache.chemistry.opencmis.client.api.Repository repo,
Path startFrom) |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
getConfiguration() |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
getConfigurationDefaults() |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
getDocument(com.eossonline.esync.ESync eSync,
String documentId) |
static EDrive |
getEDrive() |
long |
getInboundSyncSeconds(String name) |
long |
getOutboundSyncSeconds(String name) |
String |
getResourceString(String key) |
com.eossonline.esync.SyncDirectionEnum |
getSyncDirection(String name) |
com.eossonline.esync.ESync |
getSynchroniser(String name) |
Collection<com.eossonline.esync.ESync> |
getSynchronisers() |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
getThumbNails(com.eossonline.esync.ESync eSync,
Path path) |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
getVersionHistory(com.eossonline.esync.ESync eSync,
Path path)
Get the Version history of a document.
|
static void |
main(String[] args) |
void |
processEDriveEvent(EDriveEvent event)
Process an ESyncEvent
|
void |
removeSynchroniser(String name) |
void |
saveSyncConfig() |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
setConfiguration(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj) |
void |
shutdown() |
org.apache.chemistry.opencmis.commons.impl.json.JSONObject |
updateConfiguration(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj) |
public static EDrive getEDrive()
public Collection<com.eossonline.esync.ESync> getSynchronisers()
public com.eossonline.esync.ESync getSynchroniser(String name)
public void removeSynchroniser(String name)
public void shutdown()
public long getInboundSyncSeconds(String name)
public long getOutboundSyncSeconds(String name)
public com.eossonline.esync.SyncDirectionEnum getSyncDirection(String name)
public void saveSyncConfig()
public com.eossonline.esync.ESync addSynchroniser(org.apache.chemistry.opencmis.commons.impl.json.JSONObject sync)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject getConfiguration()
public org.apache.chemistry.opencmis.commons.impl.json.JSONArray getAvailableFolders(org.apache.chemistry.opencmis.client.api.Repository repo, Path startFrom)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject getConfigurationDefaults()
public void processEDriveEvent(EDriveEvent event)
event
- public org.apache.chemistry.opencmis.commons.impl.json.JSONObject updateConfiguration(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject setConfiguration(org.apache.chemistry.opencmis.commons.impl.json.JSONObject obj)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject getVersionHistory(com.eossonline.esync.ESync eSync, Path path)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject getThumbNails(com.eossonline.esync.ESync eSync, Path path)
public org.apache.chemistry.opencmis.commons.impl.json.JSONObject getDocument(com.eossonline.esync.ESync eSync, String documentId)
Copyright © 2013. All Rights Reserved.