Class RequestWorkflowEnvironmentData

java.lang.Object
de.xima.fc.workflow.designer.logic.RequestWorkflowEnvironmentData
All Implemented Interfaces:
IBaseEnvironmentData, IWorkflowValidationEnvironmentData, IBaseWorkflowEnvironmentData

public class RequestWorkflowEnvironmentData extends Object implements IWorkflowValidationEnvironmentData
Implementation of IBaseWorkflowEnvironmentData that takes the data from the current designer view scope.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • RequestWorkflowEnvironmentData

      public RequestWorkflowEnvironmentData()
      A new instance that takes the data from the current designer view scope. Uses the default request entity context.
    • RequestWorkflowEnvironmentData

      public RequestWorkflowEnvironmentData(IEntityContext ec)
      A new instance that takes the data from the current designer view scope. Uses the given entity context.
      Parameters:
      ec - Entity context to use.
  • Method Details