Class ProcessGUIModel

    • Method Detail

      • getProcess

        public Vorgang getProcess()
      • isCanSubmitForm

        public boolean isCanSubmitForm()
      • isUsesNewWorkflow

        public boolean isUsesNewWorkflow()
      • setProcessView

        public void setProcessView​(EProcessView processView)
      • isShowAdvancedMenu

        public boolean isShowAdvancedMenu()
        Returns:
        Whether the advanced processing menu is shown.
      • isShowStatusChangeMenu

        public boolean isShowStatusChangeMenu()
        Returns:
        Whether the menu for performing a state change is shown (old workflow engine only).
      • isShowInvokeTaskMenu

        public boolean isShowInvokeTaskMenu()
        Returns:
        Whether the menu for invoking a workflow trigger is shown (new workflow engine only).
      • getFormProcessTypes

        public List<javax.faces.model.SelectItem> getFormProcessTypes()
        Returns:
        Available form process types for the advanced menu.
      • setFormProcessTypes

        public void setFormProcessTypes​(List<javax.faces.model.SelectItem> formProcessTypes)
      • isFormRecordAccessible

        public boolean isFormRecordAccessible()
      • isStandaloneView

        public boolean isStandaloneView()
      • getFormReviewUrl

        public String getFormReviewUrl()
      • getInboxReviewUrl

        public String getInboxReviewUrl()
      • isUseActiveProjectVersion

        public boolean isUseActiveProjectVersion()
      • setUseActiveProjectVersion

        public void setUseActiveProjectVersion​(boolean useActiveProjectVersion)
      • getDataRoot

        public org.primefaces.model.TreeNode getDataRoot()
      • getCurrentPageName

        public String getCurrentPageName()
      • getCurrentPageDisplayName

        public String getCurrentPageDisplayName()
      • getCurrentPageIcon

        public String getCurrentPageIcon()
      • getStateDisplayName

        public String getStateDisplayName()
      • getPageNames

        public List<String> getPageNames()
      • getAvailableFollowStates

        public List<Status> getAvailableFollowStates()
        Returns:
        All following states to the current state of the old workflow engine to which the user may perform a state change in the inbox.
      • getAvailableStatesForAdvancedDialog

        public List<Status> getAvailableStatesForAdvancedDialog()
      • getAvailableTasks

        public List<InvokableTaskModel> getAvailableTasks()
        Returns:
        All tasks of the new workflow engine that may be initiated by the current user in the inbox.
      • isCurrentFormversionActive

        public boolean isCurrentFormversionActive()
      • getCurrentlySelectedProjectVersion

        public IProjectVersionModel getCurrentlySelectedProjectVersion()
      • isFormRecordDataLocked

        public boolean isFormRecordDataLocked()
      • isCurrentViewAccessible

        public boolean isCurrentViewAccessible()
      • isViewAccessible

        public boolean isViewAccessible​(EProcessView processView)
      • isWorkflowInvalid

        public boolean isWorkflowInvalid()
      • isShowViewActions

        public boolean isShowViewActions​(EProcessView processView)
      • isWaitingForDoiVerification

        public boolean isWaitingForDoiVerification()
      • unlock

        public void unlock()
      • gotoFormPage

        public void gotoFormPage​(String pageName)
      • forStandaloneView

        public static final ProcessGUIModel forStandaloneView​(javax.faces.context.FacesContext facesContext,
                                                              Locale defaultLocale,
                                                              Benutzer user,
                                                              ViewBean viewBean)
      • getAvailableStates

        @Deprecated
        public List<Status> getAvailableStates()
        Deprecated.
        Returns:
        All states of the old workflow engine to which the user may perform a state change in the inbox (via the advanced dialog).
      • isCurrentFormversion

        @Deprecated
        public boolean isCurrentFormversion()
        Deprecated.
      • setCurrentFormversion

        @Deprecated
        public void setCurrentFormversion​(boolean isCurrentFormversion)
        Deprecated.