Uses of Class
com.flowable.app.rest.AppRestUrlBuilder
Package | Description |
---|---|
com.flowable.app.rest |
-
Uses of AppRestUrlBuilder in com.flowable.app.rest
Methods in com.flowable.app.rest that return AppRestUrlBuilder Modifier and Type Method Description protected AppRestUrlBuilder
AppRestResponseFactory. createUrlBuilder()
static AppRestUrlBuilder
AppRestUrlBuilder. fromCurrentRequest()
Extracts the base URL from current requeststatic AppRestUrlBuilder
AppRestUrlBuilder. fromRequest(javax.servlet.http.HttpServletRequest request)
Extracts the base URL from the requeststatic AppRestUrlBuilder
AppRestUrlBuilder. usingBaseUrl(java.lang.String baseUrl)
Uses baseUrl as the base URLMethods in com.flowable.app.rest with parameters of type AppRestUrlBuilder Modifier and Type Method Description AppDefinitionResponse
AppRestResponseFactory. createAppDefinitionResponse(CoreAppDefinition appDefinition, AppRestUrlBuilder urlBuilder)
AppDeploymentResponse
AppRestResponseFactory. createAppDeploymentResponse(org.flowable.app.api.repository.AppDeployment deployment, AppRestUrlBuilder urlBuilder)
AppDeploymentResourceResponse
AppRestResponseFactory. createDeploymentResourceResponse(java.lang.String deploymentId, java.lang.String resourceId, java.lang.String contentType, AppRestUrlBuilder urlBuilder)
PageDefinitionResponse
AppRestResponseFactory. createPageDefinitionResponse(PageDefinition pageDefinition, AppRestUrlBuilder urlBuilder)