public class BulkUpdateObjectIdAndChangeTokenImpl extends AbstractExtensionData implements BulkUpdateObjectIdAndChangeToken
| Constructor and Description |
|---|
BulkUpdateObjectIdAndChangeTokenImpl() |
BulkUpdateObjectIdAndChangeTokenImpl(String id,
String changeToken) |
BulkUpdateObjectIdAndChangeTokenImpl(String id,
String newId,
String changeToken) |
BulkUpdateObjectIdAndChangeTokenImpl(String id,
String newId,
String changeToken,
List<CmisExtensionElement> extensions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Returns the change token of the object.
|
String |
getId()
Returns the object ID.
|
String |
getNewId()
Returns the new object ID if the repository created a new object during
the update.
|
void |
setChangeToken(String changeToken) |
void |
setId(String id) |
void |
setNewId(String newId) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic BulkUpdateObjectIdAndChangeTokenImpl()
public BulkUpdateObjectIdAndChangeTokenImpl(String id, String changeToken)
public BulkUpdateObjectIdAndChangeTokenImpl(String id, String newId, String changeToken)
public BulkUpdateObjectIdAndChangeTokenImpl(String id, String newId, String changeToken, List<CmisExtensionElement> extensions)
public String getId()
BulkUpdateObjectIdAndChangeTokengetId in interface BulkUpdateObjectIdAndChangeTokenpublic String getNewId()
BulkUpdateObjectIdAndChangeTokengetNewId in interface BulkUpdateObjectIdAndChangeTokennull if no new object has been
createdpublic String getChangeToken()
BulkUpdateObjectIdAndChangeTokengetChangeToken in interface BulkUpdateObjectIdAndChangeTokennull if the repository does not
support change tokenspublic void setId(String id)
public void setNewId(String newId)
public void setChangeToken(String changeToken)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.