Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.Status
-
-
Uses of Status in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return Status Modifier and Type Method Description static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Status in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common that return Status Modifier and Type Method Description StatusSystemAttributes. getStatus()Status indicates the status of the object - the values are specified in the Status enumerationMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common with parameters of type Status Modifier and Type Method Description voidSystemAttributes. setStatus(Status status) -
Uses of Status in org.odpi.openmetadata.accessservices.subjectarea.validators
Methods in org.odpi.openmetadata.accessservices.subjectarea.validators that return Status Modifier and Type Method Description static StatusInputValidator. validateStatusAndCheckNotDeleted(String className, String actionDescription, String statusName)Validate the supplied string can be converted to a Status and return that status.
-