|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceFactory | |
|---|---|
| org.jbpm | central access to the jbpm database and other services. |
| org.jbpm.jcr.impl | These classes are implementations of the JcrService interface. |
| org.jbpm.jcr.jackrabbit | |
| org.jbpm.jcr.jndi | |
| org.jbpm.logging.db | |
| org.jbpm.msg.db | |
| org.jbpm.persistence.db | |
| org.jbpm.persistence.jta | |
| org.jbpm.scheduler.db | |
| org.jbpm.security.authentication | |
| org.jbpm.security.authorization | |
| org.jbpm.svc | |
| org.jbpm.tx | |
| Uses of ServiceFactory in org.jbpm |
|---|
| Methods in org.jbpm that return ServiceFactory | |
|---|---|
ServiceFactory |
JbpmConfiguration.getServiceFactory(java.lang.String serviceName)
|
ServiceFactory |
JbpmContext.getServiceFactory(java.lang.String name)
|
ServiceFactory |
JbpmConfiguration.getServiceFactory(java.lang.String serviceName,
java.lang.String jbpmContextName)
|
| Uses of ServiceFactory in org.jbpm.jcr.impl |
|---|
| Classes in org.jbpm.jcr.impl that implement ServiceFactory | |
|---|---|
class |
AbstractJcrServiceFactory
|
| Uses of ServiceFactory in org.jbpm.jcr.jackrabbit |
|---|
| Classes in org.jbpm.jcr.jackrabbit that implement ServiceFactory | |
|---|---|
class |
JackrabbitJcrServiceFactory
|
| Uses of ServiceFactory in org.jbpm.jcr.jndi |
|---|
| Classes in org.jbpm.jcr.jndi that implement ServiceFactory | |
|---|---|
class |
JndiJcrServiceFactory
|
| Uses of ServiceFactory in org.jbpm.logging.db |
|---|
| Classes in org.jbpm.logging.db that implement ServiceFactory | |
|---|---|
class |
DbLoggingServiceFactory
|
| Uses of ServiceFactory in org.jbpm.msg.db |
|---|
| Classes in org.jbpm.msg.db that implement ServiceFactory | |
|---|---|
class |
DbMessageServiceFactory
|
| Uses of ServiceFactory in org.jbpm.persistence.db |
|---|
| Classes in org.jbpm.persistence.db that implement ServiceFactory | |
|---|---|
class |
DbPersistenceServiceFactory
|
| Uses of ServiceFactory in org.jbpm.persistence.jta |
|---|
| Classes in org.jbpm.persistence.jta that implement ServiceFactory | |
|---|---|
class |
JtaDbPersistenceServiceFactory
The JTA persistence service enables jBPM to participate in JTA transactions. |
| Uses of ServiceFactory in org.jbpm.scheduler.db |
|---|
| Classes in org.jbpm.scheduler.db that implement ServiceFactory | |
|---|---|
class |
DbSchedulerServiceFactory
|
| Uses of ServiceFactory in org.jbpm.security.authentication |
|---|
| Classes in org.jbpm.security.authentication that implement ServiceFactory | |
|---|---|
class |
DefaultAuthenticationServiceFactory
|
class |
SubjectAuthenticationServiceFactory
Factory to create a SubjectAuthenticationService. |
| Uses of ServiceFactory in org.jbpm.security.authorization |
|---|
| Classes in org.jbpm.security.authorization that implement ServiceFactory | |
|---|---|
class |
IdentityAuthorizationServiceFactory
|
| Uses of ServiceFactory in org.jbpm.svc |
|---|
| Methods in org.jbpm.svc that return ServiceFactory | |
|---|---|
ServiceFactory |
Services.getServiceFactory(java.lang.String name)
|
| Methods in org.jbpm.svc that return types with arguments of type ServiceFactory | |
|---|---|
java.util.Map<java.lang.String,ServiceFactory> |
Services.getServiceFactories()
|
| Constructor parameters in org.jbpm.svc with type arguments of type ServiceFactory | |
|---|---|
Services(java.util.Map<java.lang.String,ServiceFactory> serviceFactories)
|
|
Services(java.util.Map<java.lang.String,ServiceFactory> serviceFactories,
java.util.List<java.lang.String> serviceNames,
java.util.List<SaveOperation> saveOperations)
|
|
| Uses of ServiceFactory in org.jbpm.tx |
|---|
| Classes in org.jbpm.tx that implement ServiceFactory | |
|---|---|
class |
TxServiceFactory
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||