Interface IFormDesignerEnvironmentData

All Superinterfaces:
IBaseEnvironmentData
All Known Implementing Classes:
FormDesignerEnvironmentData

public interface IFormDesignerEnvironmentData extends IBaseEnvironmentData
Environment data required within the form designer. Contains basic info such as the project that is being edited, as well as the client, locale, and user.
Since:
7.0.1
Author:
XIMA MEDIA GmbH
  • Method Details

    • getFormVersion

      FormVersion getFormVersion()
      Returns:
      The form version of the project that is currently opened in the form designer.
    • getProject

      Projekt getProject()
      Returns:
      The project that is currently opened in the form designer.
    • getWorkflowVersion

      WorkflowVersion getWorkflowVersion()
      Returns:
      The form version of the project that is currently opened in the form designer. May be null when the form uses the old workflow.