Uses of Class
org.kie.internal.runtime.conf.NamedObjectModel
-
Packages that use NamedObjectModel Package Description org.kie.internal.runtime.conf org.kie.internal.runtime.manager.deploy -
-
Uses of NamedObjectModel in org.kie.internal.runtime.conf
Methods in org.kie.internal.runtime.conf that return types with arguments of type NamedObjectModel Modifier and Type Method Description List<NamedObjectModel>
DeploymentDescriptor. getConfiguration()
List of kiesession configuration entries to be registeredList<NamedObjectModel>
DeploymentDescriptor. getEnvironmentEntries()
List of (kie) environment entries to be registeredList<NamedObjectModel>
DeploymentDescriptor. getGlobals()
Return list of globals to be applied onKieSession
List<NamedObjectModel>
DeploymentDescriptor. getWorkItemHandlers()
Return list of work item handlers to be applied onKieSession
Methods in org.kie.internal.runtime.conf with parameters of type NamedObjectModel Modifier and Type Method Description DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. addConfiguration(NamedObjectModel model)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. addEnvironmentEntry(NamedObjectModel model)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. addGlobal(NamedObjectModel model)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. addWorkItemHandler(NamedObjectModel model)
Method parameters in org.kie.internal.runtime.conf with type arguments of type NamedObjectModel Modifier and Type Method Description DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. setConfiguration(List<NamedObjectModel> models)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. setEnvironmentEntries(List<NamedObjectModel> models)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. setGlobals(List<NamedObjectModel> models)
DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. setWorkItemHandlers(List<NamedObjectModel> models)
-
Uses of NamedObjectModel in org.kie.internal.runtime.manager.deploy
Subclasses of NamedObjectModel in org.kie.internal.runtime.manager.deploy Modifier and Type Class Description class
TransientNamedObjectModel
Methods in org.kie.internal.runtime.manager.deploy that return types with arguments of type NamedObjectModel Modifier and Type Method Description protected Set<NamedObjectModel>
DeploymentDescriptorImpl. cleanNamedSet(Set<NamedObjectModel> input)
List<NamedObjectModel>
DeploymentDescriptorImpl. getConfiguration()
List<NamedObjectModel>
DeploymentDescriptorImpl. getEnvironmentEntries()
List<NamedObjectModel>
DeploymentDescriptorImpl. getGlobals()
List<NamedObjectModel>
DeploymentDescriptorImpl. getWorkItemHandlers()
Method parameters in org.kie.internal.runtime.manager.deploy with type arguments of type NamedObjectModel Modifier and Type Method Description protected Set<NamedObjectModel>
DeploymentDescriptorImpl. cleanNamedSet(Set<NamedObjectModel> input)
void
DeploymentDescriptorImpl. setConfiguration(List<NamedObjectModel> configuration)
void
DeploymentDescriptorImpl. setEnvironmentEntries(List<NamedObjectModel> environmentEntires)
void
DeploymentDescriptorImpl. setGlobals(List<NamedObjectModel> globals)
void
DeploymentDescriptorImpl. setWorkItemHandlers(List<NamedObjectModel> workItemHandlers)
-