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