Uses of Interface
org.operaton.bpm.engine.repository.DeploymentWithDefinitions
Packages that use DeploymentWithDefinitions
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService.-
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionRepositoryServiceImpl.deployWithResult(DeploymentBuilderImpl deploymentBuilder) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.impl.cmd
Methods in org.operaton.bpm.engine.impl.cmd that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsDeployCmd.doExecute(CommandContext commandContext) DeployCmd.execute(CommandContext commandContext) Methods in org.operaton.bpm.engine.impl.cmd with parameters of type DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected List<? extends ProcessDefinition> DeployCmd.getDeployedProcesses(CommandContext commandContext, DeploymentWithDefinitions deployment) protected voidDeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentWithDefinitions deployment) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.impl.persistence.entity
Classes in org.operaton.bpm.engine.impl.persistence.entity that implement DeploymentWithDefinitionsModifier and TypeClassDescriptionclassclassclassFields in org.operaton.bpm.engine.impl.persistence.entity declared as DeploymentWithDefinitionsModifier and TypeFieldDescriptionprotected DeploymentWithDefinitionsProcessApplicationDeploymentImpl.deploymentConstructors in org.operaton.bpm.engine.impl.persistence.entity with parameters of type DeploymentWithDefinitionsModifierConstructorDescriptionProcessApplicationDeploymentImpl(DeploymentWithDefinitions deployment, ProcessApplicationRegistration registration) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.impl.repository
Methods in org.operaton.bpm.engine.impl.repository that return DeploymentWithDefinitions -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.repository
Subinterfaces of DeploymentWithDefinitions in org.operaton.bpm.engine.repositoryMethods in org.operaton.bpm.engine.repository that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionDeploymentBuilder.deployWithResult()Deploys all provided sources to the process engine and returns the created deployment with the deployed definitions. -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.rest.dto.repository
Methods in org.operaton.bpm.engine.rest.dto.repository with parameters of type DeploymentWithDefinitionsModifier and TypeMethodDescriptionstatic DeploymentWithDefinitionsDtoDeploymentWithDefinitionsDto.fromDeployment(DeploymentWithDefinitions deployment) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.rest.sub.repository.impl
Methods in org.operaton.bpm.engine.rest.sub.repository.impl that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsDeploymentResourceImpl.tryToRedeploy(RedeploymentDto redeployment) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.test.junit5
Methods in org.operaton.bpm.engine.test.junit5 with type parameters of type DeploymentWithDefinitionsModifier and TypeMethodDescription<T extends DeploymentWithDefinitions>
TProcessEngineTestExtension.deploy(DeploymentBuilder deploymentBuilder) Methods in org.operaton.bpm.engine.test.junit5 that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsProcessEngineTestExtension.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) ProcessEngineTestExtension.deploy(BpmnModelInstance... bpmnModelInstances) -
Uses of DeploymentWithDefinitions in org.operaton.bpm.engine.test.util
Methods in org.operaton.bpm.engine.test.util with type parameters of type DeploymentWithDefinitionsModifier and TypeMethodDescription<T extends DeploymentWithDefinitions>
TProcessEngineTestRule.deploy(DeploymentBuilder deploymentBuilder) Methods in org.operaton.bpm.engine.test.util that return DeploymentWithDefinitionsModifier and TypeMethodDescriptionprotected DeploymentWithDefinitionsProcessEngineTestRule.deploy(DeploymentBuilder deploymentBuilder, List<BpmnModelInstance> bpmnModelInstances, List<String> resources) ProcessEngineTestRule.deploy(BpmnModelInstance... bpmnModelInstances)