Class TemplateHandleMissingObjects
java.lang.Object
com.riadalabs.jira.plugins.insight.services.imports.common.external.model.TemplateHandleMissingObjects
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMissingObjectsType
(MissingObjectsType missingObjectsType) void
setMissingReferencesType
(MissingReferencesType missingReferencesType) The missing references types declares how outbound references should be treated for objects that are considered missing but the corresponding referenced object is present in the imported datavoid
setNewAttributeValue
(String newAttributeValue) void
setObjectTypeAttributeName
(String objectTypeAttributeName) void
setThreshold
(Integer threshold) void
setThresholdType
(ThresholdType thresholdType) toString()
boolean
-
Constructor Details
-
TemplateHandleMissingObjects
-
-
Method Details
-
removeMissingObjects
public boolean removeMissingObjects() -
updateMissingObjects
public boolean updateMissingObjects() -
ignoreMissingObjects
public boolean ignoreMissingObjects() -
getMissingObjectsType
-
setMissingObjectsType
-
getObjectTypeAttributeName
-
setObjectTypeAttributeName
-
getNewAttributeValue
-
setNewAttributeValue
-
getThreshold
-
setThreshold
-
getThresholdType
-
setThresholdType
-
getMissingReferencesType
-
setMissingReferencesType
The missing references types declares how outbound references should be treated for objects that are considered missing but the corresponding referenced object is present in the imported data- Since:
- Insight 5.4.12
-
toString
-
getHandleMissingObjects
-