|
jBPM distribution 6.0.0.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.impl.model.xml | |
org.jbpm.services.task.utils | |
org.jbpm.services.task.wih.util | |
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 |
StaticAuditLogService.setEnvironment(Environment newEnv)
|
static void |
JPAProcessInstanceDbLog.setEnvironment(Environment newEnv)
Deprecated. |
void |
JPAAuditLogService.setEnvironment(Environment env)
|
void |
AuditLogService.setEnvironment(Environment env)
|
Constructors in org.jbpm.process.audit with parameters of type Environment | |
---|---|
JPAAuditLogService(Environment env)
|
|
JPAProcessInstanceDbLog(Environment env)
Deprecated. |
|
StaticAuditLogService(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.impl.model.xml |
---|
Methods in org.jbpm.services.task.impl.model.xml with parameters of type Environment | |
---|---|
static ContentDataImpl |
JaxbContentMarshallerHelper.marshal(Object o,
Environment env)
|
static FaultDataImpl |
JaxbContentMarshallerHelper.marshalFault(Map<String,Object> fault,
Environment env)
|
static Object |
JaxbContentMarshallerHelper.unmarshall(byte[] content,
Environment env)
|
static Object |
JaxbContentMarshallerHelper.unmarshall(byte[] content,
Environment env,
ClassLoader classloader)
|
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 byte[] |
ContentMarshallerHelper.marshallContent(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.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.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.CR4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |