Package org.flowable.engine.impl.cmd
Class GetIdentityLinksForProcessDefinitionCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetIdentityLinksForProcessDefinitionCmd
-
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.identitylink.api.IdentityLink>>
public class GetIdentityLinksForProcessDefinitionCmd extends Object implements Command<List<org.flowable.identitylink.api.IdentityLink>>, Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringprocessDefinitionId
-
Constructor Summary
Constructors Constructor Description GetIdentityLinksForProcessDefinitionCmd(String processDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.flowable.identitylink.api.IdentityLink>execute(CommandContext commandContext)
-
-
-
Field Detail
-
processDefinitionId
protected String processDefinitionId
-
-
Constructor Detail
-
GetIdentityLinksForProcessDefinitionCmd
public GetIdentityLinksForProcessDefinitionCmd(String processDefinitionId)
-
-
Method Detail
-
execute
public List<org.flowable.identitylink.api.IdentityLink> execute(CommandContext commandContext)
-
-