public class WorkflowScope extends Object implements org.springframework.beans.factory.config.Scope, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
WorkflowScope() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
String |
getConversationId() |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
remove(String name) |
static void |
removeDecisionContext() |
Object |
resolveContextualObject(String name) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
static void |
setDecisionContext(DecisionContext context) |
public static final String NAME
public static void setDecisionContext(DecisionContext context)
public static void removeDecisionContext()
public Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
get
in interface org.springframework.beans.factory.config.Scope
public String getConversationId()
getConversationId
in interface org.springframework.beans.factory.config.Scope
public void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback
in interface org.springframework.beans.factory.config.Scope
public Object remove(String name)
remove
in interface org.springframework.beans.factory.config.Scope
public Object resolveContextualObject(String name)
resolveContextualObject
in interface org.springframework.beans.factory.config.Scope
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Copyright © 2014. All rights reserved.