com.ibm.uddi.promoter.publish
Class ImportResults

java.lang.Object
  extended by com.ibm.uddi.promoter.publish.ImportResults

Deprecated. Use the PromoterAPI interface, as this class may not be supported in future release.

public class ImportResults
extends java.lang.Object

Stores information about the number of entities successfully imported during an import or promote operation.


Constructor Summary
ImportResults()
          Deprecated.  
 
Method Summary
 int getImportedBindingsCount()
          Deprecated. Returns the importedBindingsCount.
 int getImportedBusinessesCount()
          Deprecated. Returns the importedBusinessesCount.
 int getImportedEntityCount()
          Deprecated. Returns the number of entities that were succesfull imported into the target registry.
 int getImportedReferencedEntityCount()
          Deprecated. Returns the number of referencedTModels that were successfully imported into the target registry.
 int getImportedReferencedTModelsCount()
          Deprecated. Returns the importedReferencedTModelsCount.
 int getImportedServicesCount()
          Deprecated. Returns the importedServicesCount.
 int getImportedTModelsCount()
          Deprecated. Returns the importedTModelsCount.
 void setImportedBindingsCount(int importedBindingsCount)
          Deprecated. Sets the importedBindingsCount.
 void setImportedBusinessesCount(int importedBusinessesCount)
          Deprecated. Sets the importedBusinessesCount.
 void setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
          Deprecated. Sets the importedReferencedTModelsCount.
 void setImportedServicesCount(int importedServicesCount)
          Deprecated. Sets the importedServicesCount.
 void setImportedTModelsCount(int importedTModelsCount)
          Deprecated. Sets the importedTModelsCount.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportResults

public ImportResults()
Deprecated. 
Method Detail

getImportedEntityCount

public int getImportedEntityCount()
Deprecated. 
Returns the number of entities that were succesfull imported into the target registry. This does not include successful imports of referencedTModels.

Returns:
int The total number of entities imported excluding referenced tModels.

getImportedReferencedEntityCount

public int getImportedReferencedEntityCount()
Deprecated. 
Returns the number of referencedTModels that were successfully imported into the target registry.

Returns:
int The number of referenced entities imported, which is the number of referenced tModels.

getImportedBindingsCount

public int getImportedBindingsCount()
Deprecated. 
Returns the importedBindingsCount.

Returns:
int The number of bindings imported.

getImportedBusinessesCount

public int getImportedBusinessesCount()
Deprecated. 
Returns the importedBusinessesCount.

Returns:
int The number of businesses imported.

getImportedReferencedTModelsCount

public int getImportedReferencedTModelsCount()
Deprecated. 
Returns the importedReferencedTModelsCount.

Returns:
int The number of referenced tModels imported.

getImportedServicesCount

public int getImportedServicesCount()
Deprecated. 
Returns the importedServicesCount.

Returns:
int The number of services imported.

getImportedTModelsCount

public int getImportedTModelsCount()
Deprecated. 
Returns the importedTModelsCount.

Returns:
int The number of tModels imported.

setImportedBindingsCount

public void setImportedBindingsCount(int importedBindingsCount)
Deprecated. 
Sets the importedBindingsCount.

Parameters:
importedBindingsCount - The importedBindingsCount to set

setImportedBusinessesCount

public void setImportedBusinessesCount(int importedBusinessesCount)
Deprecated. 
Sets the importedBusinessesCount.

Parameters:
importedBusinessesCount - The importedBusinessesCount to set

setImportedReferencedTModelsCount

public void setImportedReferencedTModelsCount(int importedReferencedTModelsCount)
Deprecated. 
Sets the importedReferencedTModelsCount.

Parameters:
importedReferencedTModelsCount - The importedReferencedTModelsCount to set

setImportedServicesCount

public void setImportedServicesCount(int importedServicesCount)
Deprecated. 
Sets the importedServicesCount.

Parameters:
importedServicesCount - The importedServicesCount to set

setImportedTModelsCount

public void setImportedTModelsCount(int importedTModelsCount)
Deprecated. 
Sets the importedTModelsCount.

Parameters:
importedTModelsCount - The importedTModelsCount to set