Package lumis.content.table
Interface IContentTableSourceUpdateDataResult
-
- All Superinterfaces:
ISourceUpdateDataResult
@StableMinor(version="14.0", sinceVersion="10.4") public interface IContentTableSourceUpdateDataResult extends ISourceUpdateDataResult
Result forContentTableSource.updateData(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 updated content version.boolean
isAutoArchived()
Indicates whether the data was automatically archived during the operation.-
Methods inherited from interface lumis.doui.source.ISourceUpdateDataResult
getItemId
-
-
-
-
Method Detail
-
getContentVersion
ContentVersion getContentVersion()
Returns the updated content version.If the content source has
versioning
, the returned content version corresponds to the version created during the update.- 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
-
-