|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
---|---|
org.drools | The KnowledgeBase and its factory. |
org.drools.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.drools.persistence.jpa | |
org.drools.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
org.jbpm.persistence | |
org.jbpm.persistence.processinstance | |
org.jbpm.process | |
org.jbpm.process.audit | Business Activity Monitoring (BAM) resources supporting activity events and activity logs. |
org.jbpm.task.service.local | |
org.jbpm.task.utils | |
org.jbpm.test |
Uses of Environment in org.drools |
---|
Methods in org.drools that return Environment | |
---|---|
Environment |
KnowledgeBaseFactoryService.newEnvironment()
Instantiate and return an Environment |
static Environment |
KnowledgeBaseFactory.newEnvironment()
|
Methods in org.drools with parameters of type Environment | |
---|---|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
Uses of Environment in org.drools.marshalling |
---|
Methods in org.drools.marshalling with parameters of type Environment | |
---|---|
StatefulKnowledgeSession |
Marshaller.unmarshall(InputStream stream,
KnowledgeSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
Uses of Environment in org.drools.persistence.jpa |
---|
Methods in org.drools.persistence.jpa with parameters of type Environment | |
---|---|
StatefulKnowledgeSession |
KnowledgeStoreService.loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
static StatefulKnowledgeSession |
JPAKnowledgeService.loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
StatefulKnowledgeSession |
KnowledgeStoreService.newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
static StatefulKnowledgeSession |
JPAKnowledgeService.newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
Uses of Environment in org.drools.runtime |
---|
Methods in org.drools.runtime that return Environment | |
---|---|
Environment |
KnowledgeRuntime.getEnvironment()
|
Methods in org.drools.runtime with parameters of type Environment | |
---|---|
void |
Environment.setDelegate(Environment delegate)
|
Uses of Environment in org.jbpm.persistence |
---|
Constructors in org.jbpm.persistence with parameters of type Environment | |
---|---|
JpaProcessPersistenceContextManager(Environment env)
|
Uses of Environment in org.jbpm.persistence.processinstance |
---|
Methods in org.jbpm.persistence.processinstance that return Environment | |
---|---|
Environment |
ProcessInstanceInfo.getEnv()
|
Methods in org.jbpm.persistence.processinstance with parameters of type Environment | |
---|---|
ProcessInstance |
ProcessInstanceInfo.getProcessInstance(org.drools.common.InternalKnowledgeRuntime kruntime,
Environment env)
|
void |
ProcessInstanceInfo.setEnv(Environment env)
|
Constructors in org.jbpm.persistence.processinstance with parameters of type Environment | |
---|---|
ProcessInstanceInfo(ProcessInstance processInstance,
Environment env)
|
Uses of Environment in org.jbpm.process |
---|
Methods in org.jbpm.process that return Environment | |
---|---|
Environment |
StatefulProcessSession.getEnvironment()
|
Environment |
ProcessBaseFactoryService.newEnvironment()
|
Methods in org.jbpm.process with parameters of type Environment | |
---|---|
StatefulKnowledgeSession |
ProcessBaseImpl.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment)
|
Constructors in org.jbpm.process with parameters of type Environment | |
---|---|
StatefulProcessSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration sessionConfiguration,
Environment environment)
|
Uses of Environment in org.jbpm.process.audit |
---|
Fields in org.jbpm.process.audit declared as Environment | |
---|---|
protected Environment |
JPAWorkingMemoryDbLogger.env
|
Methods in org.jbpm.process.audit with parameters of type Environment | |
---|---|
static void |
JPAProcessInstanceDbLog.setEnvironment(Environment newEnv)
|
Constructors in org.jbpm.process.audit with parameters of type Environment | |
---|---|
JPAProcessInstanceDbLog(Environment env)
Deprecated. |
Uses of Environment in org.jbpm.task.service.local |
---|
Methods in org.jbpm.task.service.local with parameters of type Environment | |
---|---|
static TaskService |
LocalHumanTaskService.getService(Environment environment)
|
Uses of Environment in org.jbpm.task.utils |
---|
Methods in org.jbpm.task.utils with parameters of type Environment | |
---|---|
static ContentData |
ContentMarshallerHelper.marshal(Object o,
ContentMarshallerContext marshallerContext,
Environment env)
|
static Object |
ContentMarshallerHelper.unmarshall(String type,
byte[] content,
ContentMarshallerContext marshallerContext,
Environment env)
|
Uses of Environment in org.jbpm.test |
---|
Methods in org.jbpm.test that return Environment | |
---|---|
protected static Environment |
JBPMHelper.createEnvironment(javax.persistence.EntityManagerFactory emf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |