| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
WorkQueueElementAction.createActionData(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
WorkQueuePriorityConverter.convert(String s) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
GeocoderRepository.queuePropertySet(String locationString,
org.vertexium.ElementType elementType,
String elementId,
String propertyKey,
String propertyName,
org.vertexium.Visibility visibility,
Priority priority) |
void |
DefaultGeocoderRepository.queuePropertySet(String locationString,
org.vertexium.ElementType elementType,
String elementId,
String propertyKey,
String propertyName,
org.vertexium.Visibility visibility,
Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileImport.importDirectory(File dataDir,
boolean queueDuplicates,
String conceptTypeIRI,
String visibilitySource,
Workspace workspace,
Priority priority,
User user,
org.vertexium.Authorizations authorizations) |
org.vertexium.Vertex |
FileImport.importFile(File f,
boolean queueDuplicates,
String conceptId,
ClientApiImportProperty[] properties,
String visibilitySource,
Workspace workspace,
boolean addToWorkspace,
boolean findExistingByFileHash,
Priority priority,
User user,
org.vertexium.Authorizations authorizations) |
org.vertexium.Vertex |
FileImport.importFile(File f,
boolean queueDuplicates,
String visibilitySource,
Workspace workspace,
Priority priority,
User user,
org.vertexium.Authorizations authorizations) |
List<org.vertexium.Vertex> |
FileImport.importVertices(Workspace workspace,
List<FileImport.FileOptions> files,
Priority priority,
boolean addToWorkspace,
boolean findExistingByFileHash,
User user,
org.vertexium.Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
GraphPropertyWorkData.getPriority() |
Priority |
GraphPropertyMessage.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphPropertyWorker.pushVideoTranscriptTextPropertiesOnWorkQueue(org.vertexium.Element element,
String propertyKey,
VideoTranscript videoTranscript,
Priority priority) |
| Constructor and Description |
|---|
GraphPropertyWorkData(VisibilityTranslator visibilityTranslator,
org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority) |
GraphPropertyWorkData(VisibilityTranslator visibilityTranslator,
org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
long beforeActionTimestamp,
ElementOrPropertyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.safeParse(String priorityString) |
static Priority |
Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Priority[] |
Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueueRepository.pushEdgeDeletion(org.vertexium.Edge edge,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushEdgeHidden(org.vertexium.Edge edge,
long beforeHiddenTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushEdgeUnhidden(org.vertexium.Edge edge,
Priority priority) |
void |
WorkQueueRepository.pushElement(org.vertexium.Element element,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushElement(org.vertexium.Element element,
Priority priority) |
void |
WorkQueueRepository.pushElementImageQueue(org.vertexium.Element element,
org.vertexium.Property property,
Priority priority) |
void |
WorkQueueRepository.pushElementImageQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
Priority priority) |
void |
WorkQueueRepository.pushElements(Iterable<? extends org.vertexium.Element> elements,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
org.vertexium.Property property,
String workspaceId,
String visibilitySource,
Priority priority,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String workspaceId,
String visibilitySource,
Priority priority,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeDeleteTimestamp,
FlushFlag flushFlag) |
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) |
void |
WorkQueueRepository.pushLongRunningProcessQueue(org.json.JSONObject queueItem,
Priority priority) |
void |
WorkQueueRepository.pushMultipleGraphPropertyQueue(Iterable<? extends org.vertexium.Element> elements,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp,
FlushFlag flushFlag) |
abstract void |
WorkQueueRepository.pushOnQueue(String queueName,
FlushFlag flushFlag,
org.json.JSONObject json,
Priority priority) |
void |
WorkQueueRepository.pushPublishedEdgeDeletion(org.vertexium.Edge edge,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushPublishedPropertyDeletion(org.vertexium.Element element,
String key,
String name,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushPublishedVertexDeletion(org.vertexium.Vertex vertex,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushTextUpdated(String vertexId,
Priority priority) |
void |
WorkQueueRepository.pushUndoPublicPropertyDeletion(org.vertexium.Element element,
String key,
String name,
Priority priority) |
void |
WorkQueueRepository.pushUndoSandboxProperty(org.vertexium.Element element,
String key,
String name,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushVertexDeletion(org.vertexium.Vertex vertex,
long beforeDeletionTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushVertexHidden(org.vertexium.Vertex vertex,
long beforeHiddenTimestamp,
Priority priority) |
void |
WorkQueueRepository.pushVertexIds(Iterable<String> vertexIds,
Priority priority,
FlushFlag flushFlag) |
void |
WorkQueueRepository.pushVertexUnhidden(org.vertexium.Vertex vertex,
Priority priority) |
protected boolean |
WorkQueueRepository.shouldBroadcast(Priority priority) |
protected boolean |
WorkQueueRepository.shouldBroadcastGraphPropertyChange(org.vertexium.Element element,
String propertyKey,
String propertyName,
String workspaceId,
Priority priority) |
protected boolean |
WorkQueueRepository.shouldBroadcastTextUpdate(String vertexId,
Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceHelper.deleteEdge(String workspaceId,
org.vertexium.Edge edge,
org.vertexium.Vertex outVertex,
org.vertexium.Vertex inVertex,
boolean isPublicEdge,
Priority priority,
org.vertexium.Authorizations authorizations,
User user) |
void |
WorkspaceHelper.deleteProperty(org.vertexium.Element e,
org.vertexium.Property property,
boolean propertyIsPublic,
String workspaceId,
Priority priority,
org.vertexium.Authorizations authorizations) |
void |
WorkspaceHelper.deleteVertex(org.vertexium.Vertex vertex,
String workspaceId,
boolean isPublicVertex,
Priority priority,
org.vertexium.Authorizations authorizations,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
PingUtil.enqueueToWorkQueue(org.vertexium.Vertex vertex,
WorkQueueRepository workQueueRepository,
Priority priority) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.