Package de.xima.fc.interfaces.form
Interface IFormDesignerEnvironmentData
- All Superinterfaces:
IBaseEnvironmentData
- All Known Implementing Classes:
FormDesignerEnvironmentData
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 Summary
Modifier and TypeMethodDescriptionMethods inherited from interface de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
getClient, getEntityContext, getLocale, getUser, getUserModel
-
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.
-