Package de.xima.fc.interfaces.form
Interface IFormDesignerEnvironmentData
-
- All Superinterfaces:
IBaseEnvironmentData
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormVersion
getFormVersion()
Projekt
getProject()
WorkflowVersion
getWorkflowVersion()
-
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IBaseEnvironmentData
getClient, getEntityContext, getLocale, getUser
-
-
-
-
Method Detail
-
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.
-
-