Class DeleteDeploymentCmd
- java.lang.Object
-
- com.flowable.content.engine.impl.cmd.DeleteDeploymentCmd
-
- All Implemented Interfaces:
Serializable
,Command<Void>
public class DeleteDeploymentCmd extends Object implements Command<Void>, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
deploymentId
-
Constructor Summary
Constructors Constructor Description DeleteDeploymentCmd(String deploymentId)
-