| Modifier and Type | Method and Description |
|---|---|
<R extends Relationship> |
SubjectAreaRelationshipHandler.createRelationship(String restAPIName,
String userId,
Class<? extends IRelationshipMapper<R>> clazz,
R relationship)
Create a relationship, which is a link between two Nodes.
|
<R extends Relationship> |
SubjectAreaRelationshipHandler.deleteRelationship(String restAPIName,
String userId,
Class<? extends IRelationshipMapper<R>> clazz,
String guid,
Boolean isPurge)
Delete a relationship
|
<R extends Relationship> |
SubjectAreaRelationshipHandler.getRelationship(String restAPIName,
String userId,
Class<? extends IRelationshipMapper<R>> clazz,
String guid)
Get a relationship (relationship)
|
<R extends Relationship> |
SubjectAreaRelationshipHandler.restoreRelationship(String restAPIName,
String userId,
Class<? extends IRelationshipMapper<R>> clazz,
String guid)
Restore a relationship.
|
<R extends Relationship> |
SubjectAreaRelationshipHandler.updateRelationship(String restAPIName,
String userId,
String relationshipGuid,
Class<? extends IRelationshipMapper<R>> clazz,
R relationship,
Boolean isReplace)
Update a relationship.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntonymMapper
Mapping methods to map between the antonym and the equivalent omrs Relationship.
|
class |
CategoryAnchorMapper
Mapping methods to map between the categoryAnchor and the equivalent omrs Relationship.
|
class |
CategoryHierarchyLinkMapper
Mapping methods to map between the categoryHierarchyLink and the equivalent omrs Relationship.
|
class |
IsARelationshipMapper
Mapping methods to map between the iSARelationship and the equivalent omrs Relationship.
|
class |
PreferredTermMapper
Mapping methods to map between the preferredTerm and the equivalent omrs Relationship.
|
class |
ProjectScopeMapper
Mapping methods to map between the ProjectScope and the equivalent omrs Relationship.
|
class |
RelatedTermMapper
Mapping methods to map between the relatedTerm and the equivalent omrs Relationship.
|
class |
RelationshipMapper<R extends Relationship>
Static mapping methods to map between the relationship and the equivalent generated OMRSRelationshipBean
|
class |
ReplacementTermMapper
Mapping methods to map between the replacementTerm and the equivalent omrs Relationship.
|
class |
SemanticAssignmentMapper
Mapping methods to map between the semanticAssignment and the equivalent omrs Relationship.
|
class |
SynonymMapper
Mapping methods to map between the synonym and the equivalent omrs Relationship.
|
class |
TermAnchorMapper
Mapping methods to map between the termAnchor and the equivalent omrs Relationship.
|
class |
TermCategorizationMapper
Mapping methods to map between the termCategorization and the equivalent omrs Relationship.
|
class |
TermHasARelationshipMapper
Mapping methods to map between the termHASARelationship and the equivalent omrs Relationship.
|
class |
TermIsATypeOfRelationshipMapper
Mapping methods to map between the termISATypeOFRelationship and the equivalent omrs Relationship.
|
class |
TermTypedByRelationshipMapper
Mapping methods to map between the termTYPEDBYRelationship and the equivalent omrs Relationship.
|
class |
TranslationMapper
Mapping methods to map between the translation and the equivalent omrs Relationship.
|
class |
UsedInContextMapper
Mapping methods to map between the usedInContext and the equivalent omrs Relationship.
|
class |
ValidValueMapper
Mapping methods to map between the validValue and the equivalent omrs Relationship.
|
| Modifier and Type | Method and Description |
|---|---|
protected <R extends Relationship> |
SubjectAreaRESTServicesInstance.createRelationship(String serverName,
String restAPIName,
String userId,
Class<? extends IRelationshipMapper<R>> clazz,
R relationship)
Create a relationship (relationship), which is a link between two Nodes.
|
<L extends Relationship> |
SubjectAreaRESTServicesInstance.deleteRelationship(String serverName,
String restAPIName,
String userId,
Class<? extends IRelationshipMapper<L>> clazz,
String guid,
Boolean isPurge)
Delete a relationship (relationship)
|
protected <L extends Relationship> |
SubjectAreaRESTServicesInstance.getRelationship(String serverName,
String restAPIName,
String userId,
Class<? extends IRelationshipMapper<L>> clazz,
String guid)
Get a relationship (relationship)
|
protected <L extends Relationship> |
SubjectAreaRESTServicesInstance.restoreRelationship(String serverName,
String restAPIName,
String userId,
Class<? extends IRelationshipMapper<L>> clazz,
String guid)
Restore a relationship (relationship).
|
protected <L extends Relationship> |
SubjectAreaRESTServicesInstance.updateRelationship(String serverName,
String restAPIName,
String userId,
String guid,
Class<? extends IRelationshipMapper<L>> clazz,
L relationship,
boolean isReplace)
Update a relationship.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.