@PublicApi public class TemplateHandleMissingObjects extends Object
Constructor and Description |
---|
TemplateHandleMissingObjects(MissingObjectsType missingObjectsType) |
Modifier and Type | Method and Description |
---|---|
HandleMissingObjects |
getHandleMissingObjects() |
MissingObjectsType |
getMissingObjectsType() |
MissingReferencesType |
getMissingReferencesType() |
String |
getNewAttributeValue() |
String |
getObjectTypeAttributeName() |
Integer |
getThreshold() |
ThresholdType |
getThresholdType() |
boolean |
ignoreMissingObjects() |
boolean |
removeMissingObjects() |
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 data
|
void |
setNewAttributeValue(String newAttributeValue) |
void |
setObjectTypeAttributeName(String objectTypeAttributeName) |
void |
setThreshold(Integer threshold) |
void |
setThresholdType(ThresholdType thresholdType) |
String |
toString() |
boolean |
updateMissingObjects() |
public TemplateHandleMissingObjects(MissingObjectsType missingObjectsType)
public boolean removeMissingObjects()
public boolean updateMissingObjects()
public boolean ignoreMissingObjects()
public MissingObjectsType getMissingObjectsType()
public void setMissingObjectsType(MissingObjectsType missingObjectsType)
public String getObjectTypeAttributeName()
public void setObjectTypeAttributeName(String objectTypeAttributeName)
public String getNewAttributeValue()
public void setNewAttributeValue(String newAttributeValue)
public Integer getThreshold()
public void setThreshold(Integer threshold)
public ThresholdType getThresholdType()
public void setThresholdType(ThresholdType thresholdType)
public MissingReferencesType getMissingReferencesType()
public void setMissingReferencesType(MissingReferencesType missingReferencesType)
public HandleMissingObjects getHandleMissingObjects()
Copyright © 2024 Atlassian. All rights reserved.