Class ObjectImportBean.ReferenceMapping
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.imports.ObjectImportBean.ReferenceMapping
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ObjectImportBean
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<ObjectTypeAttributeBean,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> Map<ObjectTypeAttributeBean,
List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> 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
-
Constructor Details
-
ReferenceMapping
public ReferenceMapping()
-
-
Method Details
-
putReferenceMapping
public void putReferenceMapping(ObjectTypeAttributeBean ota, List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL> referencingPredicate) -
putReferenceMappingWithDotNotation
public 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 -
getReferences
public Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> getReferences() -
getReferencesWithDotNotation
public Map<ObjectTypeAttributeBean,List<com.riadalabs.jira.plugins.insight.services.core.iql.model.IQL>> getReferencesWithDotNotation() -
isEmpty
public boolean isEmpty()
-