Package | Description |
---|---|
org.kie.api.builder.model |
Modifier and Type | Method and Description |
---|---|
WorkItemHandlerModel |
KieSessionModel.newWorkItemHandlerModel(String name,
String type)
Creates a new WorkItemHandlerModel of the given type (i.e. the name of the class implementing it)
and add it to this KieSessionModel
|
Modifier and Type | Method and Description |
---|---|
List<WorkItemHandlerModel> |
KieSessionModel.getWorkItemHandlerModels()
Returns all the WorkItemHandlerModels defined for this KieSessionModel
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.