Uses of Class
org.odpi.openmetadata.accessservices.securityofficer.api.model.SecurityClassification
-
-
Uses of SecurityClassification in org.odpi.openmetadata.accessservices.securityofficer.api.events
Methods in org.odpi.openmetadata.accessservices.securityofficer.api.events that return SecurityClassification Modifier and Type Method Description SecurityClassificationSecurityOfficerUpdateTagEvent. getPreviousClassification()Methods in org.odpi.openmetadata.accessservices.securityofficer.api.events with parameters of type SecurityClassification Modifier and Type Method Description voidSecurityOfficerUpdateTagEvent. setPreviousClassification(SecurityClassification previousClassification) -
Uses of SecurityClassification in org.odpi.openmetadata.accessservices.securityofficer.api.model
Methods in org.odpi.openmetadata.accessservices.securityofficer.api.model that return SecurityClassification Modifier and Type Method Description SecurityClassificationSecuritySchemaElement. getSecurityClassification()Methods in org.odpi.openmetadata.accessservices.securityofficer.api.model with parameters of type SecurityClassification Modifier and Type Method Description voidSecuritySchemaElement. setSecurityClassification(SecurityClassification securityClassification) -
Uses of SecurityClassification in org.odpi.openmetadata.accessservices.securityofficer.api.model.rest
Methods in org.odpi.openmetadata.accessservices.securityofficer.api.model.rest that return SecurityClassification Modifier and Type Method Description SecurityClassificationSecurityOfficerSecurityTagResponse. getSecurityTag()Methods in org.odpi.openmetadata.accessservices.securityofficer.api.model.rest that return types with arguments of type SecurityClassification Modifier and Type Method Description List<SecurityClassification>SecurityOfficerSecurityTagListResponse. getSecurityTags()Methods in org.odpi.openmetadata.accessservices.securityofficer.api.model.rest with parameters of type SecurityClassification Modifier and Type Method Description voidSecurityOfficerSecurityTagResponse. setSecurityTag(SecurityClassification securityTag)Method parameters in org.odpi.openmetadata.accessservices.securityofficer.api.model.rest with type arguments of type SecurityClassification Modifier and Type Method Description voidSecurityOfficerSecurityTagListResponse. setSecurityTags(List<SecurityClassification> securityTags)
-