Class GetActionInstanceIdentityLinksCmd
- java.lang.Object
-
- com.flowable.action.engine.impl.cmd.GetActionInstanceIdentityLinksCmd
-
- All Implemented Interfaces:
Command<List<IdentityLink>>
public class GetActionInstanceIdentityLinksCmd extends Object implements Command<List<IdentityLink>>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected String
actionInstanceId
-
Constructor Summary
Constructors Constructor Description GetActionInstanceIdentityLinksCmd(String actionInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IdentityLink>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
actionInstanceId
protected String actionInstanceId
-
-
Constructor Detail
-
GetActionInstanceIdentityLinksCmd
public GetActionInstanceIdentityLinksCmd(String actionInstanceId)
-
-
Method Detail
-
execute
public List<IdentityLink> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<IdentityLink>>
-
-