Uses of Interface
io.camunda.zeebe.client.api.command.CreateDocumentLinkCommandStep1
Packages that use CreateDocumentLinkCommandStep1
Package
Description
-
Uses of CreateDocumentLinkCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionZeebeClient.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReferenceResponse) Deprecated.Command to create a document link.ZeebeClient.newCreateDocumentLinkCommand(String documentId) Deprecated.Command to create a document link. -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCreateDocumentLinkCommandStep1.contentHash(String contentHash) Deprecated.Sets the documents content hash.Deprecated.Sets the document store ID.CreateDocumentLinkCommandStep1.timeToLive(Duration timeToLive) Deprecated.Sets the document link TTL. -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionZeebeClientImpl.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReference) ZeebeClientImpl.newCreateDocumentLinkCommand(String documentId) -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CreateDocumentLinkCommandStep1Methods in io.camunda.zeebe.client.impl.command that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCreateDocumentLinkCommandImpl.contentHash(String contentHash) CreateDocumentLinkCommandImpl.timeToLive(Duration timeToLive)