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 AppRestUrlBuilderAppRestResponseFactory. createUrlBuilder()static AppRestUrlBuilderAppRestUrlBuilder. fromCurrentRequest()Extracts the base URL from current requeststatic AppRestUrlBuilderAppRestUrlBuilder. fromRequest(javax.servlet.http.HttpServletRequest request)Extracts the base URL from the requeststatic AppRestUrlBuilderAppRestUrlBuilder. 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 AppDefinitionResponseAppRestResponseFactory. createAppDefinitionResponse(CoreAppDefinition appDefinition, AppRestUrlBuilder urlBuilder)AppDeploymentResponseAppRestResponseFactory. createAppDeploymentResponse(org.flowable.app.api.repository.AppDeployment deployment, AppRestUrlBuilder urlBuilder)AppDeploymentResourceResponseAppRestResponseFactory. createDeploymentResourceResponse(java.lang.String deploymentId, java.lang.String resourceId, java.lang.String contentType, AppRestUrlBuilder urlBuilder)PageDefinitionResponseAppRestResponseFactory. createPageDefinitionResponse(PageDefinition pageDefinition, AppRestUrlBuilder urlBuilder)