org.jbpm.svc
Class Services
java.lang.Object
org.jbpm.svc.Services
- All Implemented Interfaces:
- java.io.Serializable
public class Services
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICENAME_AUTHENTICATION
public static final java.lang.String SERVICENAME_AUTHENTICATION
- See Also:
- Constant Field Values
SERVICENAME_AUTHORIZATION
public static final java.lang.String SERVICENAME_AUTHORIZATION
- See Also:
- Constant Field Values
SERVICENAME_TX
public static final java.lang.String SERVICENAME_TX
- See Also:
- Constant Field Values
SERVICENAME_LOGGING
public static final java.lang.String SERVICENAME_LOGGING
- See Also:
- Constant Field Values
SERVICENAME_MESSAGE
public static final java.lang.String SERVICENAME_MESSAGE
- See Also:
- Constant Field Values
SERVICENAME_PERSISTENCE
public static final java.lang.String SERVICENAME_PERSISTENCE
- See Also:
- Constant Field Values
SERVICENAME_SCHEDULER
public static final java.lang.String SERVICENAME_SCHEDULER
- See Also:
- Constant Field Values
SERVICENAME_JCR
public static final java.lang.String SERVICENAME_JCR
- See Also:
- Constant Field Values
SERVICENAME_ADDRESSRESOLVER
public static final java.lang.String SERVICENAME_ADDRESSRESOLVER
- See Also:
- Constant Field Values
Services
public Services(java.util.Map<java.lang.String,ServiceFactory> serviceFactories)
Services
public Services(java.util.Map<java.lang.String,ServiceFactory> serviceFactories,
java.util.List<java.lang.String> serviceNames,
java.util.List<SaveOperation> saveOperations)
getCurrentService
public static Service getCurrentService(java.lang.String name)
getCurrentService
public static Service getCurrentService(java.lang.String name,
boolean isRequired)
setSaveOperations
public void setSaveOperations(java.util.List<SaveOperation> saveOperations)
addSaveOperation
public void addSaveOperation(SaveOperation saveOperation)
getServiceFactories
public java.util.Map<java.lang.String,ServiceFactory> getServiceFactories()
getServiceFactory
public ServiceFactory getServiceFactory(java.lang.String name)
hasService
public boolean hasService(java.lang.String name)
getService
public Service getService(java.lang.String name)
save
public void save(ProcessInstance processInstance,
JbpmContext jbpmContext)
getAuthenticationService
public AuthenticationService getAuthenticationService()
getAuthorizationService
public AuthorizationService getAuthorizationService()
getLoggingService
public LoggingService getLoggingService()
getMessageService
public MessageService getMessageService()
getPersistenceService
public PersistenceService getPersistenceService()
getSchedulerService
public SchedulerService getSchedulerService()
getTxService
public TxService getTxService()
setAuthenticationService
public void setAuthenticationService(AuthenticationService authenticationService)
setAuthorizationService
public void setAuthorizationService(AuthorizationService authorizationService)
setLoggingService
public void setLoggingService(LoggingService loggingService)
setMessageService
public void setMessageService(MessageService messageService)
setPersistenceService
public void setPersistenceService(PersistenceService persistenceService)
setSchedulerService
public void setSchedulerService(SchedulerService schedulerService)
setTxService
public void setTxService(TxService txService)
close
public void close()
assignId
public static void assignId(java.lang.Object object)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.