| Modifier and Type | Method and Description |
|---|---|
<L extends Line> |
SubjectAreaRelationshipHandler.createLine(String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
L line)
Create a Line (relationship), which is a link between two Nodes.
|
<L extends Line> |
SubjectAreaRelationshipHandler.deleteLine(String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid,
Boolean isPurge)
Delete a Line (relationship)
|
<L extends Line> |
SubjectAreaRelationshipHandler.getLine(String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid)
Get a Line (relationship)
|
<L extends Line> |
SubjectAreaRelationshipHandler.restoreLine(String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid)
Restore a Line (relationship).
|
<L extends Line> |
SubjectAreaRelationshipHandler.updateLine(String restAPIName,
String userId,
String lineGuid,
Class<? extends ILineMapper<L>> clazz,
L line,
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 |
LineMapper<L extends Line>
Static mapping methods to map between the antonym and the equivalent generated OMRSRelationshipBean
|
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 |
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 <L extends Line> |
SubjectAreaRESTServicesInstance.createLine(String serverName,
String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
L line)
Create a Line (relationship), which is a link between two Nodes.
|
<L extends Line> |
SubjectAreaRESTServicesInstance.deleteLine(String serverName,
String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid,
Boolean isPurge)
Delete a Line (relationship)
|
protected <L extends Line> |
SubjectAreaRESTServicesInstance.getLine(String serverName,
String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid)
Get a Line (relationship)
|
protected <L extends Line> |
SubjectAreaRESTServicesInstance.restoreLine(String serverName,
String restAPIName,
String userId,
Class<? extends ILineMapper<L>> clazz,
String guid)
Restore a Line (relationship).
|
protected <L extends Line> |
SubjectAreaRESTServicesInstance.updateLine(String serverName,
String restAPIName,
String userId,
String guid,
Class<? extends ILineMapper<L>> clazz,
L line,
boolean isReplace)
Update a relationship.
|
Copyright © 2018–2020 ODPi. All rights reserved.