Uses of Interface
io.camunda.zeebe.client.api.command.DeployResourceCommandStep1.DeployResourceCommandStep2
Packages that use DeployResourceCommandStep1.DeployResourceCommandStep2
-
Uses of DeployResourceCommandStep1.DeployResourceCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return DeployResourceCommandStep1.DeployResourceCommandStep2Modifier and TypeMethodDescriptionDeployResourceCommandStep1.addProcessModel(BpmnModelInstance processDefinition, String resourceName) Add the given process as resource to the deployment.DeployResourceCommandStep1.addResourceBytes(byte[] resourceBytes, String resourceName) Add the given resource to the deployment.DeployResourceCommandStep1.addResourceFile(String filename) Add the given resource to the deployment.DeployResourceCommandStep1.addResourceFromClasspath(String classpathResource) Add the given resource to the deployment.DeployResourceCommandStep1.addResourceStream(InputStream resourceStream, String resourceName) Add the given resource to the deployment.DeployResourceCommandStep1.addResourceString(String resourceString, Charset charset, String resourceName) Add the given resource to the deployment.DeployResourceCommandStep1.addResourceStringUtf8(String resourceString, String resourceName) Add the given resource to the deployment. -
Uses of DeployResourceCommandStep1.DeployResourceCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement DeployResourceCommandStep1.DeployResourceCommandStep2Methods in io.camunda.zeebe.client.impl.command that return DeployResourceCommandStep1.DeployResourceCommandStep2Modifier and TypeMethodDescriptionDeployResourceCommandImpl.addProcessModel(BpmnModelInstance processDefinition, String resourceName) DeployResourceCommandImpl.addResourceBytes(byte[] resource, String resourceName) DeployResourceCommandImpl.addResourceFile(String filename) DeployResourceCommandImpl.addResourceFromClasspath(String classpathResource) DeployResourceCommandImpl.addResourceStream(InputStream resourceStream, String resourceName) DeployResourceCommandImpl.addResourceString(String resource, Charset charset, String resourceName) DeployResourceCommandImpl.addResourceStringUtf8(String resourceString, String resourceName)