Search in sources :

Example 21 with SessionStatus

use of org.openforis.collect.designer.session.SessionStatus in project collect by openforis.

the class TabsGroupPanelVM method getFormVersion.

public ModelVersion getFormVersion() {
    SessionStatus sessionStatus = super.getSessionStatus();
    ModelVersion version = sessionStatus.getLayoutFormVersion();
    return version;
}
Also used : SessionStatus(org.openforis.collect.designer.session.SessionStatus) ModelVersion(org.openforis.idm.metamodel.ModelVersion)

Aggregations

SessionStatus (org.openforis.collect.designer.session.SessionStatus)21 CollectSurvey (org.openforis.collect.model.CollectSurvey)9 Command (org.zkoss.bind.annotation.Command)3 CodeList (org.openforis.idm.metamodel.CodeList)2 ModelVersion (org.openforis.idm.metamodel.ModelVersion)2 NodeDefinition (org.openforis.idm.metamodel.NodeDefinition)2 GlobalCommand (org.zkoss.bind.annotation.GlobalCommand)2 NotifyChange (org.zkoss.bind.annotation.NotifyChange)2 File (java.io.File)1 ArrayList (java.util.ArrayList)1 HashMap (java.util.HashMap)1 MessageUtil (org.openforis.collect.designer.util.MessageUtil)1 ConfirmParams (org.openforis.collect.designer.util.MessageUtil.ConfirmParams)1 CodeListImportProcess (org.openforis.collect.manager.codelistimport.CodeListImportProcess)1 CodeListImportStatus (org.openforis.collect.manager.codelistimport.CodeListImportStatus)1 UIOptions (org.openforis.collect.metamodel.ui.UIOptions)1 UITabSet (org.openforis.collect.metamodel.ui.UITabSet)1 Schema (org.openforis.idm.metamodel.Schema)1 Secured (org.springframework.security.access.annotation.Secured)1 Init (org.zkoss.bind.annotation.Init)1