| Modifier and Type | Method and Description |
|---|---|
boolean |
MetadataDataWorker.isHandled(Element element,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
Property |
DataWorkerData.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataWorkerRunner.canHandle(Element element,
Property property,
ElementOrPropertyStatus status) |
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) |
protected boolean |
DataWorker.isTextProperty(Property property)
Determines if this is a property that should be analyzed by text processing tools.
|
boolean |
DataWorker.isUnhiddenHandled(Element element,
Property property) |
static void |
DataWorkerMemoryTracer.log(String dwClass,
String elementId,
Property property) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static VideoFrameInfo |
VideoPropertyHelper.getVideoFrameInfoFromProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
<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 |
|---|---|
Property |
BcProperty.getFirstProperty(Element element) |
Property |
BcProperty.getOnlyProperty(Element element) |
Property |
SingleValueBcProperty.getProperty(Element element) |
Property |
BcProperty.getProperty(Element element,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
BcProperty.getProperties(Element element) |
| Modifier and Type | Method and Description |
|---|---|
TRaw |
MetadataBcProperty.getMetadataValue(Property property) |
TRaw |
BcPropertyBase.getPropertyValue(Property property) |
TRaw |
BcProperty.getPropertyValue(Property property) |
static String |
StringBcProperty.getValue(Property property) |
void |
BcProperty.hideProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
Property propertyToHide,
String workspaceId,
Authorizations authorizations) |
boolean |
BcPropertyBase.isSameName(Property property) |
void |
MetadataBcProperty.setMetadata(ExistingElementMutation m,
Property property,
TRaw value,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForEdgeProperty(Edge edge,
Property property,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForVertexProperty(String vertexId,
Property property,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PingDataWorker.isHandled(Element element,
Property property) |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiProperty |
ClientApiConverter.toClientApiProperty(Property property) |
static ClientApiElement |
ClientApiConverter.toClientApiTermMention(Property element,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static SandboxStatus[] |
SandboxStatusUtil.getPropertySandboxStatuses(List<Property> properties,
String workspaceId) |
static List<ClientApiProperty> |
ClientApiConverter.toClientApiProperties(Iterable<Property> properties,
String workspaceId) |
static List<ClientApiElement> |
ClientApiConverter.toClientApiTermMention(Iterable<Property> elements,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
ElementBuilder.properties |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
ElementBase.getEdgeLabelProperty() |
protected Property |
ElementBase.getElementIdProperty() |
protected Property |
ExtendedDataRowBase.getElementIdProperty() |
protected Property |
ElementBase.getElementTypeProperty() |
protected Property |
ExtendedDataRowBase.getElementTypeProperty() |
protected Property |
ElementBase.getIdProperty() |
protected Property |
ElementBase.getInOrOutVertexIdProperty() |
protected Property |
ElementBase.getInVertexIdProperty() |
protected Property |
ElementBase.getOutVertexIdProperty() |
default Property |
GeObject.getProperty(String name)
Gets a property by name.
|
Property |
ExtendedDataRowBase.getProperty(String name) |
default Property |
GeObject.getProperty(String key,
String name)
Gets a property by key and name.
|
Property |
ElementBase.getProperty(String key,
String name,
Visibility visibility) |
Property |
GeObject.getProperty(String key,
String name,
Visibility visibility)
Gets a property by key, name, and visibility.
|
Property |
ExtendedDataRowBase.getProperty(String key,
String name,
Visibility visibility) |
Property |
ElementBase.getProperty(String name,
Visibility visibility) |
Property |
GeObject.getProperty(String name,
Visibility visibility)
Gets a property by name, and visibility.
|
Property |
ExtendedDataRowBase.getProperty(String name,
Visibility visibility) |
protected Property |
ElementBase.getReservedProperty(String name) |
protected Property |
ElementBase.getRowIdProperty() |
protected Property |
ExtendedDataRowBase.getRowIdProperty() |
protected Property |
ElementBase.getTableNameProperty() |
protected Property |
ExtendedDataRowBase.getTableNameProperty() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
GeObject.getProperties()
an Iterable of all the properties on this element that you have access to based on the authorizations
used to retrieve the element.
|
abstract Iterable<Property> |
ExtendedDataRowBase.getProperties() |
Iterable<Property> |
ElementBuilder.getProperties() |
Iterable<Property> |
ElementBase.getProperties(String name) |
Iterable<Property> |
GeObject.getProperties(String name)
an Iterable of all the properties with the given name on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
ExtendedDataRowBase.getProperties(String name) |
Iterable<Property> |
ElementBase.getProperties(String key,
String name) |
Iterable<Property> |
GeObject.getProperties(String key,
String name)
an Iterable of all the properties with the given name and key on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
ExtendedDataRowBase.getProperties(String key,
String name) |
protected Iterable<Property> |
ElementBase.internalGetProperties(String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property o) |
ElementBuilder<T> |
ElementBuilder.deleteProperty(Property property) |
default void |
Element.deleteProperty(Property property,
Authorizations authorizations)
Permanently deletes a property from the element.
|
void |
Element.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
default void |
Element.markPropertyHidden(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
void |
Element.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
default void |
Element.markPropertyVisible(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
ElementBuilder<T> |
ElementBuilder.softDeleteProperty(Property property) |
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 |
|---|---|
ElementBuilder<T> |
ElementBuilder.overrideProperties(List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
Property |
MarkVisiblePropertyEvent.getProperty() |
Property |
MarkHiddenPropertyEvent.getProperty() |
Property |
AddPropertyEvent.getProperty() |
| Constructor and Description |
|---|
AddPropertyEvent(Graph graph,
Element element,
Property property) |
DeletePropertyEvent(Graph graph,
Element element,
Property property) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Property |
InMemoryTableElement.appendMarkPropertyHiddenMutation(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
Property |
InMemoryTableElement.appendMarkPropertyVisibleMutation(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
Property |
InMemoryTableElement.deleteProperty(String key,
String name,
Authorizations authorizations) |
Property |
InMemoryTableElement.deleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
Property |
InMemoryTableElement.getProperty(String key,
String name,
Visibility visibility,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
InMemoryElement.getProperties() |
Iterable<Property> |
InMemoryExtendedDataRow.getProperties() |
Iterable<Property> |
InMemoryTableElement.getProperties(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryTableElement.deleteProperty(Property p) |
void |
InMemoryGraph.markPropertyHidden(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
protected void |
InMemoryGraph.softDeleteProperty(InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
IndexHint indexHint,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InMemoryElement.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<ExtendedDataMutation> extendedDatas,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
IndexHint indexHint) |
| Constructor and Description |
|---|
PropertyMutation(long timestamp,
Property property,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyPropertySoftDeleteMutation.getProperty() |
Property |
PropertyPropertyDeleteMutation.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ExistingElementMutationImpl.getProperties() |
Iterable<Property> |
ElementMutation.getProperties()
Gets the properties currently in this mutation.
|
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutation<T> |
ExistingElementMutationImpl.alterPropertyVisibility(Property property,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.alterPropertyVisibility(Property property,
Visibility visibility)
Alters the visibility of a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.deleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.deleteProperty(Property property)
Deletes a property.
|
ExistingElementMutation<T> |
ExistingElementMutationImpl.setPropertyMetadata(Property property,
String metadataName,
Value newValue,
Visibility visibility) |
ExistingElementMutation<T> |
ExistingElementMutation.setPropertyMetadata(Property property,
String metadataName,
Value newValue,
Visibility visibility)
Sets a property metadata value on a property.
|
ElementMutation<T> |
ExistingElementMutationImpl.softDeleteProperty(Property property) |
ElementMutation<T> |
ElementMutation.softDeleteProperty(Property property)
Soft deletes a property.
|
| Modifier and Type | Method and Description |
|---|---|
ExistingElementMutationImpl |
ExistingElementMutationImpl.overrideProperties(List<Property> properties) |
| Constructor and Description |
|---|
PropertyPropertyDeleteMutation(Property property) |
PropertyPropertySoftDeleteMutation(Property property) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableProperty |
class |
MutablePropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
PropertyDescriptor.fromProperty(Property p) |
void |
MutableProperty.update(Property property) |
protected void |
MutablePropertyImpl.updateMetadata(Property property) |
protected abstract void |
MutableProperty.updateMetadata(Property property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeoCompare.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
TextPredicate.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
Predicate.evaluate(Iterable<Property> properties,
Object value,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
Contains.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
boolean |
Compare.evaluate(Iterable<Property> properties,
Object second,
Collection<PropertyDefinition> propertyDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
| Modifier and Type | Class and Description |
|---|---|
static class |
StorableExtendedDataRow.StorableExtendedDataRowProperty |
| Modifier and Type | Method and Description |
|---|---|
Property |
StorableElement.getProperty(String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
StorableExtendedDataRow.getProperties() |
Iterable<Property> |
StorableElement.getProperties() |
Iterable<Property> |
StorableElement.getProperties(String key,
String name) |
protected Iterable<Property> |
StorableElement.internalGetProperties(String key,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorableElement.addPropertyInternal(Property property) |
protected File |
FilesystemSPVStorageStrategy.createFile(String rowKey,
Property property) |
void |
AbstractStorableGraph.deleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableGraph.deleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableElement.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markPropertyHidden(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableGraph.markPropertyHidden(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableElement.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markPropertyVisible(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableGraph.markPropertyVisible(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
StreamingPropertyValueRef |
FilesystemSPVStorageStrategy.saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
void |
AbstractStorableGraph.softDeleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableGraph.softDeleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.saveProperties(StorableElement element,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeletes,
Iterable<PropertySoftDeleteMutation> propertySoftDeletes) |
void |
StorableGraph.saveProperties(StorableElement element,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeletes,
Iterable<PropertySoftDeleteMutation> propertySoftDeletes) |
void |
AbstractStorableGraph.softDeleteProperties(Iterable<Property> properties,
StorableElement element,
Authorizations authorizations) |
void |
StorableGraph.softDeleteProperties(Iterable<Property> properties,
StorableElement element,
Authorizations authorizations) |
protected void |
StorableElement.updatePropertiesInternal(Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations) |
| Constructor and Description |
|---|
StorableEdge(StorableGraph graph,
String id,
String outVertexId,
String inVertexId,
String label,
String newEdgeLabel,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableElement(StorableGraph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableExtendedDataRow(ExtendedDataRowId rowId,
Set<Property> properties,
FetchHints fetchHints) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
Edges inEdges,
Edges outEdges,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
ElementData.getProperties(FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMutationBuilder.addPropertyDeleteToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertyMetadataItemToMutation(StoreMutation m,
Property property,
String metadataKey,
Object metadataValue,
Visibility visibility) |
void |
ElementMutationBuilder.addPropertyMetadataToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertySoftDeleteToMutation(StoreMutation m,
Property property) |
void |
ElementMutationBuilder.addPropertyToMutation(StorableGraph graph,
StoreMutation m,
String rowKey,
Property property) |
protected StreamingPropertyValueRef |
ElementMutationBuilder.saveStreamingPropertyValue(String rowKey,
Property property,
StreamingPropertyValue propertyValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyMutableProperty |
| Modifier and Type | Method and Description |
|---|---|
static String |
StorableKeyHelper.getColumnQualifierForDeleteAllPropertyMetadata(Property property,
NameSubstitutionStrategy nameSubstitutionStrategy) |
static String |
StorableKeyHelper.getColumnQualifierFromPropertyColumnQualifier(Property property,
NameSubstitutionStrategy nameSubstitutionStrategy) |
static String |
StorableKeyHelper.getColumnQualifierFromPropertyHiddenColumnQualifier(Property property,
NameSubstitutionStrategy nameSubstitutionStrategy) |
StreamingPropertyValueRef |
StreamingPropertyValueStorageStrategy.saveStreamingPropertyValue(ElementMutationBuilder elementMutationBuilder,
String rowKey,
Property property,
StreamingPropertyValue streamingPropertyValue) |
protected void |
LazyMutableProperty.updateMetadata(Property property) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
GraphBackup.propertyToJson(Property property,
boolean encoded) |
void |
GraphBackup.saveStreamingProperty(OutputStream out,
Property property,
boolean encoded) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
GraphBackup.propertiesToJson(Iterable<Property> properties,
boolean encoded) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyCollection.getProperty(String name,
int index) |
Property |
PropertyCollection.getProperty(String key,
String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Property> |
PropertyCollection.getProperties() |
Iterable<Property> |
PropertyCollection.getProperties(String name) |
Iterable<Property> |
PropertyCollection.getProperties(String key,
String name) |
Iterable<Property> |
PropertyCollection.removeProperties(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyCollection.addProperty(Property property) |
void |
PropertyCollection.removeProperty(Property property) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.