Class OldWorkflowCrossViewScopeRequestHandlerBundle
- java.lang.Object
- 
- de.xima.fc.gui.bean.workflow.event.OldWorkflowCrossViewScopeRequestHandlerBundle
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Deprecated public final class OldWorkflowCrossViewScopeRequestHandlerBundle extends Object implements Serializable Deprecated.Use the new workflow engine (IWorkflowEventRunner).Conversation request handler bundle for the workflow. Contains all individual request handlers and two methods for registering / unregistering them all.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OldWorkflowCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext)Deprecated.Creates a new request handler bundle, together with all individual handlers.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidregisterAll()Deprecated.Registers all request handlers in this bundle.voidunregisterAll(DesignerConversationBean bean, String conversationId)Deprecated.Unregisters all request handlers in this bundle.
 
- 
- 
- 
Constructor Detail- 
OldWorkflowCrossViewScopeRequestHandlerBundlepublic OldWorkflowCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext) Deprecated.Creates a new request handler bundle, together with all individual handlers. UseregisterAll()to register the created handler.- Parameters:
- viewPushContext- View push context of the caller's JSF view scope.
 
 
- 
 - 
Method Detail- 
registerAllpublic void registerAll() Deprecated.Registers all request handlers in this bundle.
 - 
unregisterAllpublic void unregisterAll(DesignerConversationBean bean, String conversationId) Deprecated.Unregisters all request handlers in this bundle.- Parameters:
- bean- Designer conversation bean from which to unregister all handlers.
- conversationId- ID of the conversation from which to unregister.
 
 
- 
 
-