Class 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
    • Constructor Detail

      • GetContentByIdCommand

        public GetContentByIdCommand()
      • GetContentByIdCommand

        public GetContentByIdCommand​(Long contentId)
    • Method Detail

      • getContentId

        public Long getContentId()
      • setContentId

        public void setContentId​(Long contentId)
      • execute

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