Package org.flowable.engine.impl.cmd
Class GetEntityLinkParentsForTaskCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetEntityLinkParentsForTaskCmd
-
- All Implemented Interfaces:
Serializable,Command<List<org.flowable.entitylink.api.EntityLink>>
public class GetEntityLinkParentsForTaskCmd extends Object implements Command<List<org.flowable.entitylink.api.EntityLink>>, Serializable
- Author:
- Javier Casal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetEntityLinkParentsForTaskCmd(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
-
GetEntityLinkParentsForTaskCmd
public GetEntityLinkParentsForTaskCmd(String taskId)
-
-
Method Detail
-
execute
public List<org.flowable.entitylink.api.EntityLink> execute(CommandContext commandContext)
-
-