Uses of Class
org.apache.hop.ui.core.metadata.MetadataManager
-
-
Uses of MetadataManager in org.apache.hop.ui.core.database
Constructors in org.apache.hop.ui.core.database with parameters of type MetadataManager Constructor Description DatabaseMetaEditor(HopGui hopGui, MetadataManager<DatabaseMeta> manager, DatabaseMeta databaseMeta) -
Uses of MetadataManager in org.apache.hop.ui.core.metadata
Fields in org.apache.hop.ui.core.metadata declared as MetadataManager Modifier and Type Field Description protected MetadataManager<T>MetadataEditor. managerMethods in org.apache.hop.ui.core.metadata that return MetadataManager Modifier and Type Method Description MetadataManager<T>MetadataEditor. getMetadataManager()Constructors in org.apache.hop.ui.core.metadata with parameters of type MetadataManager Constructor Description MetadataEditor(HopGui hopGui, MetadataManager<T> manager, T metadata) -
Uses of MetadataManager in org.apache.hop.ui.core.widget
Methods in org.apache.hop.ui.core.widget that return MetadataManager Modifier and Type Method Description MetadataManager<T>MetaSelectionLine. getManager()Gets manager -
Uses of MetadataManager in org.apache.hop.ui.execution
Constructors in org.apache.hop.ui.execution with parameters of type MetadataManager Constructor Description ExecutionInfoLocationEditor(HopGui hopGui, MetadataManager<ExecutionInfoLocation> manager, ExecutionInfoLocation location) -
Uses of MetadataManager in org.apache.hop.ui.execution.profiling
Constructors in org.apache.hop.ui.execution.profiling with parameters of type MetadataManager Constructor Description ExecutionDataProfileEditor(HopGui hopGui, MetadataManager<ExecutionDataProfile> manager, ExecutionDataProfile profile) -
Uses of MetadataManager in org.apache.hop.ui.hopgui
Fields in org.apache.hop.ui.hopgui declared as MetadataManager Modifier and Type Field Description MetadataManager<DatabaseMeta>HopGui. databaseMetaManagerMetadataManager<HopServer>HopGui. hopServerManagerMetadataManager<PartitionSchema>HopGui. partitionManagerMethods in org.apache.hop.ui.hopgui that return MetadataManager Modifier and Type Method Description MetadataManager<DatabaseMeta>HopGui. getDatabaseMetaManager()Gets databaseMetaManagerMetadataManager<PartitionSchema>HopGui. getPartitionManager()Gets partitionManagerMethods in org.apache.hop.ui.hopgui with parameters of type MetadataManager Modifier and Type Method Description voidHopGui. setDatabaseMetaManager(MetadataManager<DatabaseMeta> databaseMetaManager)voidHopGui. setPartitionManager(MetadataManager<PartitionSchema> partitionManager) -
Uses of MetadataManager in org.apache.hop.ui.hopgui.partition
Constructors in org.apache.hop.ui.hopgui.partition with parameters of type MetadataManager Constructor Description PartitionSettings(int exactSize, PipelineMeta pipelineMeta, TransformMeta transformMeta, MetadataManager<PartitionSchema> schemaManager) -
Uses of MetadataManager in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution that return MetadataManager Modifier and Type Method Description protected MetadataManager<IHopMetadata>ExecutionPerspective. getMetadataManager(String objectKey) -
Uses of MetadataManager in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata that return MetadataManager Modifier and Type Method Description protected MetadataManager<IHopMetadata>MetadataPerspective. getMetadataManager(String objectKey) -
Uses of MetadataManager in org.apache.hop.ui.partition
Constructors in org.apache.hop.ui.partition with parameters of type MetadataManager Constructor Description PartitionSchemaEditor(HopGui hopGui, MetadataManager<PartitionSchema> manager, PartitionSchema metadata) -
Uses of MetadataManager in org.apache.hop.ui.pipeline.config
Constructors in org.apache.hop.ui.pipeline.config with parameters of type MetadataManager Constructor Description PipelineRunConfigurationEditor(HopGui hopGui, MetadataManager<PipelineRunConfiguration> manager, PipelineRunConfiguration runConfiguration) -
Uses of MetadataManager in org.apache.hop.ui.server
Constructors in org.apache.hop.ui.server with parameters of type MetadataManager Constructor Description HopServerEditor(HopGui hopGui, MetadataManager<HopServer> manager, HopServer metadata) -
Uses of MetadataManager in org.apache.hop.ui.workflow.config
Constructors in org.apache.hop.ui.workflow.config with parameters of type MetadataManager Constructor Description WorkflowRunConfigurationEditor(HopGui hopGui, MetadataManager<WorkflowRunConfiguration> manager, WorkflowRunConfiguration runConfiguration) -
Uses of MetadataManager in org.apache.hop.ui.www.service
Constructors in org.apache.hop.ui.www.service with parameters of type MetadataManager Constructor Description WebServiceEditor(HopGui hopGui, MetadataManager<WebService> manager, WebService metadata)
-