| Package | Description |
|---|---|
| com.mware.core.model.clientapi.dto | |
| com.mware.core.model.graph | |
| com.mware.core.model.termMention |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiSourceInfo |
ClientApiSourceInfo.fromString(String sourceInfoString) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
GraphRepository.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String predicateLabel,
String justificationText,
ClientApiSourceInfo sourceInfo,
String visibilitySource,
String workspaceId,
User user,
Authorizations authorizations) |
Edge |
GraphRepository.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String predicateLabel,
String justificationText,
ClientApiSourceInfo sourceInfo,
VisibilityJson visibilityJson,
User user,
Authorizations authorizations) |
Vertex |
GraphRepository.addVertex(String vertexId,
String conceptType,
String visibilitySource,
String workspaceId,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
Vertex |
GraphRepository.addVertex(String vertexId,
String conceptType,
VisibilityJson visibilityJson,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
<T extends Element> |
GraphRepository.setProperty(T element,
String propertyName,
String propertyKey,
Value value,
Metadata metadata,
String oldVisibilitySource,
String newVisibilitySource,
String workspaceId,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForEdge(Edge edge,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForEdgeProperty(Edge edge,
Property property,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForVertex(Vertex vertex,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForVertexProperty(String vertexId,
Property property,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
TermMentionRepository.addJustification(Vertex vertex,
String justificationText,
ClientApiSourceInfo sourceInfo,
BcVisibility bcVisibility,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.