| Package | Description |
|---|---|
| org.visallo.core.ingest | |
| org.visallo.core.ingest.graphProperty | |
| org.visallo.core.model.properties.types | |
| org.visallo.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PostFileImportHandler.handle(org.vertexium.Graph graph,
org.vertexium.Vertex vertex,
List<VisalloPropertyUpdate> changedProperties,
Workspace workspace,
PropertyMetadata propertyMetadata,
org.vertexium.Visibility visibility,
User user,
org.vertexium.Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static ElementOrPropertyStatus |
ElementOrPropertyStatus.getStatus(VisalloPropertyUpdate propertyUpdate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphPropertyWorker.pushChangedPropertiesOnWorkQueue(GraphPropertyWorkData data,
List<VisalloPropertyUpdate> changedProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
VisalloPropertyUpdateRemove |
class |
VisalloPropertyUpdateUnhide |
| Modifier and Type | Method and Description |
|---|---|
void |
VisalloProperty.removeProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
String propertyKey,
org.vertexium.Visibility visibility) |
void |
SingleValueVisalloProperty.removeProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
org.vertexium.Visibility visibility) |
void |
VisalloProperty.updateProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
String propertyKey,
TRaw newValue,
org.vertexium.Metadata metadata,
org.vertexium.Visibility visibility) |
void |
VisalloProperty.updateProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
String propertyKey,
TRaw newValue,
PropertyMetadata metadata,
org.vertexium.Visibility visibility) |
void |
SingleValueVisalloProperty.updateProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
TRaw newValue,
org.vertexium.Metadata metadata,
org.vertexium.Visibility visibility) |
void |
SingleValueVisalloProperty.updateProperty(List<VisalloPropertyUpdate> changedPropertiesOut,
org.vertexium.Element element,
org.vertexium.mutation.ElementMutation m,
TRaw newValue,
PropertyMetadata metadata,
org.vertexium.Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushGraphVisalloPropertyQueue(org.vertexium.Element element,
Iterable<VisalloPropertyUpdate> properties,
Priority priority) |
void |
WorkQueueRepository.pushGraphVisalloPropertyQueue(org.vertexium.Element element,
Iterable<VisalloPropertyUpdate> properties,
String workspaceId,
String visibilitySource,
Priority priority) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.