Uses of Interface
io.camunda.zeebe.client.api.response.DocumentReferenceResponse
Packages that use DocumentReferenceResponse
Package
Description
-
Uses of DocumentReferenceResponse in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client with parameters of type DocumentReferenceResponseModifier and TypeMethodDescriptionZeebeClient.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReferenceResponse) Deprecated.Command to create a document link.ZeebeClient.newDeleteDocumentCommand(DocumentReferenceResponse documentReferenceResponse) Deprecated.Command to delete a document.ZeebeClient.newDocumentContentGetRequest(DocumentReferenceResponse documentReferenceResponse) Deprecated.Command to get a document. -
Uses of DocumentReferenceResponse in io.camunda.zeebe.client.api.response
Methods in io.camunda.zeebe.client.api.response that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionDocumentReferenceBatchResponse.getCreatedDocuments()Deprecated. -
Uses of DocumentReferenceResponse in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl with parameters of type DocumentReferenceResponseModifier and TypeMethodDescriptionZeebeClientImpl.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReference) ZeebeClientImpl.newDeleteDocumentCommand(DocumentReferenceResponse documentReference) ZeebeClientImpl.newDocumentContentGetRequest(DocumentReferenceResponse documentReference) -
Uses of DocumentReferenceResponse in io.camunda.zeebe.client.impl.command
Methods in io.camunda.zeebe.client.impl.command that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionCreateDocumentCommandImpl.requestTimeout(Duration requestTimeout) CreateDocumentCommandImpl.send() -
Uses of DocumentReferenceResponse in io.camunda.zeebe.client.impl.response
Classes in io.camunda.zeebe.client.impl.response that implement DocumentReferenceResponseMethods in io.camunda.zeebe.client.impl.response that return types with arguments of type DocumentReferenceResponseModifier and TypeMethodDescriptionDocumentReferenceBatchResponse.getCreatedDocuments()DocumentReferenceBatchResponseImpl.getCreatedDocuments()