|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| org.droolsjbpm.services.impl | |
| org.droolsjbpm.services.impl.helpers | |
| 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.process.workitem.wsht | |
| org.jbpm.task.service | |
| org.jbpm.task.service.local | |
| org.jbpm.task.utils | |
| org.jbpm.test | |
| org.kie | The KnowledgeBase and its factory. |
| org.kie.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
| org.kie.persistence.jpa | |
| org.kie.runtime | The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. |
| Uses of Environment in org.droolsjbpm.services.impl |
|---|
| Methods in org.droolsjbpm.services.impl with parameters of type Environment | |
|---|---|
protected UserTransaction |
CDISessionManager.setupEnvironment(Environment environment)
|
| Uses of Environment in org.droolsjbpm.services.impl.helpers |
|---|
| Methods in org.droolsjbpm.services.impl.helpers that return Environment | |
|---|---|
Environment |
StatefulKnowledgeSessionDelegate.getEnvironment()
|
| 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)
|
ProcessInstance |
ProcessInstanceInfo.getProcessInstance(org.drools.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.runtime.StatefulKnowledgeSession |
ProcessBaseImpl.newStatefulKnowledgeSession(KieSessionConfiguration conf,
Environment environment)
|
| Constructors in org.jbpm.process with parameters of type Environment | |
|---|---|
StatefulProcessSession(org.kie.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.process.workitem.wsht |
|---|
| Methods in org.jbpm.process.workitem.wsht with parameters of type Environment | |
|---|---|
protected static List<Deadline> |
HumanTaskHandlerHelper.parseDeadlineString(String deadlineInfo,
List<OrganizationalEntity> businessAdministrators,
Environment environment)
|
static Deadlines |
HumanTaskHandlerHelper.setDeadlines(WorkItem workItem,
List<OrganizationalEntity> businessAdministrators,
Environment environment)
|
| Uses of Environment in org.jbpm.task.service |
|---|
| Methods in org.jbpm.task.service that return Environment | |
|---|---|
Environment |
SyncTaskServiceWrapper.getEnvironment()
|
Environment |
DefaultEscalatedDeadlineHandler.getEnvironment()
|
| Methods in org.jbpm.task.service with parameters of type Environment | |
|---|---|
void |
SyncTaskServiceWrapper.setEnvironment(Environment environment)
|
void |
DefaultEscalatedDeadlineHandler.setEnvironment(Environment environment)
|
| Constructors in org.jbpm.task.service with parameters of type Environment | |
|---|---|
TaskClient(TaskClientConnector connector,
Environment environment)
|
|
| Uses of Environment in org.jbpm.task.service.local |
|---|
| Methods in org.jbpm.task.service.local that return Environment | |
|---|---|
Environment |
LocalTaskService.getEnvironment()
|
| Methods in org.jbpm.task.service.local with parameters of type Environment | |
|---|---|
static TaskService |
LocalHumanTaskService.getService(Environment environment)
|
void |
LocalTaskService.setEnvironment(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,
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.test |
|---|
| Methods in org.jbpm.test that return Environment | |
|---|---|
protected static Environment |
JBPMHelper.createEnvironment(javax.persistence.EntityManagerFactory emf)
|
| Uses of Environment in org.kie |
|---|
| Methods in org.kie with parameters of type Environment | |
|---|---|
KieSession |
KieBase.newKieSession(KieSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
| Uses of Environment in org.kie.marshalling |
|---|
| Methods in org.kie.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.persistence.jpa |
|---|
| Methods in org.kie.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.runtime |
|---|
| Methods in org.kie.runtime that return Environment | |
|---|---|
Environment |
KieRuntime.getEnvironment()
|
| Methods in org.kie.runtime with parameters of type Environment | |
|---|---|
KieSession |
KieContainer.newKieSession(Environment environment)
Creates the defualt 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 |
void |
Environment.setDelegate(Environment delegate)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||