Package lumis.content.table
Interface IContentTableSourceAddDataResult
-
- All Superinterfaces:
ISourceAddDataResult
@StableMinor(version="14.0", sinceVersion="10.4") public interface IContentTableSourceAddDataResult extends ISourceAddDataResult
Result forContentTableSource.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 ContentVersion
getContentVersion()
Returns the content version of the data added.boolean
isAutoArchived()
Indicates whether the data was automatically archived during the operation.-
Methods inherited from interface lumis.doui.source.ISourceAddDataResult
getItemId
-
-
-
-
Method Detail
-
getContentVersion
ContentVersion getContentVersion()
Returns the content version of the data added.- Returns:
- the content version.
- Since:
- 10.4.0
-
isAutoArchived
boolean isAutoArchived()
Indicates whether the data was automatically archived during the operation.- Returns:
true
if it was automatically archived,false
otherwise.- Since:
- 10.4.0
-
-