Uses of Class
io.camunda.client.protocol.rest.DocumentReference
Packages that use DocumentReference
-
Uses of DocumentReference in io.camunda.client.impl.response
Methods in io.camunda.client.impl.response that return DocumentReferenceConstructors in io.camunda.client.impl.response with parameters of type DocumentReference -
Uses of DocumentReference in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return DocumentReferenceModifier and TypeMethodDescriptionDocumentReference.camundaDocumentType(DocumentReference.CamundaDocumentTypeEnum camundaDocumentType) DocumentReference.contentHash(String contentHash) DocumentReference.documentId(String documentId) AgentInstanceDocumentContent.getDocumentReference()A reference to a document stored in the Camunda Document Store.DocumentReference.metadata(DocumentMetadataResponse metadata) Methods in io.camunda.client.protocol.rest that return types with arguments of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.getCreatedDocuments()Documents that failed creation.Methods in io.camunda.client.protocol.rest with parameters of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.addCreatedDocumentsItem(DocumentReference createdDocumentsItem) AgentInstanceDocumentContent.documentReference(DocumentReference documentReference) voidAgentInstanceDocumentContent.setDocumentReference(DocumentReference documentReference) Method parameters in io.camunda.client.protocol.rest with type arguments of type DocumentReferenceModifier and TypeMethodDescriptionDocumentCreationBatchResponse.createdDocuments(List<DocumentReference> createdDocuments) voidDocumentCreationBatchResponse.setCreatedDocuments(List<DocumentReference> createdDocuments)