Class FetchWorkflowPersistRequest
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.request.FetchWorkflowPersistRequest
-
- All Implemented Interfaces:
IDesignerConversationRequest<String>
,ICrossViewScopeRequest<String>
,Serializable
public final class FetchWorkflowPersistRequest extends Object
Requests the current workflow persist file from the workflow designer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchWorkflowPersistRequest(EContentView contentView)
Creates a new POJO request data object with the given data.FetchWorkflowPersistRequest(String sourceTabId)
Creates a new POJO request data object with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends String>
getResponseType()
String
getSourceTabId()
-
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
-
FetchWorkflowPersistRequest
public FetchWorkflowPersistRequest(String sourceTabId)
Creates a new POJO request data object with the given data.- Parameters:
sourceTabId
- Value returned byIDesignerConversationRequest.getSourceTabId()
-
FetchWorkflowPersistRequest
public FetchWorkflowPersistRequest(EContentView contentView)
Creates a new POJO request data object with the given data.- Parameters:
contentView
- Tab from which the event originates.
-
-
Method Detail
-
getResponseType
public Class<? extends String> getResponseType()
- Returns:
- Type of the requested data.
-
getSourceTabId
public String getSourceTabId()
- Specified by:
getSourceTabId
in 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.
-
-