Uses of Interface
org.bonitasoft.web.client.model.Application
Packages that use Application
Package
Description
-
Uses of Application in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ApplicationModifier and TypeMethodDescriptionApplicationApi.createApplication(CreateApplicationRequest body) Deprecated.ApplicationApi.getApplicationById(String id) Finds a living application by ID Returns a single application for the given IDApplicationApi.updateApplicationById(String id, ApplicationUpdateRequest applicationUpdateRequest) Deprecated.Methods in org.bonitasoft.web.client.api that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationApi.createApplicationWithHttpInfo(CreateApplicationRequest body) Deprecated.ApplicationApi.getApplicationByIdWithHttpInfo(String id) Finds a living application by ID Similar togetApplicationByIdbut it also returns the http response headers .Finds living applications Finds living applications with pagination params and filters - can order on `id`,`creationDate`, `createdBy`, `profileId`, `token`, `displayName`, `updatedBy`, `lastUpdateDate`, `version`, `link` - can search on `token`, `displayName`, `version`, `link` - can filter on `token`, `displayName`, `version`, `link`, `profileId`, `creationDate`, `createdBy`, `updatedBy` , `lastUpdateDate`, `userId`ApplicationApi.searchApplications(ApplicationApi.SearchApplicationsQueryParams queryParams) Finds living applications Finds living applications with pagination params and filters - can order on `id`,`creationDate`, `createdBy`, `profileId`, `token`, `displayName`, `updatedBy`, `lastUpdateDate`, `version`, `link` - can search on `token`, `displayName`, `version`, `link` - can filter on `token`, `displayName`, `version`, `link`, `profileId`, `creationDate`, `createdBy`, `updatedBy` , `lastUpdateDate`, `userId` Note, this is equivalent to the othersearchApplicationsmethod, but with the query parameters collected into a single Map parameter.ApplicationApi.searchApplicationsWithHttpInfo(Integer p, Integer c, List<String> f, String o, String s) Finds living applications Similar tosearchApplicationsbut it also returns the http response headers .ApplicationApi.searchApplicationsWithHttpInfo(ApplicationApi.SearchApplicationsQueryParams queryParams) Finds living applications Finds living applications with pagination params and filters - can order on `id`,`creationDate`, `createdBy`, `profileId`, `token`, `displayName`, `updatedBy`, `lastUpdateDate`, `version`, `link` - can search on `token`, `displayName`, `version`, `link` - can filter on `token`, `displayName`, `version`, `link`, `profileId`, `creationDate`, `createdBy`, `updatedBy` , `lastUpdateDate`, `userId` Note, this is equivalent to the othersearchApplicationsthat receives the query parameters as a map, but this one also exposes the Http response headersApplicationApi.updateApplicationByIdWithHttpInfo(String id, ApplicationUpdateRequest applicationUpdateRequest) Deprecated. -
Uses of Application in org.bonitasoft.web.client.model
Classes in org.bonitasoft.web.client.model that implement ApplicationModifier and TypeClassDescriptionclassContains the meta information of a Bonita Living Application Link.classContains the meta information of a legacy Bonita Living Application. -
Uses of Application in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return ApplicationModifier and TypeMethodDescriptionApplicationService.getApplication(String applicationToken) Return The application for the given token or throw aNotFoundExceptionMethods in org.bonitasoft.web.client.services that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationService.searchApplications(int page, int count) ApplicationService.searchApplications(ApplicationApi.SearchApplicationsQueryParams params) -
Uses of Application in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl that return ApplicationModifier and TypeMethodDescriptionDefaultApplicationService.getApplication(String applicationToken) Methods in org.bonitasoft.web.client.services.impl that return types with arguments of type ApplicationModifier and TypeMethodDescriptionDefaultApplicationService.searchApplications(int page, int count) DefaultApplicationService.searchApplications(ApplicationApi.SearchApplicationsQueryParams params)