Class AbstractFindEventHandlersHandler

    • Constructor Detail

      • AbstractFindEventHandlersHandler

        public AbstractFindEventHandlersHandler()
    • Method Detail

      • execute

        public Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                       throws org.eclipse.core.commands.ExecutionException
        Throws:
        org.eclipse.core.commands.ExecutionException
      • getParentTypeSet

        protected TypeSet getParentTypeSet​(MdObject context,
                                           TypeItem typeItem)
        Returns type set contatining given type item. Example: for CatalogObjects.Catalog1 typeItem returns CatalogObjects typeSet
        Parameters:
        context - - context object. Cannot be null.
        typeItem - - type item to get parent type set. Cannot be null.
        Returns:
        parent type set. Can return null.
      • getMdObjectProducedType

        protected abstract Collection<TypeItem> getMdObjectProducedType​(MdObject mdObject)
        Returns given md object produced types.
        Parameters:
        mdObject - - object to get produced types. Can't be null.
        Returns:
        given md object produced types. Can't return null.