Package lumis.doui.source
Interface ISourceUpdateDataResult
-
- All Known Subinterfaces:
IContentTableSourceUpdateDataResult
,ISourceAddOrUpdateDataResult
@StableMinor(version="16.0", sinceVersion="10.4") public interface ISourceUpdateDataResult
Result forSource.updateData(Object)
.- Since:
- 10.4.0
- Version:
- $Revision: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getItemId()
The item identifier of the data updated.
-
-
-
Method Detail
-
getItemId
java.lang.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
-
-