@PublicApi public class ImportSourceOT extends Object implements Comparable<ImportSourceOT>
ImportSourceOT
is the mapping between some external data and an Assets object type. The purpose of the
class is to determine how the external data is selected from the external data source (represented by the ImportSource
and how it should be mapped into AssetsConstructor and Description |
---|
ImportSourceOT() |
public boolean isEnabled()
ImportSource
public boolean isValid()
public boolean isInvalid()
public void mergeWith(ImportSourceOT other)
public Integer getId()
public void setId(Integer id)
public Integer getParentImportSourceOTId()
public void setParentImportSourceOTId(Integer parentImportSourceOTId)
public Integer getImportSourceId()
public void setImportSourceId(Integer importSourceId)
public Date getCreated()
public void setCreated(Date created)
public Date getUpdated()
public void setUpdated(Date updated)
public String getDescription()
public void setDescription(String description)
public Integer getObjectTypeId()
public void setObjectTypeId(Integer objectTypeId)
public ModuleOTSelector getModuleOTSelector()
public void setModuleOTSelector(ModuleOTSelector moduleOTSelector)
public String getSelectorIQL()
public void setSelectorIQL(String selectorIQL)
public HandleMissingObjects getHandleMissingObjects()
public void setHandleMissingObjects(HandleMissingObjects handleMissingObjects)
public ImportSourceStatus getImportSourceStatus()
public void setImportSourceStatus(ImportSourceStatus importSourceStatus)
public List<ImportSourceOTAttr> getImportSourceOTAttrBeans()
public void setImportSourceOTAttrBeans(List<ImportSourceOTAttr> importSourceOTAttrBeans)
public EmptyValues getEmptyValues()
public void setEmptyValues(EmptyValues emptyValues)
public UnknownValues getUnknownValues()
public void setUnknownValues(UnknownValues unknownValues)
public boolean getMatchIdentifierIgnoreCase()
public void setMatchIdentifierIgnoreCase(boolean matchIdentifierIgnoreCase)
public int compareTo(ImportSourceOT o)
compareTo
in interface Comparable<ImportSourceOT>
Copyright © 2024 Atlassian. All rights reserved.