Uses of Class
org.odpi.openmetadata.governanceservers.enginehostservices.properties.GovernanceEngineStatus
-
Packages that use GovernanceEngineStatus Package Description org.odpi.openmetadata.governanceservers.enginehostservices.properties -
-
Uses of GovernanceEngineStatus in org.odpi.openmetadata.governanceservers.enginehostservices.properties
Methods in org.odpi.openmetadata.governanceservers.enginehostservices.properties that return GovernanceEngineStatus Modifier and Type Method Description GovernanceEngineStatusGovernanceEngineSummary. getGovernanceEngineStatus()Return the status of the governance engine.static GovernanceEngineStatusGovernanceEngineStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceEngineStatus[]GovernanceEngineStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.governanceservers.enginehostservices.properties with parameters of type GovernanceEngineStatus Modifier and Type Method Description voidGovernanceEngineSummary. setGovernanceEngineStatus(GovernanceEngineStatus governanceEngineStatus)Set up the status of the governance engine.
-