113114115116117118119
public CommandBasedStatefulKnowledgeSession(CommandService commandService) { this.commandService = commandService; } public int getId() { return commandService.execute( new GetIdCommand() ); }
114115116117118119120
112113114115116117118
110111112113114115116