Uses of Class
org.flowable.ui.admin.service.AttachmentResponseInfo
-
Packages that use AttachmentResponseInfo Package Description org.flowable.ui.admin.service.engine -
-
Uses of AttachmentResponseInfo in org.flowable.ui.admin.service.engine
Methods in org.flowable.ui.admin.service.engine that return AttachmentResponseInfo Modifier and Type Method Description AttachmentResponseInfoFlowableClientService. executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request, String userName, String password)AttachmentResponseInfoFlowableClientService. executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request, String userName, String password, Integer... expectedStatusCodes)AttachmentResponseInfoFlowableClientService. executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request, ServerConfig serverConfig)AttachmentResponseInfoFlowableClientService. executeDownloadRequest(org.apache.http.client.methods.HttpUriRequest request, ServerConfig serverConfig, Integer... expectedStatusCodes)
-