| Modifier and Type | Method and Description |
|---|---|
boolean |
MetadataDataWorker.isHandled(Element element,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Element |
DataWorkerData.getElement() |
Element |
DataWorker.refresh(Element element) |
Element |
PostMimeTypeWorker.refresh(Element element,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Element> |
DataWorkerItem.getElements() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataWorkerRunner.canHandle(Element element,
Property property,
ElementOrPropertyStatus status) |
boolean |
DataWorkerRunner.canHandle(Element element,
String propertyKey,
String propertyName,
ElementOrPropertyStatus status) |
protected File |
PostMimeTypeWorker.getLocalFileForRaw(Element element) |
protected static boolean |
DataWorker.isConceptType(Element element,
String conceptType) |
boolean |
DataWorker.isDeleteHandled(Element element,
Property property) |
boolean |
MimeTypeDataWorker.isHandled(Element element,
Property property) |
abstract boolean |
DataWorker.isHandled(Element element,
Property property) |
boolean |
MimeTypeDataWorkerConfiguration.isHandled(Element element,
Property property) |
boolean |
RegexDataWorker.isHandled(Element element,
Property property) |
boolean |
DataWorker.isHiddenHandled(Element element,
Property property) |
boolean |
DataWorker.isUnhiddenHandled(Element element,
Property property) |
protected static boolean |
DataWorker.isVertex(Element element) |
protected void |
DataWorker.pushVideoTranscriptTextPropertiesOnWorkQueue(Element element,
String propertyKey,
VideoTranscript videoTranscript,
Priority priority) |
Element |
DataWorker.refresh(Element element) |
Element |
PostMimeTypeWorker.refresh(Element element,
Authorizations authorizations) |
void |
DataWorkerData.setVisibilityJsonOnElement(Element element,
Authorizations authorizations) |
| Constructor and Description |
|---|
DataWorkerData(VisibilityTranslator visibilityTranslator,
Element element,
Property property,
String workspaceId,
String visibilitySource,
Priority priority,
boolean traceEnabled) |
DataWorkerData(VisibilityTranslator visibilityTranslator,
Element element,
Property property,
String workspaceId,
String visibilitySource,
Priority priority,
boolean traceEnabled,
long beforeActionTimestamp,
ElementOrPropertyStatus status) |
| Constructor and Description |
|---|
DataWorkerItem(DataWorkerMessage message,
com.google.common.collect.ImmutableList<Element> elements) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementUpdateContext<T extends Element> |
static interface |
GraphUpdateContext.Update<T extends Element> |
class |
GraphUpdateContext.UpdateFuture<T extends Element> |
class |
VisibilityAndElementMutation<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
GraphRepository.updateElementVisibilitySource(Element element,
SandboxStatus sandboxStatus,
String visibilitySource,
String workspaceId,
Authorizations authorizations) |
<T extends Element> |
GraphRepository.updatePropertyVisibilitySource(Element element,
String propertyKey,
String propertyName,
String oldVisibilitySource,
String newVisibilitySource,
String workspaceId,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementMutation<T> m,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata,
Long timestamp) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementUpdateContext<T> elemCtx,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata) |
<T extends Element> |
BcExtendedData.addExtendedData(ElementUpdateContext<T> elemCtx,
String row,
TRaw newValue,
PropertyMetadata propertyMetadata,
Long timestamp) |
<T extends Element> |
BcProperty.removeProperty(ElementUpdateContext<T> ctx,
String propertyKey,
Visibility visibility) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
OffsetDateTime newValue,
PropertyMetadata metadata) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
OffsetDateTime newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata) |
<T extends Element> |
BcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata) |
<T extends Element> |
DateBcProperty.updateProperty(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
PropertyMetadata metadata) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
<T extends Element> |
SingleValueBcProperty.updateProperty(ElementUpdateContext<T> ctx,
TRaw newValue,
Visibility visibility) |
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsNewer(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata)
Updates the element with the new property value if the property value is newer than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsNewer(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp)
Updates the element with the new property value if the property value is newer than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsOlder(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata)
Updates the element with the new property value if the property value is older than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
<T extends Element> |
DateBcProperty.updatePropertyIfValueIsOlder(ElementUpdateContext<T> ctx,
String propertyKey,
ZonedDateTime newValue,
PropertyMetadata metadata,
Long timestamp)
Updates the element with the new property value if the property value is older than the existing property value
or the update does not have an existing element (for example a new element or a blind write mutation)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BcProperty.addPropertyValue(Element element,
String multiKey,
TRaw value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations) |
void |
BcProperty.addPropertyValue(Element element,
String multiKey,
TRaw value,
Visibility visibility,
Authorizations authorizations) |
Property |
BcProperty.getFirstProperty(Element element) |
TRaw |
BcProperty.getFirstPropertyValue(Element element) |
boolean |
BooleanBcProperty.getFirstPropertyValue(Element element,
boolean defaultValue) |
Double |
DoubleBcProperty.getFirstPropertyValue(Element element,
Double defaultValue) |
byte[] |
StreamingBcProperty.getFirstPropertyValueAsBytes(Element element) |
String |
StreamingBcProperty.getFirstPropertyValueAsString(Element element) |
ZonedDateTime |
DateBcProperty.getFirstPropertyValueDateTime(Element element,
ZoneId zoneId) |
ZonedDateTime |
DateBcProperty.getFirstPropertyValueDateTimeUtc(Element element) |
Property |
BcProperty.getOnlyProperty(Element element) |
TRaw |
BcProperty.getOnlyPropertyValue(Element element)
Gets the only property value.
|
Integer |
IntegerBcProperty.getOnlyPropertyValue(Element element,
Integer defaultValue) |
TRaw |
BcProperty.getOnlyPropertyValueRequired(Element element)
Gets the only property value.
|
Iterable<Property> |
BcProperty.getProperties(Element element) |
Property |
SingleValueBcProperty.getProperty(Element element) |
Property |
BcProperty.getProperty(Element element,
String key) |
TRaw |
SingleValueBcProperty.getPropertyValue(Element element) |
boolean |
BooleanSingleValueBcProperty.getPropertyValue(Element element,
boolean defaultValue) |
double |
DoubleSingleValueBcProperty.getPropertyValue(Element element,
double defaultValue) |
long |
LongSingleValueBcProperty.getPropertyValue(Element element,
long defaultValue) |
TRaw |
BcProperty.getPropertyValue(Element element,
String propertyKey) |
boolean |
BooleanBcProperty.getPropertyValue(Element element,
String propertyKey,
boolean defaultValue) |
Double |
DoubleBcProperty.getPropertyValue(Element element,
String propertyKey,
Double defaultValue) |
GeoPoint |
GeoPointBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoPoint defaultValue) |
GeoShape |
GeoShapeBcProperty.getPropertyValue(Element element,
String propertyKey,
GeoShape defaultValue) |
Integer |
IntegerBcProperty.getPropertyValue(Element element,
String propertyKey,
Integer defaultValue) |
long |
LongBcProperty.getPropertyValue(Element element,
String propertyKey,
long defaultValue) |
TRaw |
SingleValueBcProperty.getPropertyValue(Element element,
TRaw defaultValue) |
ZonedDateTime |
DateBcProperty.getPropertyValueDateTime(Element element,
String propertyKey,
ZoneId zoneId) |
ZonedDateTime |
DateBcProperty.getPropertyValueDateTimeUtc(Element element,
String propertyKey) |
TRaw |
SingleValueBcProperty.getPropertyValueRequired(Element element) |
Iterable<TRaw> |
BcProperty.getPropertyValues(Element element) |
boolean |
SingleValueBcProperty.hasProperty(Element element) |
boolean |
BcProperty.hasProperty(Element element) |
boolean |
BcProperty.hasProperty(Element element,
String propertyKey) |
void |
BcProperty.hideProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
Property propertyToHide,
String workspaceId,
Authorizations authorizations) |
void |
SingleValueBcProperty.removeProperty(Element element,
Authorizations authorizations) |
void |
BcProperty.removeProperty(Element element,
String key,
Authorizations authorizations) |
void |
BcProperty.removeProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
Visibility visibility) |
void |
SingleValueBcProperty.removeProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
Visibility visibility) |
void |
SingleValueBcProperty.setProperty(Element element,
TRaw value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations) |
void |
SingleValueBcProperty.setProperty(Element element,
TRaw value,
Visibility visibility,
Authorizations authorizations) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
BcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
Metadata metadata,
Long timestamp,
Visibility visibility) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
Metadata metadata,
Visibility visibility) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp) |
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Long timestamp,
Visibility visibility)
|
void |
SingleValueBcProperty.updateProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
Visibility visibility)
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Element> |
VertexFindRelatedSearchResults.getGeObjects() |
List<Element> |
SearchHelper.search(ClientApiSearch savedSearch,
User user,
Authorizations authorizations,
boolean includeEdges) |
| Constructor and Description |
|---|
VertexFindRelatedSearchResults(Iterable<? extends Element> elements,
long count) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
TermMentionUtils.resolveTermMentions(Vertex outVertex,
List<Vertex> termMentions) |
| Modifier and Type | Method and Description |
|---|---|
void |
TermMentionRepository.removeSourceInfoEdge(Element element,
String propertyKey,
String propertyName,
BcVisibility bcVisibility,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebQueueRepository.broadcastElementImage(Element element) |
void |
WebQueueRepository.broadcastPropertiesChange(Element element,
Iterable<BcPropertyUpdate> properties,
String workspaceId,
Priority priority) |
void |
WebQueueRepository.broadcastPropertyChange(Element element,
String propertyKey,
String propertyName,
String workspaceId) |
void |
WebQueueRepository.broadcastPublish(Element element,
String propertyKey,
String propertyName,
WebQueueRepository.PublishType publishType) |
void |
WebQueueRepository.broadcastPublishProperty(Element element,
String key,
String name) |
void |
WebQueueRepository.broadcastPublishPropertyDelete(Element element,
String key,
String name) |
void |
WebQueueRepository.broadcastUndoProperty(Element element,
String key,
String name) |
void |
WebQueueRepository.broadcastUndoPropertyDelete(Element element,
String key,
String name) |
protected boolean |
DuplicatingWorkQueueRepository.canHandle(Element element,
String propertyKey,
String propertyName,
ElementOrPropertyStatus status) |
protected boolean |
WorkQueueRepository.canHandle(Element element,
String propertyKey,
String propertyName,
ElementOrPropertyStatus status) |
void |
WorkQueueRepository.pushElementImageQueue(Element element,
String propertyKey,
String propertyName,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(Element element,
Iterable<BcPropertyUpdate> properties,
String workspaceId,
String visibilitySource,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeDeleteTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushMultipleGraphPropertyQueue(Iterable<? extends Element> elements,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PingDataWorker.isHandled(Element element,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<Element> |
StreamUtil.stream(Query... queries)
Create a
Stream containing the results of executing the queries, in order. |
| Modifier and Type | Method and Description |
|---|---|
static SandboxStatus |
SandboxStatusUtil.getSandboxStatus(Element element,
String workspaceId) |
| Modifier and Type | Method and Description |
|---|---|
Element |
PropertyEvent.getElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyEvent.setElement(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementBuilder<T extends Element> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge |
interface |
Vertex |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementBase |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
Element.prepareMutation()
Prepares a mutation to allow changing multiple property values at the same time.
|
| Modifier and Type | Method and Description |
|---|---|
default Element |
Graph.getElement(ElementId elementId,
Authorizations authorizations)
Get an element from the graph.
|
default Element |
Graph.getElement(ElementId elementId,
FetchHints fetchHints,
Authorizations authorizations)
Get an element from the graph.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphBase.deleteAllExtendedDataForElement(Element element,
Authorizations authorizations) |
static ElementType |
ElementType.getTypeFromElement(Element element) |
static GeObjectType |
GeObjectType.getTypeFromElement(Element element) |
void |
GraphVisitor.visitElement(Element element) |
void |
DefaultGraphVisitor.visitElement(Element element) |
void |
GraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
DefaultGraphVisitor.visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
GraphVisitor.visitProperty(Element element,
Property property) |
void |
DefaultGraphVisitor.visitProperty(Element element,
Property property) |
void |
GraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
void |
DefaultGraphVisitor.visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<ElementMutation> |
GraphBase.orderMutations(Iterable<ElementMutation<? extends Element>> mutations) |
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
default void |
Graph.visit(Iterable<? extends Element> elements,
GraphVisitor visitor)
Visits elements using the supplied elements and visitor
|
| Modifier and Type | Method and Description |
|---|---|
Element |
DeletePropertyEvent.getElement() |
Element |
AddExtendedDataEvent.getElement() |
Element |
DeleteExtendedDataEvent.getElement() |
Element |
MarkVisiblePropertyEvent.getElement() |
Element |
MarkHiddenPropertyEvent.getElement() |
Element |
SoftDeletePropertyEvent.getElement() |
Element |
AddPropertyEvent.getElement() |
| Constructor and Description |
|---|
AddExtendedDataEvent(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Value value,
Visibility visibility) |
AddPropertyEvent(Graph graph,
Element element,
Property property) |
DeleteExtendedDataEvent(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key) |
DeletePropertyEvent(Graph graph,
Element element,
Property property) |
DeletePropertyEvent(Graph graph,
Element element,
PropertyDeleteMutation propertyDeleteMutation) |
MarkHiddenPropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
MarkVisiblePropertyEvent(Graph graph,
Element element,
Property property,
Visibility visibility) |
SoftDeletePropertyEvent(Graph graph,
Element element,
Property property) |
SoftDeletePropertyEvent(Graph graph,
Element element,
PropertySoftDeleteMutation propertySoftDeleteMutation) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryEdge |
class |
InMemoryElement<TElement extends InMemoryElement> |
class |
InMemoryVertex |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Element> |
InMemoryElement.prepareMutation() |
protected <T extends Element> |
InMemoryElement.saveExistingElementMutation(ExistingElementMutationImpl<T> mutation,
IndexHint indexHint,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGraph.extendedData(Element element,
ExtendedDataRowId rowId,
ExtendedDataMutation extendedData,
Authorizations authorizations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementMutation<T extends Element> |
interface |
ExistingElementMutation<T extends Element> |
class |
ExistingElementMutationImpl<T extends Element> |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResultsJoinIterable<T extends Element> |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Element> |
DefaultGraphQuery.getIterableFromElementType(ElementType elementType,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
Element |
ExtendedDataQueryableIterable.getElement() |
Element |
DefaultExtendedDataQuery.getElement() |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<Element> |
QueryBase.elements() |
QueryResultsIterable<Element> |
Query.elements() |
QueryResultsIterable<Element> |
EmptyResultsGraphQuery.elements() |
QueryResultsIterable<Element> |
QueryBase.elements(FetchHints fetchHints) |
QueryResultsIterable<Element> |
Query.elements(FetchHints fetchHints) |
QueryResultsIterable<Element> |
EmptyResultsGraphQuery.elements(FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected QueryResultsIterable<? extends GeObject> |
QueryBase.extendedData(FetchHints fetchHints,
Iterable<? extends Element> elements) |
| Constructor and Description |
|---|
DefaultExtendedDataQuery(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Element> |
DefaultSearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<T extends Element> |
SearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
default void |
SearchIndex.deleteProperties(Graph graph,
Element element,
Collection<PropertyDescriptor> propertyList,
Authorizations authorizations)
Default delete property simply calls deleteProperty in a loop.
|
void |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
SearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
Query |
DefaultSearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
Query |
SearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
GeSerializer.bytesToObject(Element sourceElement,
byte[] bytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorableEdge |
class |
StorableElement |
class |
StorableVertex |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Element> |
StorableElement.prepareMutation() |
protected <TElement extends Element> |
StorableElement.saveExistingElementMutation(ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.addElementToCache(ElementType elementType,
Element element) |
protected void |
AbstractStorableGraph.addMutations(Element element,
StoreMutation... mutations) |
Iterable<HistoricalPropertyValue> |
StorableGraph.getHistoricalPropertyValues(Element element,
String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
void |
AbstractStorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
void |
StorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
GraphBackup.elementToJson(Element element,
boolean encoded) |
void |
GraphBackup.saveStreamingPropertyValues(OutputStream out,
Element element,
boolean encoded) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Element> |
IterableUtils.toMapById(Iterable<T> elements) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<Element> |
StreamUtils.stream(Query... queries)
Create a
Stream containing the results of executing the queries, in order. |
static Iterable<Element> |
IterableUtils.toElementIterable(Iterable<? extends Element> elements) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GeAssert.assertElementIds(Iterable<? extends Element> elements,
String... ids) |
static void |
GeAssert.assertElementIdsAnyOrder(Iterable<? extends Element> elements,
String... expectedIds) |
static void |
GeAssert.assertResultsCount(int expectedCountAndTotalHits,
QueryResultsIterable<? extends Element> results) |
static Iterable<Element> |
IterableUtils.toElementIterable(Iterable<? extends Element> elements) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.