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