Uses of Interface
org.odpi.openmetadata.accessservices.subjectarea.server.mappers.IRelationshipMapper
-
-
Uses of IRelationshipMapper in org.odpi.openmetadata.accessservices.subjectarea.handlers
Method parameters in org.odpi.openmetadata.accessservices.subjectarea.handlers with type arguments of type IRelationshipMapper Modifier and Type Method Description <R extends Relationship>
SubjectAreaOMASAPIResponse<R>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>
SubjectAreaOMASAPIResponse<R>SubjectAreaRelationshipHandler. deleteRelationship(String restAPIName, String userId, Class<? extends IRelationshipMapper<R>> clazz, String guid)Delete a relationship<R extends Relationship>
SubjectAreaOMASAPIResponse<R>SubjectAreaRelationshipHandler. getRelationship(String restAPIName, String userId, Class<? extends IRelationshipMapper<R>> clazz, String guid)Get a relationship (relationship)<R extends Relationship>
SubjectAreaOMASAPIResponse<R>SubjectAreaRelationshipHandler. restoreRelationship(String restAPIName, String userId, Class<? extends IRelationshipMapper<R>> clazz, String guid)Restore a relationship.<R extends Relationship>
SubjectAreaOMASAPIResponse<R>SubjectAreaRelationshipHandler. updateRelationship(String restAPIName, String userId, String relationshipGuid, Class<? extends IRelationshipMapper<R>> clazz, R relationship, Boolean isReplace)Update a relationship. -
Uses of IRelationshipMapper in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships
Classes in org.odpi.openmetadata.accessservices.subjectarea.server.mappers.relationships that implement IRelationshipMapper Modifier and Type Class Description classAntonymMapperMapping methods to map between the antonym and the equivalent omrs Relationship.classCategoryAnchorMapperMapping methods to map between the categoryAnchor and the equivalent omrs Relationship.classCategoryHierarchyLinkMapperMapping methods to map between the categoryHierarchyLink and the equivalent omrs Relationship.classIsARelationshipMapperMapping methods to map between the iSARelationship and the equivalent omrs Relationship.classIsATypeOfMapperMapping methods to map between the isATypeOf and the equivalent omrs Relationship.classPreferredTermMapperMapping methods to map between the preferredTerm and the equivalent omrs Relationship.classProjectScopeMapperMapping methods to map between the ProjectScope and the equivalent omrs Relationship.classRelatedTermMapperMapping methods to map between the relatedTerm and the equivalent omrs Relationship.classRelationshipMapper<R extends Relationship>Static mapping methods to map between the relationship and the equivalent generated OMRSRelationshipBeanclassReplacementTermMapperMapping methods to map between the replacementTerm and the equivalent omrs Relationship.classSemanticAssignmentMapperMapping methods to map between the semanticAssignment and the equivalent omrs Relationship.classSynonymMapperMapping methods to map between the synonym and the equivalent omrs Relationship.classTermAnchorMapperMapping methods to map between the termAnchor and the equivalent omrs Relationship.classTermCategorizationMapperMapping methods to map between the termCategorization and the equivalent omrs Relationship.classTermHasARelationshipMapperMapping methods to map between the termHASARelationship and the equivalent omrs Relationship.classTermIsATypeOfRelationshipDeprecatedMapperDeprecated.use IsATypeOfRelationship not TermISATypeOFRelationshipclassTermTypedByRelationshipMapperMapping methods to map between the termTYPEDBYRelationship and the equivalent omrs Relationship.classTranslationMapperMapping methods to map between the translation and the equivalent omrs Relationship.classUsedInContextMapperMapping methods to map between the usedInContext and the equivalent omrs Relationship.classValidValueMapperMapping methods to map between the validValue and the equivalent omrs Relationship. -
Uses of IRelationshipMapper in org.odpi.openmetadata.accessservices.subjectarea.server.services
Method parameters in org.odpi.openmetadata.accessservices.subjectarea.server.services with type arguments of type IRelationshipMapper Modifier and Type Method Description protected <R extends Relationship>
SubjectAreaOMASAPIResponse<R>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>
SubjectAreaOMASAPIResponse<L>SubjectAreaRESTServicesInstance. deleteRelationship(String serverName, String restAPIName, String userId, Class<? extends IRelationshipMapper<L>> clazz, String guid)Delete a relationship (relationship)protected <L extends Relationship>
SubjectAreaOMASAPIResponse<L>SubjectAreaRESTServicesInstance. getRelationship(String serverName, String restAPIName, String userId, Class<? extends IRelationshipMapper<L>> clazz, String guid)Get a relationship (relationship)protected <L extends Relationship>
SubjectAreaOMASAPIResponse<L>SubjectAreaRESTServicesInstance. restoreRelationship(String serverName, String restAPIName, String userId, Class<? extends IRelationshipMapper<L>> clazz, String guid)Restore a relationship (relationship).protected <L extends Relationship>
SubjectAreaOMASAPIResponse<L>SubjectAreaRESTServicesInstance. updateRelationship(String serverName, String restAPIName, String userId, String guid, Class<? extends IRelationshipMapper<L>> clazz, L relationship, boolean isReplace)Update a relationship.
-