Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.OperationalStatus
-
Packages that use OperationalStatus Package Description org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of OperationalStatus in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return OperationalStatus Modifier and Type Method Description OperationalStatusDeploymentProperties. getDeploymentStatus()Return whether the capability is ready to use.OperationalStatusCapabilityDeploymentProperties. getSoftwareCapabilityStatus()Return whether the capability is ready to use.static OperationalStatusOperationalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationalStatus[]OperationalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type OperationalStatus Modifier and Type Method Description voidDeploymentProperties. setDeploymentStatus(OperationalStatus deploymentStatus)Set up whether the capability is ready to use.voidCapabilityDeploymentProperties. setSoftwareCapabilityStatus(OperationalStatus softwareCapabilityStatus)Set up whether the capability is ready to use.
-