| Package | Description |
|---|---|
| com.mware.core.ingest | |
| com.mware.core.ingest.dataworker | |
| com.mware.core.model.graph | |
| com.mware.core.model.properties.types | |
| com.mware.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PostFileImportHandler.handle(Graph graph,
Vertex vertex,
List<BcPropertyUpdate> changedProperties,
Workspace workspace,
PropertyMetadata propertyMetadata,
Visibility visibility,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static ElementOrPropertyStatus |
ElementOrPropertyStatus.getStatus(BcPropertyUpdate propertyUpdate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataWorker.pushChangedPropertiesOnWorkQueue(DataWorkerData data,
List<BcPropertyUpdate> changedProperties) |
| Modifier and Type | Method and Description |
|---|---|
List<BcPropertyUpdate> |
ElementUpdateContext.getProperties() |
| Modifier and Type | Class and Description |
|---|---|
class |
BcPropertyUpdateRemove |
class |
BcPropertyUpdateUnhide |
| Modifier and Type | Method and Description |
|---|---|
void |
BcProperty.hideProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
Property propertyToHide,
String workspaceId,
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 |
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 |
|---|---|
void |
WebQueueRepository.broadcastPropertiesChange(Element element,
Iterable<BcPropertyUpdate> properties,
String workspaceId,
Priority priority) |
void |
WorkQueueRepository.pushGraphPropertyQueue(Element element,
Iterable<BcPropertyUpdate> properties,
String workspaceId,
String visibilitySource,
Priority priority) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.