Class LoadWebFormPersistLivecycleRequest

java.lang.Object
de.xima.fc.gui.bean.designer.request.LoadWebFormPersistLivecycleRequest
All Implemented Interfaces:
IDesignerConversationRequest<Serializable>, ICrossViewScopeRequest<Serializable>, Serializable

public final class LoadWebFormPersistLivecycleRequest extends Object
Requests a livecycle file to get loaded in the workflow designer.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getFileName

      public String getFileName()
      Returns:
      Name of the livecycle file.
    • getLivecycleXml

      public String getLivecycleXml()
      Returns:
      Persist JSON that should get loaded.
    • getResponseType

      public Class<? extends Serializable> getResponseType()
      Returns:
      Type of the requested data.
    • getSourceTabId

      public String getSourceTabId()
      Specified by:
      getSourceTabId in interface IDesignerConversationRequest<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.