Class FindContentItemsByTaskIdCmd
- java.lang.Object
-
- com.flowable.content.engine.impl.cmd.FindContentItemsByTaskIdCmd
-
- All Implemented Interfaces:
Serializable
,Command<List<CoreContentItem>>
public class FindContentItemsByTaskIdCmd extends Object implements Command<List<CoreContentItem>>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindContentItemsByTaskIdCmd(String taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CoreContentItem>
execute(CommandContext commandContext)
-
-
-
Field Detail
-
taskId
protected String taskId
-
-
Constructor Detail
-
FindContentItemsByTaskIdCmd
public FindContentItemsByTaskIdCmd(String taskId)
-
-
Method Detail
-
execute
public List<CoreContentItem> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<List<CoreContentItem>>
-
-