Uses of Class
org.alfresco.rest.core.RestWrapper
Packages that use RestWrapper
Package
Description
-
Uses of RestWrapper in org.alfresco.rest
Fields in org.alfresco.rest declared as RestWrapper -
Uses of RestWrapper in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestWrapperModifier and TypeMethodDescriptionRestWrapper.assertHeaderValueContains(String headerName, String expectedHeaderValue) Verify response header contains a specific value Example: assertHeaderValueContains("Content-Disposition", "filename=\"myfile.txt\"");RestWrapper.assertLastExceptionContains(String exception) RestWrapper.assertStatusCodeIs(org.springframework.http.HttpStatus statusCode) Assert that a specific status code is returnedRestWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel) Authenticate specific user to Alfresco REST APIRestWrapper.clearBasePath()just clear the base pathRestWrapper.noAuthentication()RestWrapper.usingContentType(io.restassured.http.ContentType defaultContentType) Construct the Where clause of any REST API call You can use the where parameter to restrict the list in the response to entries of a specific kind.RestWrapper.withParams(String... parameters) Send key=value parameters. -
Uses of RestWrapper in org.alfresco.rest.model.builder
Constructors in org.alfresco.rest.model.builder with parameters of type RestWrapperModifierConstructorDescriptionNodesBuilder(RestWrapper restWrapper, org.alfresco.utility.model.RepoTestModel repoModel) How you can use to create nested nodes: will create in Admin's Repository: - F1-P-randomname> - F1-P-randomname - F3-P-randomname ------file1-randomname ------file2-randomname ------F3-randomnamerestClient.authenticateUser(dataUser.getAdminUser()).withCoreAPI() .usingNode(ContentModel.my()) .createHierarcy() .folder("F1-P") .folder("F2-P") .folder("F3-P") .file("file1") .file("file2") .folder("F4") -
Uses of RestWrapper in org.alfresco.rest.repo.resource
Constructors in org.alfresco.rest.repo.resource with parameters of type RestWrapperModifierConstructorDescriptionCategories(RestWrapper restClient, org.alfresco.utility.data.DataUser dataUser) Categories(RestWrapper restClient, org.alfresco.utility.model.UserModel user) Files(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.data.DataUser dataUser) Files(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.data.DataUser dataUser, org.alfresco.utility.data.DataSite dataSite) Files(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.model.UserModel user, org.alfresco.utility.model.SiteModel site) Folders(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.data.DataUser dataUser) Folders(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.data.DataUser dataUser, org.alfresco.utility.data.DataSite dataSite) Folders(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.model.UserModel user, org.alfresco.utility.model.SiteModel site) Folders(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.model.UserModel user, org.alfresco.utility.model.SiteModel site, Files files) -
Uses of RestWrapper in org.alfresco.rest.repo.resource.category
Constructors in org.alfresco.rest.repo.resource.category with parameters of type RestWrapperModifierConstructorDescriptionNestedCategoriesCreator(RestWrapper restClient, Map<String, RestCategoryModel> categories) RepoCategoryCreator(RestWrapper restClient, Map<String, RestCategoryModel> categoriesCache) RepoCategoryModifier(RestWrapper restClient, RestCategoryModel category, Map<String, RestCategoryModel> categoriesCache) SerialCategoriesCreator(RestWrapper restClient, Map<String, RestCategoryModel> categoriesCache) -
Uses of RestWrapper in org.alfresco.rest.repo.resource.content
Constructors in org.alfresco.rest.repo.resource.content with parameters of type RestWrapperModifierConstructorDescriptionprotectedMultiContentCreator(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, Files files, Map<String, org.alfresco.utility.model.FolderModel> folders) PlainFileModifier(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.model.FileModel file, Map<String, org.alfresco.utility.model.FileModel> filesCache) RepoFolderModifier(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, org.alfresco.utility.model.FolderModel folder, Files files, Map<String, org.alfresco.utility.model.FolderModel> foldersCache) -
Uses of RestWrapper in org.alfresco.rest.repo.resource.general
Methods in org.alfresco.rest.repo.resource.general with parameters of type RestWrapperModifier and TypeMethodDescriptionprotected NodeMultipleResourcesCreator.buildNodeRestRequest(RestWrapper restClient, org.alfresco.utility.model.RepoTestModel node) protected NodeResourceCreator.buildNodeRestRequest(RestWrapper restClient, org.alfresco.utility.model.RepoTestModel node) protected NodeResourceModifier.buildNodeRestRequest(RestWrapper restClient, org.alfresco.utility.model.RepoTestModel node) Constructors in org.alfresco.rest.repo.resource.general with parameters of type RestWrapperModifierConstructorDescriptionprotectedContentModifier(org.alfresco.utility.data.DataContent dataContent, RestWrapper restClient, CONTENT contentModel) -
Uses of RestWrapper in org.alfresco.rest.requests
Fields in org.alfresco.rest.requests declared as RestWrapperMethods in org.alfresco.rest.requests that return RestWrapperModifier and TypeMethodDescriptionPeople.deleteFileFromFavorites(org.alfresco.utility.model.FileModel fileModel) Delete a file from favorites for a specific user using DELETE call on "people/{personId}/favorites/{favoriteId}"People.deleteFolderFromFavorites(org.alfresco.utility.model.FolderModel folderModel) Delete a folder from favorites for a specific user using DELETE call on "people/{personId}/favorites/{favoriteId}"People.deleteSiteFromFavorites(org.alfresco.utility.model.SiteModel site) Delete site from favorites for a specific user using DELETE call on "people/{personId}/favorites/{favoriteId}"Constructors in org.alfresco.rest.requests with parameters of type RestWrapperModifierConstructorDescriptionActions(RestWrapper restWrapper) AdminConsole(RestWrapper restWrapper) Audit(RestWrapper restWrapper) Categories(RestWrapper restWrapper, RestCategoryModel category) ContentStorageInformation(RestWrapper restWrapper) CustomAspectModelManager(org.alfresco.utility.model.CustomContentModel customContentModel, org.alfresco.utility.model.CustomAspectModel aspectModel, RestWrapper restWrapper) CustomModelManager(RestWrapper restWrapper) CustomModelManager(org.alfresco.utility.model.CustomContentModel customContentModel, RestWrapper restWrapper) CustomModelProperties(RestWrapper restWrapper) CustomTypeManager(org.alfresco.utility.model.CustomContentModel customContentModel, RestCustomTypeModel customTypeModel, RestWrapper restWrapper) Deployments(RestWrapper restWrapper) Deployments(RestDeploymentModel deployment, RestWrapper restWrapper) Downloads(RestWrapper restWrapper) Downloads(RestDownloadsModel downloadsModel, RestWrapper restWrapper) FolderRules(RestWrapper restWrapper) Groups(RestWrapper restWrapper) ModelRequest(RestWrapper restWrapper) Networks(RestWrapper restWrapper) Node(RestWrapper restWrapper) Node(org.alfresco.utility.model.RepoTestModel repoModel, RestWrapper restWrapper) People(org.alfresco.utility.model.UserModel person, RestWrapper restWrapper) ProcessDefinitions(RestWrapper restWrapper) ProcessDefinitions(RestProcessDefinitionModel processDefinition, RestWrapper restWrapper) Processes(RestWrapper restWrapper) Processes(org.alfresco.utility.model.ProcessModel processModel, RestWrapper restWrapper) Queries(RestWrapper restWrapper) RuleSettings(RestWrapper restWrapper) SharedLinks(RestWrapper restWrapper) Site(org.alfresco.utility.model.SiteModel site, RestWrapper restWrapper) Tags(RestTagModel tag, RestWrapper restWrapper) Task(RestWrapper restWrapper) Task(RestWrapper restWrapper, org.alfresco.utility.model.TaskModel task) Tenant(RestWrapper restWrapper, RestProperties restProperties) Trashcan(RestWrapper restWrapper) -
Uses of RestWrapper in org.alfresco.rest.requests.aosAPI
Constructors in org.alfresco.rest.requests.aosAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.authAPI
Constructors in org.alfresco.rest.requests.authAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.cmisAPI
Constructors in org.alfresco.rest.requests.cmisAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.coreAPI
Constructors in org.alfresco.rest.requests.coreAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.discoveryAPI
Constructors in org.alfresco.rest.requests.discoveryAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.modelAPI
Constructors in org.alfresco.rest.requests.modelAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.privateAPI
Constructors in org.alfresco.rest.requests.privateAPI with parameters of type RestWrapper -
Uses of RestWrapper in org.alfresco.rest.requests.search
Constructors in org.alfresco.rest.requests.search with parameters of type RestWrapperModifierConstructorDescriptionSearchAPI(RestWrapper restWrapper) SearchSQLAPI(RestWrapper restWrapper) SearchSQLJDBC(RestWrapper restWrapper) ShardInfoAPI(RestWrapper restWrapper) ConstructorSolrAdminAPI(RestWrapper restWrapper) SolrAPI(RestWrapper restWrapper) -
Uses of RestWrapper in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestWrapperModifier and TypeMethodDescriptionSync.endSync(RestSyncNodeSubscriptionModel nodeSubscriptionModel, RestSyncSetRequestModel sync) Constructors in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestWrapperModifierConstructorDescriptionHealthcheck(RestWrapper restWrapper) Subscribers(RestWrapper restWrapper) Subscriptions(RestSubscriberModel subscriber, RestWrapper restWrapper) Sync(RestSyncNodeSubscriptionModel subscription, RestWrapper restWrapper) -
Uses of RestWrapper in org.alfresco.rest.requests.workflowAPI
Constructors in org.alfresco.rest.requests.workflowAPI with parameters of type RestWrapper