|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.jbpm.jcr | These classes define jBPM services for content repository access based on JSR-170, JCR spec 1.0. |
| org.jbpm.jcr.impl | These classes are implementations of the JcrService interface. |
| org.jbpm.logging | pluggability interface for logging service to capturing the history events during process execution. |
| org.jbpm.logging.db | default DB implementation of the logging service. |
| org.jbpm.module.exe | interface for adding aspect to a process instance in a pluggable manner. |
| org.jbpm.msg | abstract interface for asynchronous messaging technologies like e.g. |
| org.jbpm.msg.db | DB/Jobexecutor implementation of the MessageService. |
| org.jbpm.persistence | base persistence classes. |
| org.jbpm.persistence.db | standalone DB implementation classes for the PersistenceService. |
| org.jbpm.persistence.jta | JTA DB implementation classes for the PersistenceService. |
| org.jbpm.scheduler | specifies the timer pluggability interface. |
| org.jbpm.scheduler.db | DB/JobExecutor implementation of the timer service. |
| org.jbpm.security | pluggable authentication and pluggable authorization. |
| org.jbpm.security.authentication | various authentication binding implementations. |
| org.jbpm.security.authorization | various authorization binding implementations. |
| org.jbpm.signal | extension to the jBPM event architecture. |
| org.jbpm.svc | base service infrastructure classes. |
| org.jbpm.tx | interface defining pluggability for different transaction environments. |
| Uses of Service in org.jbpm.jcr |
|---|
| Subinterfaces of Service in org.jbpm.jcr | |
|---|---|
interface |
JcrService
Wraps all access to a single JCR repository (JSR 170 level 1 or higher compliance required). |
| Uses of Service in org.jbpm.jcr.impl |
|---|
| Classes in org.jbpm.jcr.impl that implement Service | |
|---|---|
class |
JcrServiceImpl
|
| Methods in org.jbpm.jcr.impl that return Service | |
|---|---|
Service |
AbstractJcrServiceFactory.openService()
|
| Uses of Service in org.jbpm.logging |
|---|
| Subinterfaces of Service in org.jbpm.logging | |
|---|---|
interface |
LoggingService
|
| Uses of Service in org.jbpm.logging.db |
|---|
| Classes in org.jbpm.logging.db that implement Service | |
|---|---|
class |
DbLoggingService
|
| Methods in org.jbpm.logging.db that return Service | |
|---|---|
Service |
DbLoggingServiceFactory.openService()
|
| Uses of Service in org.jbpm.module.exe |
|---|
| Methods in org.jbpm.module.exe that return Service | |
|---|---|
protected Service |
ModuleInstance.getService(String serviceName)
|
| Uses of Service in org.jbpm.msg |
|---|
| Subinterfaces of Service in org.jbpm.msg | |
|---|---|
interface |
MessageService
|
| Uses of Service in org.jbpm.msg.db |
|---|
| Classes in org.jbpm.msg.db that implement Service | |
|---|---|
class |
DbMessageService
|
| Methods in org.jbpm.msg.db that return Service | |
|---|---|
Service |
DbMessageServiceFactory.openService()
|
| Uses of Service in org.jbpm.persistence |
|---|
| Subinterfaces of Service in org.jbpm.persistence | |
|---|---|
interface |
PersistenceService
|
| Uses of Service in org.jbpm.persistence.db |
|---|
| Classes in org.jbpm.persistence.db that implement Service | |
|---|---|
class |
DbPersistenceService
|
| Methods in org.jbpm.persistence.db that return Service | |
|---|---|
Service |
DbPersistenceServiceFactory.openService()
|
| Uses of Service in org.jbpm.persistence.jta |
|---|
| Classes in org.jbpm.persistence.jta that implement Service | |
|---|---|
class |
JtaDbPersistenceService
|
| Methods in org.jbpm.persistence.jta that return Service | |
|---|---|
Service |
JtaDbPersistenceServiceFactory.openService()
|
| Uses of Service in org.jbpm.scheduler |
|---|
| Subinterfaces of Service in org.jbpm.scheduler | |
|---|---|
interface |
SchedulerService
|
| Uses of Service in org.jbpm.scheduler.db |
|---|
| Classes in org.jbpm.scheduler.db that implement Service | |
|---|---|
class |
DbSchedulerService
|
| Methods in org.jbpm.scheduler.db that return Service | |
|---|---|
Service |
DbSchedulerServiceFactory.openService()
|
| Uses of Service in org.jbpm.security |
|---|
| Subinterfaces of Service in org.jbpm.security | |
|---|---|
interface |
AuthenticationService
Responsible for knowing which user is currently logged in. |
interface |
AuthorizationService
|
| Uses of Service in org.jbpm.security.authentication |
|---|
| Classes in org.jbpm.security.authentication that implement Service | |
|---|---|
class |
DefaultAuthenticationService
|
class |
SubjectAuthenticationService
gets the authenticated actor id from the current Subject. |
| Methods in org.jbpm.security.authentication that return Service | |
|---|---|
Service |
SubjectAuthenticationServiceFactory.openService()
|
Service |
DefaultAuthenticationServiceFactory.openService()
|
| Uses of Service in org.jbpm.security.authorization |
|---|
| Classes in org.jbpm.security.authorization that implement Service | |
|---|---|
class |
IdentityAuthorizationService
|
| Methods in org.jbpm.security.authorization that return Service | |
|---|---|
Service |
IdentityAuthorizationServiceFactory.openService()
|
| Uses of Service in org.jbpm.signal |
|---|
| Subinterfaces of Service in org.jbpm.signal | |
|---|---|
interface |
EventService
An extension to the jBPM event architecture |
| Uses of Service in org.jbpm.svc |
|---|
| Methods in org.jbpm.svc that return Service | |
|---|---|
static Service |
Services.getCurrentService(String name)
|
static Service |
Services.getCurrentService(String name,
boolean isRequired)
|
Service |
Services.getService(String name)
|
Service |
ServiceFactory.openService()
open a service. |
| Uses of Service in org.jbpm.tx |
|---|
| Classes in org.jbpm.tx that implement Service | |
|---|---|
class |
TxService
|
| Methods in org.jbpm.tx that return Service | |
|---|---|
Service |
TxServiceFactory.openService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||