108109110111112113114
public CommandBasedStatefulKnowledgeSession(CommandService commandService) { this.commandService = commandService; } public int getId() { return commandService.execute( new GetIdCommand() ); }
107108109110111112113
113114115116117118119
114115116117118119120
109110111112113114115
93949596979899