Package org.jbpm.services.task.commands
Class GetContentByIdCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<org.kie.api.task.model.Content>
-
- org.jbpm.services.task.commands.GetContentByIdCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<org.kie.api.task.model.Content>,org.kie.api.command.ExecutableCommand<org.kie.api.task.model.Content>
public class GetContentByIdCommand extends TaskCommand<org.kie.api.task.model.Content>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupIds, targetEntityId, taskId, userId
-
-
Constructor Summary
Constructors Constructor Description GetContentByIdCommand()GetContentByIdCommand(Long contentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.task.model.Contentexecute(org.kie.api.runtime.Context cntxt)LonggetContentId()voidsetContentId(Long contentId)-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
GetContentByIdCommand
public GetContentByIdCommand()
-
GetContentByIdCommand
public GetContentByIdCommand(Long contentId)
-
-