Uses of Class
com.lyncode.xoai.dataprovider.core.DeleteMethod
-
Packages that use DeleteMethod Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.services.api -
-
Uses of DeleteMethod in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return DeleteMethod Modifier and Type Method Description static DeleteMethodDeleteMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteMethod[]DeleteMethod. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeleteMethod in com.lyncode.xoai.dataprovider.services.api
Methods in com.lyncode.xoai.dataprovider.services.api that return DeleteMethod Modifier and Type Method Description DeleteMethodRepositoryConfiguration. getDeleteMethod()Repositories must declare one of three levels of support for deleted records in the deletedRecord element of the Identify response.
-