Class FetchWorkflowConfigRequest

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

public final class FetchWorkflowConfigRequest extends Object
Requests the current workflow process from the workflow designer.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FetchWorkflowConfigRequest

      public FetchWorkflowConfigRequest(String sourceTabId)
      Creates a new POJO request data object with the given data.
      Parameters:
      sourceTabId - Value returned by IDesignerConversationRequest.getSourceTabId()
    • FetchWorkflowConfigRequest

      public FetchWorkflowConfigRequest(EContentView contentView)
      Creates a new POJO request data object with the given data.
      Parameters:
      contentView - Tab from which the event originates.
  • Method Details