Class GetContentByIdForUserCommand

  • 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 GetContentByIdForUserCommand
    extends UserGroupCallbackTaskCommand<org.kie.api.task.model.Content>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetContentByIdForUserCommand

        public GetContentByIdForUserCommand()
      • GetContentByIdForUserCommand

        public GetContentByIdForUserCommand​(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)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<org.kie.api.task.model.Content>
        Overrides:
        execute in class UserGroupCallbackTaskCommand<org.kie.api.task.model.Content>