| Package | Description |
|---|---|
| org.overlord.sramp.integration.teiid | |
| org.overlord.sramp.integration.teiid.model |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.addRelationship(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType sourceArtifact,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType targetArtifact,
TeiidRelationshipType relationshipType)
Creates a one way relationship.
|
static void |
Utils.addTwoWayRelationship(org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType sourceArtifact,
org.oasis_open.docs.s_ramp.ns.s_ramp_v1.BaseArtifactType targetArtifact,
TeiidRelationshipType relationshipType,
TeiidRelationshipType inverseRelationshipType)
Creates a two way relationship.
|
| Modifier and Type | Field and Description |
|---|---|
static TeiidRelationshipType |
VdbManifest.CONTAINS_RELATIONSHIP
A relationship between a VDB artifact and its derived artifacts.
|
static TeiidRelationshipType |
VdbPermission.DATA_POLICY_RELATIONSHIP
A relationship between a permission artifact and its data policy artifact.
|
static TeiidRelationshipType |
VdbDataPolicy.PERMISSIONS_RELATIONSHIP
A relationship between a data policy artifact and its permission artifacts.
|
static TeiidRelationshipType |
VdbSchemaSource.SCHEMA_RELATIONSHIP
A relationship between a source artifact and its schema/model artifact.
|
static TeiidRelationshipType |
VdbValidationError.SOURCE_RELATIONSHIP
A relationship between a validation error artifact and its source artifact.
|
static TeiidRelationshipType |
VdbSchema.SOURCES_RELATIONSHIP
A relationship between a schema/model artifact and its source artifacts.
|
static TeiidRelationshipType |
VdbTranslator.SOURCES_RELATIONSHIP
A relationship between a translator artifact and the source artifacts that reference it.
|
static TeiidRelationshipType |
VdbSchemaSource.TRANSLATOR_RELATIONSHIP
A relationship between a source artifact and its translator artifact.
|
static TeiidRelationshipType |
VdbSchema.VALIDATION_ERRORS_RELATIONSHIP
A relationship between a schema/model artifact and its validation error artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
TeiidRelationshipType |
TeiidRelationshipType.convert(String proposedRelationshipType) |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.