Package org.alfresco.rest.model
Class RestSyncServiceModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestSyncServiceModel
- All Implemented Interfaces:
org.alfresco.utility.model.Model
public class RestSyncServiceModel
extends org.alfresco.utility.model.TestModel
Base Path {@linkplain /alfresco/api/-default-/private/alfresco/versions/1}
- Author:
- Meenal Bhave Example: "syncService": { "id": "0", "uri": "https://localhost:9090/alfresco", "config": { "filters": { "nodeAspects": [ "rma:filePlanComponent", "sf:*", "smf:*", "cm:workingcopy" ], "smartFolderNodeAspects": [ "sf:*", "smf:*" ], "nodeTypesWhitelist": [ "dod:filePlan", "hwf:rejectedCloudTask", "imap:imapBody", "st:site" ], "nodeTypes": [ "bpm:package", "cm:systemfolder", "cm:failedThumbnail" ] }, "dsyncClientVersionMin": "1.0.1", "repoInfo": { "versionLabel": "5.2.2", "edition": "Enterprise" } } }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getUri()voidsetIdentityServiceConfig(RestIdentityServiceConfigurationModel identityServiceConfig) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestSyncServiceModel
public RestSyncServiceModel()
-
-
Method Details
-
getId
-
getUri
-
getConfig
-
getIdentityServiceConfig
-
setIdentityServiceConfig
-