| Package | Description |
|---|---|
| com.entitystream.identiza.db | |
| com.entitystream.identiza.entity.resolve.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
Relationship |
| Modifier and Type | Method and Description |
|---|---|
IRelationship |
INode.createRelationshipTo(INode arg0,
String arg1,
Date when,
Map<String,Object> values) |
IRelationship |
Node.createRelationshipTo(INode arg0,
String arg1,
Date when,
Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IRelationship> |
INode.getRelationships(Date when) |
Iterator<IRelationship> |
Node.getRelationships(Date when) |
Iterator<IRelationship> |
INode.getRelationships(String arg0,
Date when) |
Iterator<IRelationship> |
Node.getRelationships(String arg0,
Date when) |
Iterator<IRelationship> |
INode.getRelationships(String reltype,
String dir,
Date when) |
Iterator<IRelationship> |
Node.getRelationships(String reltype,
String dir,
Date when) |
| Modifier and Type | Method and Description |
|---|---|
IRelationship |
Record.getRelatedTo(RecordInterface otherRec,
String relTypeName,
Date when) |
IRelationship |
RecordInterface.getRelatedTo(RecordInterface recFrom,
String reltype,
Date when) |
Copyright © 2021. All rights reserved.