Uses of Class
org.odpi.openmetadata.adminservices.configuration.properties.PermittedSynchronization
-
Packages that use PermittedSynchronization Package Description org.odpi.openmetadata.adminservices.configuration.properties The properties package provides the configuration properties for the different subsystems that run inside the Open Metadata and Governance (OMAG) Platform. -
-
Uses of PermittedSynchronization in org.odpi.openmetadata.adminservices.configuration.properties
Methods in org.odpi.openmetadata.adminservices.configuration.properties that return PermittedSynchronization Modifier and Type Method Description PermittedSynchronizationIntegrationServiceConfig. getDefaultPermittedSynchronization()Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.PermittedSynchronizationIntegrationConnectorConfig. getPermittedSynchronization()Return the permitted direction of metadata flow (see the enum definition for more details).static PermittedSynchronizationPermittedSynchronization. valueOf(String name)Returns the enum constant of this type with the specified name.static PermittedSynchronization[]PermittedSynchronization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.adminservices.configuration.properties with parameters of type PermittedSynchronization Modifier and Type Method Description voidIntegrationServiceConfig. setDefaultPermittedSynchronization(PermittedSynchronization defaultPermittedSynchronization)Set up the default value for permitted synchronization that should be set up for the integration connectors as they are configured.voidIntegrationConnectorConfig. setPermittedSynchronization(PermittedSynchronization permittedSynchronization)Set up the permitted direction of metadata flow (see the enum definition for more details).
-