Class ProcessReviewBean

    • Constructor Detail

      • ProcessReviewBean

        public ProcessReviewBean()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getFormProcessTypes

        public List<javax.faces.model.SelectItem> getFormProcessTypes()
      • setExternalDataConatiner

        public void setExternalDataConatiner​(IDataContainer externalDataConatiner)
      • isCanUserAccessAdvancedOptions

        public boolean isCanUserAccessAdvancedOptions()
      • getFormRecordDataLockedMsg

        public String getFormRecordDataLockedMsg()
      • isShowResendDoiMailOption

        public boolean isShowResendDoiMailOption()
      • isShowCancelDoiOption

        public boolean isShowCancelDoiOption()
      • isShowUnlockSavedFormRecord

        public boolean isShowUnlockSavedFormRecord()
      • getFormReviewUrl

        public String getFormReviewUrl()
        Returns:
        The URL for viewing the given process standalone in a tab or window.
      • getInboxReviewUrl

        public String getInboxReviewUrl()
        Returns:
        The URL for viewing the given process standalone in a tab or window with process menu.
      • isAccessible

        public boolean isAccessible​(Vorgang process)
      • setProcess

        public void setProcess​(Vorgang process)
      • setProcessAndView

        public void setProcessAndView​(Long formRecordId,
                                      EProcessView processView)
      • getProcess

        public Vorgang getProcess()
        Returns:
        the process
      • getAvailableStates

        public List<Status> getAvailableStates()
        Returns:
        A list of all states to which the user may perform a state transition via the inbox UI (old workflow).
      • getAvailableTasks

        public List<InvokableTaskModel> getAvailableTasks()
        Returns:
        A list of all tasks that may be initiated by the user via the inbox UI (new workflow).
      • setProcessView

        public void setProcessView​(EProcessView processView)
      • isStandaloneView

        public boolean isStandaloneView()
      • updateData

        public void updateData()
      • toggleCurrentFormVersion

        public void toggleCurrentFormVersion​(javax.faces.event.ActionEvent event)
      • deleteProcess

        public void deleteProcess()
      • unlockSavedFormRecord

        public void unlockSavedFormRecord()
      • loadStandalone

        @Deprecated
        public void loadStandalone()
        Deprecated.
      • isUserAuthenticated

        @Deprecated
        public boolean isUserAuthenticated()
        Deprecated.
      • isCanUserAccessFormRecord

        @Deprecated
        public boolean isCanUserAccessFormRecord()
        Deprecated.
      • setRequestPid

        @Deprecated
        public void setRequestPid​(Long requestPid)
        Deprecated.
      • setRequestFcpuid

        @Deprecated
        public void setRequestFcpuid​(String requestFcpuid)
        Deprecated.
      • isRequestVersion

        @Deprecated
        public boolean isRequestVersion()
        Deprecated.
      • setRequestVersion

        @Deprecated
        public void setRequestVersion​(boolean requestVersion)
        Deprecated.
      • setRequestLang

        @Deprecated
        public void setRequestLang​(String requestLang)
        Deprecated.