Class WorkflowDesignerCrossViewScopeRequestHandlerBundle
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.request.WorkflowDesignerCrossViewScopeRequestHandlerBundle
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class WorkflowDesignerCrossViewScopeRequestHandlerBundle extends Object implements Serializable
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 Summary
Constructors Constructor Description WorkflowDesignerCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext)Creates a new request handler bundle, together with all individual handlers. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAll(DesignerPageBean bean)Registers all request handlers in this bundle.voidunregisterAll(DesignerConversationBean bean, String conversationId)Unregisters all request handlers in this bundle. 
 - 
 
- 
- 
Constructor Detail
- 
WorkflowDesignerCrossViewScopeRequestHandlerBundle
public WorkflowDesignerCrossViewScopeRequestHandlerBundle(BackendViewPushContext viewPushContext)
Creates a new request handler bundle, together with all individual handlers. UseregisterAll(DesignerPageBean)to register the created handler.- Parameters:
 viewPushContext- View push context of the caller's JSF view scope.
 
 - 
 
- 
Method Detail
- 
registerAll
public void registerAll(DesignerPageBean bean)
Registers all request handlers in this bundle.- Parameters:
 bean- Designer page bean with which to register all handlers.
 
- 
unregisterAll
public void unregisterAll(DesignerConversationBean bean, String conversationId)
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.
 
 - 
 
 -