Class GetPolicyDefinitionLinksCmd
java.lang.Object
com.flowable.policy.engine.impl.cmd.GetPolicyDefinitionLinksCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<PolicyDefinitionLink>>
public class GetPolicyDefinitionLinksCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<List<PolicyDefinitionLink>>
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
policyDefinitionId
-
-
Constructor Details
-
GetPolicyDefinitionLinksCmd
-
-
Method Details
-
execute
public List<PolicyDefinitionLink> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<List<PolicyDefinitionLink>>
-