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 TypeMethodDescriptionint
getId()
boolean
boolean
Is this active i.e. should this be used when processing theImportSource
boolean
boolean
isValid()
void
mergeWith
(ImportSourceOT other) Merge this with the supplied other.void
setCreated
(Date created) void
setDescription
(String description) void
setEmptyValues
(EmptyValues emptyValues) void
setHandleMissingObjects
(HandleMissingObjects handleMissingObjects) void
void
setImportSourceId
(Integer importSourceId) void
setImportSourceOTAttrBeans
(List<ImportSourceOTAttr> importSourceOTAttrBeans) void
setImportSourceStatus
(ImportSourceStatus importSourceStatus) void
setMatchIdentifierIgnoreCase
(boolean matchIdentifierIgnoreCase) void
setModuleOTSelector
(ModuleOTSelector moduleOTSelector) void
setObjectTypeId
(Integer objectTypeId) void
setParentImportSourceOTId
(Integer parentImportSourceOTId) void
setSelectorIQL
(String selectorIQL) void
setUnknownValues
(UnknownValues unknownValues) void
setUpdated
(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:
compareTo
in interfaceComparable<ImportSourceOT>
-