Class GetAllAttachmentsCommand

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

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

      • GetAllAttachmentsCommand

        public GetAllAttachmentsCommand()
      • GetAllAttachmentsCommand

        public GetAllAttachmentsCommand​(Long taskId)
    • Method Detail

      • execute

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