Uses of Interface
io.camunda.client.api.command.CreateDocumentLinkCommandStep1
Packages that use CreateDocumentLinkCommandStep1
Package
Description
-
Uses of CreateDocumentLinkCommandStep1 in io.camunda.client
Methods in io.camunda.client that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReferenceResponse) Experimental: This method is under development.CamundaClient.newCreateDocumentLinkCommand(String documentId) Experimental: This method is under development. -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCreateDocumentLinkCommandStep1.contentHash(String contentHash) Sets the documents content hash.Sets the document store ID.CreateDocumentLinkCommandStep1.timeToLive(Duration timeToLive) Sets the document link TTL. -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newCreateDocumentLinkCommand(DocumentReferenceResponse documentReference) CamundaClientImpl.newCreateDocumentLinkCommand(String documentId) -
Uses of CreateDocumentLinkCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement CreateDocumentLinkCommandStep1Methods in io.camunda.client.impl.command that return CreateDocumentLinkCommandStep1Modifier and TypeMethodDescriptionCreateDocumentLinkCommandImpl.contentHash(String contentHash) CreateDocumentLinkCommandImpl.timeToLive(Duration timeToLive)