Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.DeleteSemantic
-
-
Uses of DeleteSemantic in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return DeleteSemantic Modifier and Type Method Description DeleteSemanticDeleteEvent. getDeleteSemantic()Return the delete semanticMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type DeleteSemantic Modifier and Type Method Description voidDeleteEvent. setDeleteSemantic(DeleteSemantic deleteSemantic)Set up the delete semantic -
Uses of DeleteSemantic in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return DeleteSemantic Modifier and Type Method Description static DeleteSemanticDeleteSemantic. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteSemantic[]DeleteSemantic. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeleteSemantic in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return DeleteSemantic Modifier and Type Method Description DeleteSemanticDeleteRequestBody. getDeleteSemantic()Return the delete semanticMethods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type DeleteSemantic Modifier and Type Method Description voidDeleteRequestBody. setDeleteSemantic(DeleteSemantic deleteSemantic)Set up the delete semantic
-