this(command, kbuilderIdentifier, kbaseIdentifier, statefulKsessionName, kresults);
this.workingMemoryEntryPointName = workingMemoryEntryPointName;
}
public Object execute(Context context) {
KnowledgeCommandContext kcContext = new KnowledgeCommandContext( context,
(KnowledgeBuilder) context.get( this.kbuilderIdentifier ),
(KnowledgeBase) context.get( this.kbaseIdentifier ),
(StatefulKnowledgeSession) context.get( this.statefulKsessionName ),
(WorkingMemoryEntryPoint) context.get(this.workingMemoryEntryPointName),
(ExecutionResultImpl) context.get( this.kresults ) );