Package lumis.doui.source
Interface ISourceUpdateDataResult
-
- All Known Subinterfaces:
IContentTableSourceUpdateDataResult
,ISourceAddOrUpdateDataResult
@StableMinor(version="14.2", sinceVersion="10.4") public interface ISourceUpdateDataResult
Result forSource.updateData(Object)
.- Since:
- 10.4.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getItemId()
The item identifier of the data updated.
-
-
-
Method Detail
-
getItemId
String getItemId()
The item identifier of the data updated.If the item identifier changes during update (example: content with versioning), the item identifier returned is the resulting identifier for the data after the update.
- Returns:
- the item identifier.
- Since:
- 10.4.0
-
-