Class LoadWorkflowPersistRequest
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.LoadWorkflowPersistRequest
 
 
- 
- All Implemented Interfaces:
 IDesignerConversationRequest<Serializable>,ICrossViewScopeRequest<Serializable>,Serializable
public final class LoadWorkflowPersistRequest extends Object
Requests a workflow persist to get loaded in the workflow designer.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LoadWorkflowPersistRequest(EContentView contentView, FlowchartSnapshot snapshot)Creates a new POJO with the given data.LoadWorkflowPersistRequest(String sourceTabId, FlowchartSnapshot snapshot)Creates a new POJO with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Serializable>getResponseType()FlowchartSnapshotgetSnapshot()StringgetSourceTabId()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.gui.bean.designer.request.IDesignerConversationRequest
getSourceTabView 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
LoadWorkflowPersistRequest
public LoadWorkflowPersistRequest(EContentView contentView, FlowchartSnapshot snapshot)
Creates a new POJO with the given data.- Parameters:
 contentView- Content view of the source that initiated the request.snapshot- Value returned bygetSnapshot().
 
- 
LoadWorkflowPersistRequest
public LoadWorkflowPersistRequest(String sourceTabId, FlowchartSnapshot snapshot)
Creates a new POJO with the given data.- Parameters:
 sourceTabId- Value returned byIDesignerConversationRequest.getSourceTabId().snapshot- Value returned bygetSnapshot().
 
 - 
 
- 
Method Detail
- 
getResponseType
public Class<? extends Serializable> getResponseType()
- Returns:
 - Type of the requested data.
 
 
- 
getSnapshot
public FlowchartSnapshot getSnapshot()
- Returns:
 - Flowchart snapshot that should get loaded.
 
 
- 
getSourceTabId
public String getSourceTabId()
- Specified by:
 getSourceTabIdin interfaceIDesignerConversationRequest<T extends Serializable>- Returns:
 - ID of the tab (see 
TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame. 
 
 - 
 
 -