Class GetGroupsCommand

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

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

      • GetGroupsCommand

        public GetGroupsCommand()
    • Method Detail

      • execute

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