Class GetAttachmentCommand

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

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

      • GetAttachmentCommand

        public GetAttachmentCommand()
      • GetAttachmentCommand

        public GetAttachmentCommand​(Long attachmentId)
    • Method Detail

      • getAttachmentId

        public Long getAttachmentId()
      • setAttachmentId

        public void setAttachmentId​(Long attachmentId)
      • execute

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