public class ImportSession extends Object
| Constructor and Description |
|---|
ImportSession() |
ImportSession(ServiceProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
GeneralInfo |
getGeneralInfo() |
Object |
getGenericData(String key) |
String |
getScope() |
ServiceProfile |
getServiceProfile() |
ImportSessionId |
getSessionId() |
ISoftwareTypeManager |
getSoftwareManager() |
ISoftwareTypeInfo |
getSoftwareType() |
String |
getStringData(String key) |
IOperationProgress |
getSubmitProgress() |
IOperationProgress |
getUploadProgress() |
void |
setGeneralInfo(GeneralInfo generalInfo) |
void |
setGenericData(String key,
Object value) |
void |
setScope(String scope) |
void |
setServiceProfile(ServiceProfile softwareProfile) |
void |
setSessionId(ImportSessionId sessionId) |
void |
setSoftwareType(SoftwareTypeCode softwareTypeCode) |
void |
setStringData(String key,
String value) |
void |
setSubmitProgress(IOperationProgress submitProgress) |
void |
setUploadProgress(IOperationProgress uploadProgress) |
public ImportSession()
public ImportSession(ServiceProfile profile)
public ImportSessionId getSessionId()
public void setSessionId(ImportSessionId sessionId)
public ISoftwareTypeManager getSoftwareManager()
public ISoftwareTypeInfo getSoftwareType()
public void setSoftwareType(SoftwareTypeCode softwareTypeCode) throws Exception
Exceptionpublic ServiceProfile getServiceProfile()
public void setServiceProfile(ServiceProfile softwareProfile)
public GeneralInfo getGeneralInfo()
public void setGeneralInfo(GeneralInfo generalInfo)
public IOperationProgress getSubmitProgress()
public void setSubmitProgress(IOperationProgress submitProgress)
public IOperationProgress getUploadProgress()
public void setUploadProgress(IOperationProgress uploadProgress)
public String getScope()
public void setScope(String scope)
Copyright © 2016. All Rights Reserved.