|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.RepositoryMigrationReportXto
public class RepositoryMigrationReportXto
Reports information about the last migration batch and the migration jobs in general.
Java class for RepositoryMigrationReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepositoryMigrationReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="resourcesDone" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="targetRepositoryVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="currentRepositoryVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="currentMigrationJob" type="{http://eclipse.org/stardust/ws/v2012a/api}RepositoryMigrationJobInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RepositoryMigrationReportXto()
|
|
| Method Summary | |
|---|---|
RepositoryMigrationJobInfoXto |
getCurrentMigrationJob()
Gets the value of the currentMigrationJob property. |
int |
getCurrentRepositoryVersion()
Gets the value of the currentRepositoryVersion property. |
long |
getResourcesDone()
Gets the value of the resourcesDone property. |
int |
getTargetRepositoryVersion()
Gets the value of the targetRepositoryVersion property. |
long |
getTotalCount()
Gets the value of the totalCount property. |
void |
setCurrentMigrationJob(RepositoryMigrationJobInfoXto value)
Sets the value of the currentMigrationJob property. |
void |
setCurrentRepositoryVersion(int value)
Sets the value of the currentRepositoryVersion property. |
void |
setResourcesDone(long value)
Sets the value of the resourcesDone property. |
void |
setTargetRepositoryVersion(int value)
Sets the value of the targetRepositoryVersion property. |
void |
setTotalCount(long value)
Sets the value of the totalCount property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryMigrationReportXto()
| Method Detail |
|---|
public long getTotalCount()
public void setTotalCount(long value)
public long getResourcesDone()
public void setResourcesDone(long value)
public int getTargetRepositoryVersion()
public void setTargetRepositoryVersion(int value)
public int getCurrentRepositoryVersion()
public void setCurrentRepositoryVersion(int value)
public RepositoryMigrationJobInfoXto getCurrentMigrationJob()
RepositoryMigrationJobInfoXtopublic void setCurrentMigrationJob(RepositoryMigrationJobInfoXto value)
value - allowed object is
RepositoryMigrationJobInfoXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||