Uses of Interface
io.camunda.zeebe.client.api.command.DeployProcessCommandStep1.DeployProcessCommandBuilderStep2
Packages that use DeployProcessCommandStep1.DeployProcessCommandBuilderStep2
-
Uses of DeployProcessCommandStep1.DeployProcessCommandBuilderStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return DeployProcessCommandStep1.DeployProcessCommandBuilderStep2Modifier and TypeMethodDescriptionDeployProcessCommandStep1.addProcessModel(BpmnModelInstance processDefinition, String resourceName) Deprecated.Add the given process to the deployment.DeployProcessCommandStep1.addResourceBytes(byte[] resourceBytes, String resourceName) Deprecated.Add the given resource to the deployment.DeployProcessCommandStep1.addResourceFile(String filename) Deprecated.Add the given resource to the deployment.DeployProcessCommandStep1.addResourceFromClasspath(String classpathResource) Deprecated.Add the given resource to the deployment.DeployProcessCommandStep1.addResourceStream(InputStream resourceStream, String resourceName) Deprecated.Add the given resource to the deployment.DeployProcessCommandStep1.addResourceString(String resourceString, Charset charset, String resourceName) Deprecated.Add the given resource to the deployment.DeployProcessCommandStep1.addResourceStringUtf8(String resourceString, String resourceName) Deprecated.Add the given resource to the deployment. -
Uses of DeployProcessCommandStep1.DeployProcessCommandBuilderStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement DeployProcessCommandStep1.DeployProcessCommandBuilderStep2Methods in io.camunda.zeebe.client.impl.command that return DeployProcessCommandStep1.DeployProcessCommandBuilderStep2Modifier and TypeMethodDescriptionDeployProcessCommandImpl.addProcessModel(BpmnModelInstance processDefinition, String resourceName) DeployProcessCommandImpl.addResourceBytes(byte[] resource, String resourceName) DeployProcessCommandImpl.addResourceFile(String filename) DeployProcessCommandImpl.addResourceFromClasspath(String classpathResource) DeployProcessCommandImpl.addResourceStream(InputStream resourceStream, String resourceName) DeployProcessCommandImpl.addResourceString(String resource, Charset charset, String resourceName) DeployProcessCommandImpl.addResourceStringUtf8(String resourceString, String resourceName)