Class GetAllContentCommand

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<List<org.kie.api.task.model.Content>>, org.kie.api.command.ExecutableCommand<List<org.kie.api.task.model.Content>>

    public class GetAllContentCommand
    extends TaskCommand<List<org.kie.api.task.model.Content>>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetAllContentCommand

        public GetAllContentCommand()
      • GetAllContentCommand

        public GetAllContentCommand​(Long taskId)
    • Method Detail

      • execute

        public List<org.kie.api.task.model.Content> execute​(org.kie.api.runtime.Context cntxt)