Interface ConfigurableFlowControllerPersistDelegate

    • Method Detail

      • persistProperties

        boolean persistProperties​(AbstractActionType actionType)
        Persists properties of the action
        Parameters:
        actionType - action type
        Returns:
        true if operation succeeded, otherwise false
      • revertProperties

        void revertProperties​(CancelType cancel)
        Removes properties which where saved during the operations on the Configurable Flow
        Parameters:
        cancel - cancel type
      • persistWidgetProperty

        java.lang.Object persistWidgetProperty​(java.lang.String property)
                                        throws ObjectSavingException
        Persist property from values of the controller
        Parameters:
        property - property to save
        Returns:
        saved object
        Throws:
        ObjectSavingException - when saving fails
      • showSuccessNotification

        void showSuccessNotification​(java.lang.Object persistedObject)
        Shows objects creation success notification
        Parameters:
        persistedObject - object which was persisted
      • showFailureNotification

        void showFailureNotification​(ObjectSavingException failureException)
        Shows object creation failure notification
        Parameters:
        failureException - object saving exception
      • showFailureNotification

        void showFailureNotification​(java.lang.Throwable failureException)
        Shows object creation failure notification
        Parameters:
        failureException - throwable