| Package | Description |
|---|---|
| com.mware.core.ingest.dataworker | |
| com.mware.core.model.workQueue |
| Modifier and Type | Method and Description |
|---|---|
ElementOrPropertyStatus |
DataWorkerData.getPropertyStatus() |
ElementOrPropertyStatus |
DataWorkerMessage.getStatus() |
ElementOrPropertyStatus |
DataWorkerMessage.Property.getStatus() |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.getStatus(BcPropertyUpdate propertyUpdate) |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.safeParse(String status) |
static ElementOrPropertyStatus |
ElementOrPropertyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementOrPropertyStatus[] |
ElementOrPropertyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
DataWorkerMessage |
DataWorkerMessage.setStatus(ElementOrPropertyStatus status) |
DataWorkerMessage.Property |
DataWorkerMessage.Property.setStatus(ElementOrPropertyStatus status) |
| Constructor and Description |
|---|
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 |
|---|---|
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.pushGraphPropertyQueue(Element element,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeDeleteTimestamp) |
void |
WorkQueueRepository.pushMultipleGraphPropertyQueue(Iterable<? extends Element> elements,
String propertyKey,
String propertyName,
String workspaceId,
String visibilitySource,
Priority priority,
ElementOrPropertyStatus status,
Long beforeActionTimestamp) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.