java.lang.Object
com.flowable.platform.engine.impl.cmd.GetDeploymentResourceNamesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<String>>
public class GetDeploymentResourceNamesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<String>>
- Author:
- Yvo Swillens
-
-
Constructor Summary
Constructors
-
Method Summary
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
GetDeploymentResourceNamesCmd
public GetDeploymentResourceNamesCmd(String deploymentId)
-
Method Details
-
execute
public List<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interface org.flowable.common.engine.impl.interceptor.Command<List<String>>