jBPM distribution 6.0.0.Beta5

Uses of Interface
org.kie.api.runtime.Environment

Packages that use Environment
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.runtime.manager.impl   
org.jbpm.services.task.utils   
org.jbpm.services.task.wih.util   
org.jbpm.test   
org.jbpm.workflow.instance.impl   
org.kie.api The KnowledgeBase and its factory. 
org.kie.api.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.kie.api.persistence.jpa   
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

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.core.common.InternalKnowledgeRuntime kruntime, Environment env)
           
 ProcessInstance ProcessInstanceInfo.getProcessInstance(org.drools.core.common.InternalKnowledgeRuntime kruntime, Environment env, boolean readOnly)
           
 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
 KieSession ProcessBaseImpl.newKieSession(KieSessionConfiguration conf, Environment environment)
           
 org.kie.internal.runtime.StatefulKnowledgeSession ProcessBaseImpl.newStatefulKnowledgeSession(KieSessionConfiguration conf, Environment environment)
           
 

Constructors in org.jbpm.process with parameters of type Environment
StatefulProcessSession(org.kie.internal.KnowledgeBase kbase, KieSessionConfiguration sessionConfiguration, Environment environment)
           
 

Uses of Environment in org.jbpm.process.audit
 

Fields in org.jbpm.process.audit declared as Environment
protected  Environment AbstractAuditLogger.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.runtime.manager.impl
 

Fields in org.jbpm.runtime.manager.impl declared as Environment
protected  Environment SimpleRuntimeEnvironment.environment
           
 

Methods in org.jbpm.runtime.manager.impl that return Environment
protected  Environment SimpleRuntimeEnvironment.copyEnvironment()
           
 Environment SimpleRuntimeEnvironment.getEnvironment()
           
 

Methods in org.jbpm.runtime.manager.impl with parameters of type Environment
protected  void SimpleRuntimeEnvironment.addIfPresent(String name, Environment copy)
           
 

Uses of Environment in org.jbpm.services.task.utils
 

Methods in org.jbpm.services.task.utils with parameters of type Environment
static ContentDataImpl ContentMarshallerHelper.marshal(Object o, Environment env)
           
static FaultDataImpl ContentMarshallerHelper.marshalFault(Map<String,Object> fault, Environment env)
           
static Object ContentMarshallerHelper.unmarshall(byte[] content, Environment env)
           
static Object ContentMarshallerHelper.unmarshall(byte[] content, Environment env, ClassLoader classloader)
           
 

Uses of Environment in org.jbpm.services.task.wih.util
 

Methods in org.jbpm.services.task.wih.util with parameters of type Environment
protected static List<org.kie.internal.task.api.model.Deadline> HumanTaskHandlerHelper.parseDeadlineString(String deadlineInfo, List<OrganizationalEntity> businessAdministrators, Environment environment)
           
static org.kie.internal.task.api.model.Deadlines HumanTaskHandlerHelper.setDeadlines(WorkItem workItem, List<OrganizationalEntity> businessAdministrators, Environment environment)
           
 

Uses of Environment in org.jbpm.test
 

Methods in org.jbpm.test that return Environment
protected static Environment JBPMHelper.createEnvironment(javax.persistence.EntityManagerFactory emf)
           
 

Uses of Environment in org.jbpm.workflow.instance.impl
 

Methods in org.jbpm.workflow.instance.impl with parameters of type Environment
static NodeInstanceFactoryRegistry NodeInstanceFactoryRegistry.getInstance(Environment environment)
           
 

Uses of Environment in org.kie.api
 

Methods in org.kie.api with parameters of type Environment
 KieSession KieBase.newKieSession(KieSessionConfiguration conf, Environment environment)
          Creates a new KieSession using the given session configuration and/or environment.
 

Uses of Environment in org.kie.api.marshalling
 

Methods in org.kie.api.marshalling with parameters of type Environment
 KieSession Marshaller.unmarshall(InputStream stream, KieSessionConfiguration config, Environment environment)
          Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment.
 

Uses of Environment in org.kie.api.persistence.jpa
 

Methods in org.kie.api.persistence.jpa with parameters of type Environment
 KieSession KieStoreServices.loadKieSession(int id, KieBase kbase, KieSessionConfiguration configuration, Environment environment)
           
 KieSession KieStoreServices.newKieSession(KieBase kbase, KieSessionConfiguration configuration, Environment environment)
           
 

Uses of Environment in org.kie.api.runtime
 

Methods in org.kie.api.runtime that return Environment
 Environment KieRuntime.getEnvironment()
           
 

Methods in org.kie.api.runtime with parameters of type Environment
 KieSession KieContainer.newKieSession(Environment environment)
          Creates the default KieSession for this KieContainer using the given Environment
 KieSession KieContainer.newKieSession(String kSessionName, Environment environment)
          Creates the KieSession with the given name for this KieContainer using the given Environment
 KieSession KieContainer.newKieSession(String kSessionName, Environment environment, KieSessionConfiguration conf)
          Creates the KieSession with the given name for this KieContainer using the given Environment and configuration
 void Environment.setDelegate(Environment delegate)
           
 


jBPM distribution 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.