当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
Services (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
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
Constructor Summary |
Services(java.util.Map serviceFactories)
|
Services(java.util.Map serviceFactories,
java.util.List serviceNames,
java.util.List saveOperations)
|
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_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
Services
public Services(java.util.Map serviceFactories)
Services
public Services(java.util.Map serviceFactories,
java.util.List serviceNames,
java.util.List 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 saveOperations)
getServiceFactories
public java.util.Map 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()
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)
close
public void close()
assignId
public static void assignId(java.lang.Object object)
Version : jbpm-3.1.3