Package org.activiti.engine.impl.cmd
Class GetDeploymentResourceNamesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.GetDeploymentResourceNamesCmd
-
- All Implemented Interfaces:
Serializable,Command<List>
public class GetDeploymentResourceNamesCmd extends Object implements Command<List>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdeploymentId
-
Constructor Summary
Constructors Constructor Description GetDeploymentResourceNamesCmd(String deploymentId)
-