示例#1
0
 public Object execute(Context context) {
   KieSession ksession = ((KnowledgeCommandContext) context).getKieSession();
   ksession.getEntryPoint(handle.getEntryPointId()).retract(handle);
   return null;
 }