Uses of Class
com.flowable.content.rest.ContentRestUrlBuilder
| Package | Description |
|---|---|
| com.flowable.content.rest |
-
Uses of ContentRestUrlBuilder in com.flowable.content.rest
Methods in com.flowable.content.rest that return ContentRestUrlBuilder Modifier and Type Method Description protected ContentRestUrlBuilderContentRestResponseFactory. createUrlBuilder()static ContentRestUrlBuilderContentRestUrlBuilder. fromCurrentRequest()Extracts the base URL from current requeststatic ContentRestUrlBuilderContentRestUrlBuilder. fromRequest(javax.servlet.http.HttpServletRequest request)Extracts the base URL from the requeststatic ContentRestUrlBuilderContentRestUrlBuilder. usingBaseUrl(java.lang.String baseUrl)Uses baseUrl as the base URLMethods in com.flowable.content.rest with parameters of type ContentRestUrlBuilder Modifier and Type Method Description ContentItemResponseContentRestResponseFactory. createContentItemResponse(CoreContentItem contentItem, ContentRestUrlBuilder urlBuilder)DeploymentResourceResponseContentRestResponseFactory. createDeploymentResourceResponse(java.lang.String deploymentId, java.lang.String resourceId, java.lang.String contentType, ContentRestUrlBuilder urlBuilder)DocumentDeploymentResponseContentRestResponseFactory. createDeploymentResponse(DocumentDeployment deployment, ContentRestUrlBuilder urlBuilder)DocumentDefinitionResponseContentRestResponseFactory. createDocumentDefinitionResponse(DocumentDefinition documentDefinition, ContentRestUrlBuilder urlBuilder)RenditionItemResponseContentRestResponseFactory. createRenditionItemResponse(RenditionItem renditionItem, ContentRestUrlBuilder urlBuilder)org.flowable.common.rest.variable.EngineRestVariableContentRestResponseFactory. createRestMetadata(java.lang.String name, java.lang.Object value, java.lang.String id, ContentRestUrlBuilder urlBuilder)