public class ConversationScopedObjectProvider extends Object implements ScopedObjectProvider<Conversation,Conversation>
| Modifier and Type | Field and Description |
|---|---|
protected ConversationService |
conversationService |
| Constructor and Description |
|---|
ConversationScopedObjectProvider(ConversationService conversationService) |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getScopedObject(String scopeType,
String scopeId,
SecurityScope securityScope) |
String |
getScopeType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHistoricScopedObjectprotected final ConversationService conversationService
public ConversationScopedObjectProvider(ConversationService conversationService)
public String getScopeType()
getScopeType in interface ScopedObjectProvider<Conversation,Conversation>public Conversation getScopedObject(String scopeType, String scopeId, SecurityScope securityScope)
getScopedObject in interface ScopedObjectProvider<Conversation,Conversation>