|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.persistence.timer |
---|
Methods in org.jbpm.persistence.timer with parameters of type Environment | |
---|---|
protected boolean |
GlobalJpaTimerJobInstance.allowedToDispose(Environment environment)
|
protected boolean |
GlobalJpaTimerJobInstance.hasEnvironmentEntry(Environment environment,
String name,
Object value)
|
protected org.drools.persistence.jta.JtaTransactionManager |
GlobalJpaTimerJobInstance.startTxIfNeeded(Environment environment)
|
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 |
---|
Methods in org.jbpm.process.audit with parameters of type Environment | |
---|---|
static AbstractAuditLogger |
AuditLoggerFactory.newJPAInstance(Environment env)
Creates new instance of JPA audit logger with given EntityManagerFactory NOTE: this will build the logger but it is not registered directly on a session: once received, it will need to be registered as an event listener |
Constructors in org.jbpm.process.audit with parameters of type Environment | |
---|---|
JPAAuditLogService(Environment env)
|
|
JPAAuditLogService(Environment env,
PersistenceStrategyType type)
|
|
JPAWorkingMemoryDbLogger(javax.persistence.EntityManagerFactory emf,
Environment env)
|
|
JPAWorkingMemoryDbLogger(Environment env)
|
Uses of Environment in org.jbpm.process.audit.strategy |
---|
Methods in org.jbpm.process.audit.strategy with parameters of type Environment | |
---|---|
static PersistenceStrategy |
PersistenceStrategyType.getPersistenceStrategy(PersistenceStrategyType type,
Environment env)
|
static PersistenceStrategy |
PersistenceStrategyType.getPersistenceStrategy(PersistenceStrategyType type,
Environment env,
javax.persistence.EntityManagerFactory emf,
String persistenceUnitName)
|
Constructors in org.jbpm.process.audit.strategy with parameters of type Environment | |
---|---|
KieSessionCommandScopedStrategy(Environment env)
|
Uses of Environment in org.jbpm.process.core.timer.impl |
---|
Methods in org.jbpm.process.core.timer.impl that return Environment | |
---|---|
Environment |
GlobalTimerService.DisposableCommandService.getEnvironment()
|
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()
|
Environment |
SimpleRuntimeEnvironment.getEnvironmentTemplate()
|
Methods in org.jbpm.runtime.manager.impl with parameters of type Environment | |
---|---|
protected void |
SimpleRuntimeEnvironment.addIfPresent(String name,
Environment copy)
|
protected org.drools.persistence.TransactionManager |
AbstractRuntimeManager.getTransactionManager(Environment env)
|
Uses of Environment in org.jbpm.runtime.manager.impl.mapper |
---|
Methods in org.jbpm.runtime.manager.impl.mapper that return Environment | |
---|---|
Environment |
EnvironmentAwareProcessInstanceContext.getEnvironment()
|
Constructors in org.jbpm.runtime.manager.impl.mapper with parameters of type Environment | |
---|---|
EnvironmentAwareProcessInstanceContext(Environment environment,
Long processInstanceId)
|
Uses of Environment in org.jbpm.runtime.manager.impl.tx |
---|
Methods in org.jbpm.runtime.manager.impl.tx that return Environment | |
---|---|
protected Environment |
TransactionAwareSchedulerServiceInterceptor.getEnvironment(org.drools.core.time.JobContext jobContext)
|
Uses of Environment in org.jbpm.services.task |
---|
Methods in org.jbpm.services.task with parameters of type Environment | |
---|---|
HumanTaskConfigurator |
HumanTaskConfigurator.environment(Environment environment)
|
Uses of Environment in org.jbpm.services.task.commands |
---|
Constructors in org.jbpm.services.task.commands with parameters of type Environment | |
---|---|
TaskCommandExecutorImpl(Environment environment,
TaskEventSupport taskEventSupport)
|
|
TaskContext(org.kie.internal.command.Context context,
Environment environment,
TaskEventSupport taskEventSupport)
|
Uses of Environment in org.jbpm.services.task.impl |
---|
Constructors in org.jbpm.services.task.impl with parameters of type Environment | |
---|---|
TaskInstanceServiceImpl(org.kie.internal.task.api.TaskContext context,
org.kie.internal.task.api.TaskPersistenceContext persistenceContext,
LifeCycleManager lifeCycleManager,
TaskEventSupport taskEventSupport,
Environment environment)
|
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 org.kie.internal.task.api.model.ContentData |
JaxbContentMarshallerHelper.marshal(Object o,
Environment env)
|
static org.kie.internal.task.api.model.FaultData |
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.persistence |
---|
Methods in org.jbpm.services.task.persistence with parameters of type Environment | |
---|---|
void |
TaskTransactionInterceptor.initTransactionManager(Environment env)
|
Constructors in org.jbpm.services.task.persistence with parameters of type Environment | |
---|---|
JPATaskPersistenceContextManager(Environment environment)
|
|
TaskTransactionInterceptor(Environment environment)
|
Uses of Environment in org.jbpm.services.task.utils |
---|
Methods in org.jbpm.services.task.utils with parameters of type Environment | |
---|---|
static org.kie.internal.task.api.model.ContentData |
ContentMarshallerHelper.marshal(Object o,
Environment env)
|
static org.kie.internal.task.api.model.FaultData |
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 that return Environment | |
---|---|
Environment |
KieServices.newEnvironment()
Instantiate and return an Environment |
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(Environment environment,
KieSessionConfiguration conf)
Creates the default KieSession for this KieContainer with the given configuration and 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)
|
Uses of Environment in org.kie.api.runtime.manager |
---|
Methods in org.kie.api.runtime.manager that return Environment | |
---|---|
Environment |
RuntimeEnvironment.getEnvironment()
KieSession environment that shall be used to create instances of KieSession |
|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |