Uses of Interface
io.camunda.client.api.response.DocumentReferenceResponse
Packages that use DocumentReferenceResponse
Package
Description
-
Uses of DocumentReferenceResponse in io.camunda.client
Methods in io.camunda.client with parameters of type DocumentReferenceResponseModifier and TypeMethodDescriptionCamundaClient.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newDeleteDocumentCommand(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newDocumentContentGetRequest(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development. -
Uses of DocumentReferenceResponse in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return DocumentReferenceResponseModifier and TypeMethodDescriptionAgentInstanceHistoryContent.DocumentContent.getDocumentReference()Returns the document reference, ornullif the server omitted it.Methods in io.camunda.client.api.command with parameters of type DocumentReferenceResponseModifier and TypeMethodDescriptionAgentInstanceHistoryContent.document(DocumentReferenceResponse documentReference) Creates a document-reference content block from aDocumentReferenceResponsereturned by other document APIs (e.g. upload or create-link).Constructors in io.camunda.client.api.command with parameters of type DocumentReferenceResponse -
Uses of DocumentReferenceResponse in io.camunda.client.api.response
Methods in io.camunda.client.api.response that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionDocumentReferenceBatchResponse.getCreatedDocuments()ActivatedJob.getDocumentReferences(String name) -
Uses of DocumentReferenceResponse in io.camunda.client.impl
Methods in io.camunda.client.impl with parameters of type DocumentReferenceResponseModifier and TypeMethodDescriptionCamundaClientImpl.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReference) CamundaClientImpl.newDeleteDocumentCommand(DocumentReferenceResponse documentReference) CamundaClientImpl.newDocumentContentGetRequest(DocumentReferenceResponse documentReference) -
Uses of DocumentReferenceResponse in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionCreateDocumentCommandImpl.requestTimeout(Duration requestTimeout) CreateDocumentCommandImpl.send() -
Uses of DocumentReferenceResponse in io.camunda.client.impl.response
Classes in io.camunda.client.impl.response that implement DocumentReferenceResponseMethods in io.camunda.client.impl.response that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionDocumentReferenceBatchResponseImpl.getCreatedDocuments()ActivatedJobImpl.getDocumentReferences(String name)