public class ImportObjectSchemaDataBean
extends com.riadalabs.jira.plugins.insight.services.progress.result.ProgressResultBase
Modifier and Type | Class and Description |
---|---|
static class |
ImportObjectSchemaDataBean.ExecutionType |
static class |
ImportObjectSchemaDataBean.ImportType |
Constructor and Description |
---|
ImportObjectSchemaDataBean() |
ImportObjectSchemaDataBean(com.riadalabs.jira.plugins.insight.channel.web.api.rest.model.imports.schema.ImportObjectSchemaInEntry entry)
Constructor to use for REST initiated invocation of "Import Object Schema" Service.
|
Modifier and Type | Method and Description |
---|---|
static ImportObjectSchemaDataBean |
createTemplateImportData(String fileName,
String name,
String key,
String description,
boolean includeObjects) |
static ImportObjectSchemaDataBean |
createTemplateImportData(String fileName,
String name,
String key,
String description,
boolean includeObjects,
ImportObjectSchemaDataBean.ImportType importType,
ImportObjectSchemaDataBean.ExecutionType executionType) |
boolean |
executeSynchronous() |
String |
getDescription() |
String |
getFileName() |
String |
getFilePath() |
long |
getImportFileSize() |
Path |
getImportTempDir() |
String |
getKey() |
String |
getName() |
String |
getPassword() |
ProgressId |
getProgressId() |
Integer |
getTotalExportedObjects() |
Boolean |
isCSVFileNameId() |
boolean |
isImportAttachments() |
boolean |
isImportObjectAvatars() |
boolean |
isIncludeObjects() |
boolean |
isTemplateImport() |
void |
setDescription(String description) |
void |
setFilePath(String filePath) |
void |
setImportAttachments(boolean importAttachments) |
void |
setImportFileSize(long importFileSize) |
void |
setImportObjectAvatars(boolean importObjectAvatars) |
void |
setImportTempDir(Path importTempDir) |
void |
setIsCSVFileNameId(com.riadalabs.jira.plugins.insight.services.exports.schema.ObjectSchemaExportDetailsProperties exportDetailsProperties) |
void |
setPassword(String password) |
void |
setProgressId(ProgressId progressId) |
void |
setTotalObjectsInExport(com.riadalabs.jira.plugins.insight.services.exports.schema.ObjectSchemaExportDetailsProperties exportDetailsProperties) |
combine, complete, getEnded, getExecutedAsUserKey, getExecutedType, getId, getInfoMessage, getNumberOfWorkers, getObjectSchemaId, getResult, getStarted, getStatus, getType, isInProgress, isOK, log, setEnded, setExecutedAsUserKey, setExecutedType, setId, setInfoMessage, setNumberOfWorkers, setObjectSchemaId, setResult, setStarted, setStatus, setType
public ImportObjectSchemaDataBean()
public ImportObjectSchemaDataBean(com.riadalabs.jira.plugins.insight.channel.web.api.rest.model.imports.schema.ImportObjectSchemaInEntry entry)
entry
- The Data transfer object used by REST Method.public static ImportObjectSchemaDataBean createTemplateImportData(String fileName, String name, String key, String description, boolean includeObjects)
public static ImportObjectSchemaDataBean createTemplateImportData(String fileName, String name, String key, String description, boolean includeObjects, ImportObjectSchemaDataBean.ImportType importType, ImportObjectSchemaDataBean.ExecutionType executionType)
public String getFileName()
public long getImportFileSize()
public String getName()
public String getKey()
public String getDescription()
public void setDescription(String description)
public String getPassword()
public void setImportFileSize(long importFileSize)
public void setPassword(String password)
public boolean isIncludeObjects()
public boolean isImportAttachments()
public void setImportAttachments(boolean importAttachments)
public boolean isImportObjectAvatars()
public void setImportObjectAvatars(boolean importObjectAvatars)
public Path getImportTempDir()
public void setImportTempDir(Path importTempDir)
public void setProgressId(ProgressId progressId)
public ProgressId getProgressId()
public Integer getTotalExportedObjects()
public void setTotalObjectsInExport(com.riadalabs.jira.plugins.insight.services.exports.schema.ObjectSchemaExportDetailsProperties exportDetailsProperties)
public Boolean isCSVFileNameId()
public void setIsCSVFileNameId(com.riadalabs.jira.plugins.insight.services.exports.schema.ObjectSchemaExportDetailsProperties exportDetailsProperties)
public boolean isTemplateImport()
public boolean executeSynchronous()
public String getFilePath()
public void setFilePath(String filePath)
Copyright © 2024 Atlassian. All rights reserved.