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