org.eclipse.stardust.engine.api.ws
Class RepositoryMigrationReportXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.RepositoryMigrationReportXto

public class RepositoryMigrationReportXto
extends Object

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

RepositoryMigrationReportXto

public RepositoryMigrationReportXto()
Method Detail

getTotalCount

public long getTotalCount()
Gets the value of the totalCount property.


setTotalCount

public void setTotalCount(long value)
Sets the value of the totalCount property.


getResourcesDone

public long getResourcesDone()
Gets the value of the resourcesDone property.


setResourcesDone

public void setResourcesDone(long value)
Sets the value of the resourcesDone property.


getTargetRepositoryVersion

public int getTargetRepositoryVersion()
Gets the value of the targetRepositoryVersion property.


setTargetRepositoryVersion

public void setTargetRepositoryVersion(int value)
Sets the value of the targetRepositoryVersion property.


getCurrentRepositoryVersion

public int getCurrentRepositoryVersion()
Gets the value of the currentRepositoryVersion property.


setCurrentRepositoryVersion

public void setCurrentRepositoryVersion(int value)
Sets the value of the currentRepositoryVersion property.


getCurrentMigrationJob

public RepositoryMigrationJobInfoXto getCurrentMigrationJob()
Gets the value of the currentMigrationJob property.

Returns:
possible object is RepositoryMigrationJobInfoXto

setCurrentMigrationJob

public void setCurrentMigrationJob(RepositoryMigrationJobInfoXto value)
Sets the value of the currentMigrationJob property.

Parameters:
value - allowed object is RepositoryMigrationJobInfoXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.