Package lumis.doui.source
Interface ISourceAddDataResult
-
- All Known Subinterfaces:
IContentTableSourceAddDataResult
,ISourceAddOrUpdateDataResult
@StableMinor(version="14.0", sinceVersion="10.4") public interface ISourceAddDataResult
Result forSource.addData(Object)
.- Since:
- 10.4.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getItemId()
The item identifier of the data added.
-
-
-
Method Detail
-
getItemId
String getItemId()
The item identifier of the data added.- Returns:
- the item identifier.
- Since:
- 10.4.0
-
-