public static class ObjectImportBean.ReferenceMapping extends Object implements Serializable
Constructor and Description |
---|
ReferenceMapping() |
Modifier and Type | Method and Description |
---|---|
Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> |
getReferences() |
Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> |
getReferencesWithDotNotation() |
boolean |
isEmpty() |
void |
putReferenceMapping(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate) |
void |
putReferenceMappingWithDotNotation(ObjectTypeAttributeBean ota,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate)
Since the AQL dot notation requires the references to be set before the AQL will be executable
|
public void putReferenceMapping(ObjectTypeAttributeBean ota, List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate)
public void putReferenceMappingWithDotNotation(ObjectTypeAttributeBean ota, List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate)
public Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> getReferences()
public Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> getReferencesWithDotNotation()
public boolean isEmpty()
Copyright © 2024 Atlassian. All rights reserved.