Uses of Interface
org.jbpm.svc.Service

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   
org.jbpm.logging.db   
org.jbpm.module.exe   
org.jbpm.msg abstract interface for asynchronous messaging technologies like e.g. 
org.jbpm.msg.db   
org.jbpm.persistence   
org.jbpm.persistence.db   
org.jbpm.persistence.jta   
org.jbpm.scheduler adds timers to processes. 
org.jbpm.scheduler.db   
org.jbpm.security pluggable authentication and pluggable authorization. 
org.jbpm.security.authentication   
org.jbpm.security.authorization   
org.jbpm.signal   
org.jbpm.svc   
org.jbpm.tx   
 

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(java.lang.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(java.lang.String name)
           
static Service Services.getCurrentService(java.lang.String name, boolean isRequired)
           
 Service Services.getService(java.lang.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()
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.