Class GetDeploymentDmnModelInstanceCmd
java.lang.Object
org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDmnModelInstanceCmd
- All Implemented Interfaces:
Command<org.camunda.bpm.model.dmn.DmnModelInstance>
public class GetDeploymentDmnModelInstanceCmd
extends Object
implements Command<org.camunda.bpm.model.dmn.DmnModelInstance>
Gives access to a deployed DMN model instance which can be accessed by the
DMN model API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.camunda.bpm.model.dmn.DmnModelInstance
execute
(CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable