이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.20. Performing a StatelessKnowledgeSession Execution with the InsertElements Command
This is the code for performing a StatelessKnowledgeSession execution with the InsertElements Command:
ksession.execute( CommandFactory.newInsertElements( collection ) );
Note
To insert the collection and its individual elements, use
CommandFactory.newInsert(collection).