Class ImportSourceOT
java.lang.Object
com.riadalabs.jira.plugins.insight.services.imports.model.ImportSourceOT
- All Implemented Interfaces:
Comparable<ImportSourceOT>
The
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 Assets- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()booleanbooleanIs this active i.e. should this be used when processing theImportSourcebooleanbooleanisValid()voidmergeWith(ImportSourceOT other) Merge this with the supplied other.voidsetCreated(Date created) voidsetDescription(String description) voidsetEmptyValues(EmptyValues emptyValues) voidsetHandleMissingObjects(HandleMissingObjects handleMissingObjects) voidvoidsetImportSourceId(Integer importSourceId) voidsetImportSourceOTAttrBeans(List<ImportSourceOTAttr> importSourceOTAttrBeans) voidsetImportSourceStatus(ImportSourceStatus importSourceStatus) voidsetMatchIdentifierIgnoreCase(boolean matchIdentifierIgnoreCase) voidsetModuleOTSelector(ModuleOTSelector moduleOTSelector) voidsetObjectTypeId(Integer objectTypeId) voidsetParentImportSourceOTId(Integer parentImportSourceOTId) voidsetSelectorIQL(String selectorIQL) voidsetUnknownValues(UnknownValues unknownValues) voidsetUpdated(Date updated) toString()
-
Constructor Details
-
ImportSourceOT
public ImportSourceOT()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Is this active i.e. should this be used when processing theImportSource -
isValid
public boolean isValid() -
isInvalid
public boolean isInvalid() -
mergeWith
Merge this with the supplied other. This id, created, importsourceid will be used in all circumstances. The merge will replace this values with the others if they exist. Accept theirs. -
getId
-
setId
-
getParentImportSourceOTId
-
setParentImportSourceOTId
-
getImportSourceId
-
setImportSourceId
-
getCreated
-
setCreated
-
getUpdated
-
setUpdated
-
getDescription
-
setDescription
-
getObjectTypeId
-
setObjectTypeId
-
getModuleOTSelector
-
setModuleOTSelector
-
getSelectorIQL
-
setSelectorIQL
-
getHandleMissingObjects
-
setHandleMissingObjects
-
getImportSourceStatus
-
setImportSourceStatus
-
getImportSourceOTAttrBeans
-
setImportSourceOTAttrBeans
-
getEmptyValues
-
setEmptyValues
-
getUnknownValues
-
setUnknownValues
-
getMatchIdentifierIgnoreCase
public boolean getMatchIdentifierIgnoreCase() -
setMatchIdentifierIgnoreCase
public void setMatchIdentifierIgnoreCase(boolean matchIdentifierIgnoreCase) -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ImportSourceOT>
-