Uses of Class
lumis.content.table.ContentTableSource.LockStrategy
-
Packages that use ContentTableSource.LockStrategy Package Description lumis.content.table lumis.service.privacyterm.doui -
-
Uses of ContentTableSource.LockStrategy in lumis.content.table
Methods in lumis.content.table that return ContentTableSource.LockStrategy Modifier and Type Method Description static ContentTableSource.LockStrategy
ContentTableSource.LockStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContentTableSource.LockStrategy[]
ContentTableSource.LockStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.content.table with parameters of type ContentTableSource.LockStrategy Modifier and Type Method Description void
ContentTableSource. deleteDataByItemIds(Collection<String> itemIds, ContentTableSource.LockStrategy lockStrategy)
Deletes data from the persistence this source represents.IContentTableSourceUpdateDataResult
ContentTableSource. updateData(Object data, ContentTableSource.LockStrategy lockStrategy)
Updates a data in the persistence this source represents. -
Uses of ContentTableSource.LockStrategy in lumis.service.privacyterm.doui
Methods in lumis.service.privacyterm.doui with parameters of type ContentTableSource.LockStrategy Modifier and Type Method Description IContentTableSourceUpdateDataResult
PrivacyTermSource. updateData(Object data, ContentTableSource.LockStrategy lockStrategy)
-