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, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtensions, setExtensions
public 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()
BulkUpdateObjectIdAndChangeToken
getId
in interface BulkUpdateObjectIdAndChangeToken
public String getNewId()
BulkUpdateObjectIdAndChangeToken
getNewId
in interface BulkUpdateObjectIdAndChangeToken
null
if no new object has been
createdpublic String getChangeToken()
BulkUpdateObjectIdAndChangeToken
getChangeToken
in interface BulkUpdateObjectIdAndChangeToken
null
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 AbstractExtensionData
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.