Class FindPdfImporterIdsRequest
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.request.FindPdfImporterIdsRequest
-
- All Implemented Interfaces:
IDesignerConversationRequest<FindPdfImporterIdsResponse>
,ICrossViewScopeRequest<FindPdfImporterIdsResponse>
,Serializable
public final class FindPdfImporterIdsRequest extends Object
Requests the existing PDF importer IDs.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindPdfImporterIdsRequest(EContentView contentView)
Creates a new POJO with the given data.FindPdfImporterIdsRequest(String sourceTabId)
Creates a new POJO with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FindPdfImporterIdsResponse>
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
-
FindPdfImporterIdsRequest
public FindPdfImporterIdsRequest(EContentView contentView)
Creates a new POJO with the given data.- Parameters:
contentView
- Content view of the source that initiated the request.
-
FindPdfImporterIdsRequest
public FindPdfImporterIdsRequest(String sourceTabId)
Creates a new POJO with the given data.- Parameters:
sourceTabId
- Value returned byIDesignerConversationRequest.getSourceTabId()
.
-
-
Method Detail
-
getResponseType
public Class<? extends FindPdfImporterIdsResponse> 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.
-
-