public abstract class AbstractJdbcRelationModifier extends AbstractRelationModifier
| Modifier and Type | Field and Description |
|---|---|
static String |
SUPPORTED_RELATIONS |
static List<String> |
VALID_TARGET_NODES_TYPES |
NODE, nodeTemplate, PROP_COLLECTION, PROP_NAME, PROP_VALUE, RELATION_CONFIGURE, RELATIONSHIP, topologyTemplate| Constructor and Description |
|---|
AbstractJdbcRelationModifier() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPropName(Map<String,Object> requirement) |
protected String |
getPropValue(Map<String,Object> requirement) |
protected String |
getRelationName() |
protected List<String> |
getSupportedRelationTypes() |
protected boolean |
isValidTargetNode(Map<String,Object> requirement) |
apply, applyTransformation, findTargetRelations, getNodeTargetType, getPropCollection, getRelationPropertiesValues, getRequirementValues, getTargetNodeId, getTransformRequirementValues, nodeTemplateCanBeModified, transformRequirement, transformRequirementspublic static final String SUPPORTED_RELATIONS
protected List<String> getSupportedRelationTypes()
getSupportedRelationTypes in class AbstractRelationModifierprotected boolean isValidTargetNode(Map<String,Object> requirement)
isValidTargetNode in class AbstractRelationModifierprotected String getPropValue(Map<String,Object> requirement)
getPropValue in class AbstractRelationModifierprotected String getPropName(Map<String,Object> requirement)
getPropName in class AbstractRelationModifierprotected String getRelationName()
getRelationName in class AbstractRelationModifierCopyright © 2016. All rights reserved.