Class CatalogChangeLimitLevelCountTask

  • All Implemented Interfaces:
    IBmTask<org.eclipse.core.runtime.IStatus>

    public class CatalogChangeLimitLevelCountTask
    extends BmBasicTask1<Catalog>
    An IBmTask implementation for changing Catalog limit level count.
    • Constructor Detail

      • CatalogChangeLimitLevelCountTask

        public CatalogChangeLimitLevelCountTask​(Catalog catalog,
                                                boolean limitLevelCount)
        Parameters:
        catalog - is the Catalog
        limitLevelCount - is limit level count
    • Method Detail

      • execute

        public org.eclipse.core.runtime.IStatus execute​(Catalog catalog,
                                                        org.eclipse.core.runtime.IProgressMonitor monitor)
        Changes limit level count of the given catalog. Sets limit level to default value = 2 if level count is limited.
        Specified by:
        execute in class BmBasicTask1<Catalog>