Class DbObjectAttributeNavigatorAdapter

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.model.IWorkbenchAdapter, org.eclipse.ui.model.IWorkbenchAdapter2, org.eclipse.ui.model.IWorkbenchAdapter3

    public class DbObjectAttributeNavigatorAdapter
    extends MdModelNavigatorAdapterBase<DbObjectAttribute>
    Db object attribute navigator adapter.
    • Constructor Detail

      • DbObjectAttributeNavigatorAdapter

        @Inject
        public DbObjectAttributeNavigatorAdapter​(IConfigurationProvider configurationProvider,
                                                 ISymbolicNameService symbolicNameService,
                                                 IModelParentSupport modelParentSupport,
                                                 IResourceLookup resourceLookup,
                                                 org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                 INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Instantiates a new db object attribute navigator adapter.
        Parameters:
        configurationProvider - the configuration provider, cannot be null
        symbolicNameService - the symbolic name service, cannot be null
        modelParentSupport - the model parent support, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
    • Method Detail

      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<Catalog> create​(Catalog catalog,
                                                                               IResourceLookup resourceLookup,
                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of Catalog business object.
        Parameters:
        catalog - the catalog, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<ExchangePlan> create​(ExchangePlan exchangePlan,
                                                                                    IResourceLookup resourceLookup,
                                                                                    org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                    INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of ExchangePlan business object.
        Parameters:
        exchangePlan - the exchange plan, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<Document> create​(Document document,
                                                                                IResourceLookup resourceLookup,
                                                                                org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of Document business object.
        Parameters:
        document - the document, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<ChartOfAccounts> create​(ChartOfAccounts chart,
                                                                                       IResourceLookup resourceLookup,
                                                                                       org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                       INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of ChartOfAccounts business object.
        Parameters:
        chart - the chart of accounts, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<ChartOfCalculationTypes> create​(ChartOfCalculationTypes chart,
                                                                                               IResourceLookup resourceLookup,
                                                                                               org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                               INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of ChartOfCalculationTypes business object.
        Parameters:
        chart - the chart of calculation types, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<BusinessProcess> create​(BusinessProcess businessProcess,
                                                                                       IResourceLookup resourceLookup,
                                                                                       org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                                       INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of BusinessProcess business object.
        Parameters:
        businessProcess - the BusinessProcess, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null
      • create

        public static DbObjectAttributeNavigatorAdapter.Folder<Task> create​(Task task,
                                                                            IResourceLookup resourceLookup,
                                                                            org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider,
                                                                            INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
        Creates a new navigator adapter for "Attributes" folder of Task business object.
        Parameters:
        task - the Task, cannot be null
        resourceLookup - the resource lookup, can not be null
        qualifiedNameProvider - actual IQualifiedNameProvider for getting full qualified name of the objects, can't be null
        navigatorContentProviderStateProvider - the navigator content provider state provider, can not be null
        Returns:
        the db object attributes navigator adapter, cannot be null