Class ActionRegistry

    • Constructor Detail

      • ActionRegistry

        public ActionRegistry()
    • Method Detail

      • addAction

        public void addAction​(Action action)
      • applyCompatibility

        protected void applyCompatibility​(Action finalAction)
      • applyCompatibility

        protected boolean applyCompatibility​(String category,
                                             Action finalAction)
      • applyCustomCompatibility

        protected boolean applyCustomCompatibility​(String compatType,
                                                   Action action)
        Displays specific help messages for migration of actions.
        Since:
        6.0
      • getClonedAction

        protected Action getClonedAction​(Action action)
      • setTypeCategoryRelations

        public void setTypeCategoryRelations​(List<TypeCompatibility> typeCategoryRelations)