|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.replication.recovery.PendingConfirmationChengesLog
public class PendingConfirmationChengesLog
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
PendingConfirmationChengesLog(ItemStateChangesLog changesLog,
java.util.Calendar timeStamp,
java.lang.String identifier)
PendingConfirmationChengesLog constructor. |
|
| Method Summary | |
|---|---|
ItemStateChangesLog |
getChangesLog()
getChangesLog. |
java.util.List<java.lang.String> |
getConfirmationList()
getConfirmationList. |
java.lang.String |
getIdentifier()
getIdentifier. |
java.util.List<java.lang.String> |
getNotConfirmationList()
getNotConfirmationList. |
java.util.Calendar |
getTimeStamp()
getTimeStamp. |
void |
setChangesLog(ItemStateChangesLog changesLog)
setChangesLog. |
void |
setConfirmationList(java.util.List<java.lang.String> confirmationList)
setConfirmationList. |
void |
setIdentifier(java.lang.String identifier)
setIdentifier. |
void |
setNotConfirmationList(java.util.List<java.lang.String> notConfirmationList)
setNotConfirmationList. |
void |
setTimeStamp(java.util.Calendar timeStamp)
setTimeStamp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PendingConfirmationChengesLog(ItemStateChangesLog changesLog,
java.util.Calendar timeStamp,
java.lang.String identifier)
changesLog - the ChangesLog with datatimeStamp - the save dateidentifier - the identifier string| Method Detail |
|---|
public java.util.List<java.lang.String> getConfirmationList()
public void setConfirmationList(java.util.List<java.lang.String> confirmationList)
confirmationList - the list of members who has been saved successfullypublic ItemStateChangesLog getChangesLog()
public void setChangesLog(ItemStateChangesLog changesLog)
changesLog - the ChangesLogpublic java.util.Calendar getTimeStamp()
public void setTimeStamp(java.util.Calendar timeStamp)
timeStamp - the Calendarpublic java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - the identification stringpublic java.util.List<java.lang.String> getNotConfirmationList()
public void setNotConfirmationList(java.util.List<java.lang.String> notConfirmationList)
notConfirmationList - the list of members who has not been saved successfully
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||