| Package | Description |
|---|---|
| com.mware.core.model.termMention |
| Modifier and Type | Method and Description |
|---|---|
TermMentionFor |
TermMentionForProperty.unwrap(Value value) |
static TermMentionFor |
TermMentionFor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermMentionFor[] |
TermMentionFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
TermMentionRepository.addSourceInfo(T element,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoEdgeToEdge(Edge edge,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex originalVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoToVertex(Vertex vertex,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoToVertex(Vertex vertex,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String edgeId,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
static int |
TermMentionFor.compare(TermMentionFor t1,
TermMentionFor t2) |
Value |
TermMentionForProperty.wrap(TermMentionFor value) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.