|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.stanbol.enhancer.servicesapi.rdf.ExecutionMetadata
public final class ExecutionMetadata
Defined constants for Classes and Properties defined by the
Execution Metadata ontology used by the Stanbol
Enhancer to describe metadata about the enhancement process.
| Field Summary | |
|---|---|
static org.apache.clerezza.rdf.core.UriRef |
CHAIN_EXECUTION
Class representing the execution of a Chain. |
static org.apache.clerezza.rdf.core.UriRef |
COMPLETED
The 'xsd:dateTime' when an EXECUTION execution completed or
failed. |
static org.apache.clerezza.rdf.core.UriRef |
ENGINE_EXECUTION
Class that represents the execution of an EnhancementEngine. |
static org.apache.clerezza.rdf.core.UriRef |
ENHANCED_BY
Property that links from ContentItem.getUri() to the
CHAIN_EXECUTION defining the root node of the execution metadata |
static org.apache.clerezza.rdf.core.UriRef |
ENHANCES
Property that links from the CHAIN_EXECUTION node to the
enhanced ContentItem.getUri() |
static org.apache.clerezza.rdf.core.UriRef |
EXECUTION
Class representing an execution of a Chain or an EnhancementEngine. |
static org.apache.clerezza.rdf.core.UriRef |
EXECUTION_NODE
Property that links from the ENGINE_EXECUTION to the
ExecutionPlan.EXECUTION_NODE |
static org.apache.clerezza.rdf.core.UriRef |
EXECUTION_PART
Property that links EXECUTION to its parent
CHAIN_EXECUTION. |
static org.apache.clerezza.rdf.core.UriRef |
EXECUTION_PLAN
Property that links from the CHAIN_EXECUTION to the
ExecutionPlan.EXECUTION_PLAN |
static org.apache.clerezza.rdf.core.UriRef |
EXECUTION_STATUS
Type for all ExecutionStatus values: STATUS_SCHEDULED,
STATUS_IN_PROGRESS, STATUS_COMPLETED, STATUS_SKIPPED,
STATUS_FAILED. |
static org.apache.clerezza.rdf.core.UriRef |
IS_DEFAULT_CHAIN
Property indicating if the ExecutionPlan.EXECUTION_PLAN executed
by a CHAIN_EXECUTION was the ChainManager.getDefault()
Chain at that time. |
static org.apache.clerezza.rdf.core.UriRef |
STARTED
The 'xsd:startTime' when an EXECUTION started |
static org.apache.clerezza.rdf.core.UriRef |
STATUS
The current status of an EXECUTION. |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_COMPLETED
em:ExecutionStatus indicating that the execution has completed successfully |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_FAILED
em:ExecutionStatus indicating that the execution has failed |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_IN_PROGRESS
em:ExecutionStatus indicating that the execution is in progress |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_MESSAGE
Allows to add a status message to a EXECUTION node. |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_SCHEDULED
em:ExecutionStatus indicating that the execution is scheduled, but has not yet started |
static org.apache.clerezza.rdf.core.UriRef |
STATUS_SKIPPED
em:ExecutionStatus indicating that the execution was skipped |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.clerezza.rdf.core.UriRef EXECUTION
Chain or an EnhancementEngine.
This is considered an abstract concept. Use CHAIN_EXECUTION or
ENGINE_EXECUTION depending on the type of the executed component.
public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_PART
EXECUTION to its parent
CHAIN_EXECUTION.
public static final org.apache.clerezza.rdf.core.UriRef STATUS
EXECUTION. Values are expected to be
one of EXECUTION_STATUS.
public static final org.apache.clerezza.rdf.core.UriRef STARTED
EXECUTION started
public static final org.apache.clerezza.rdf.core.UriRef COMPLETED
EXECUTION execution completed or
failed.
public static final org.apache.clerezza.rdf.core.UriRef STATUS_MESSAGE
EXECUTION node.
public static final org.apache.clerezza.rdf.core.UriRef CHAIN_EXECUTION
Chain. This class is a
sub-class of EXECUTION
public static final org.apache.clerezza.rdf.core.UriRef IS_DEFAULT_CHAIN
ExecutionPlan.EXECUTION_PLAN executed
by a CHAIN_EXECUTION was the ChainManager.getDefault()
Chain at that time. Values are expected to be of data type
'xsd:boolean'.
public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_PLAN
CHAIN_EXECUTION to the
ExecutionPlan.EXECUTION_PLAN
public static final org.apache.clerezza.rdf.core.UriRef ENHANCES
CHAIN_EXECUTION node to the
enhanced ContentItem.getUri()
public static final org.apache.clerezza.rdf.core.UriRef ENHANCED_BY
ContentItem.getUri() to the
CHAIN_EXECUTION defining the root node of the execution metadata
public static final org.apache.clerezza.rdf.core.UriRef ENGINE_EXECUTION
EnhancementEngine.
This is a sub-class of EXECUTION.
public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_NODE
ENGINE_EXECUTION to the
ExecutionPlan.EXECUTION_NODE
public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_STATUS
STATUS_SCHEDULED,
STATUS_IN_PROGRESS, STATUS_COMPLETED, STATUS_SKIPPED,
STATUS_FAILED.
public static final org.apache.clerezza.rdf.core.UriRef STATUS_SCHEDULED
public static final org.apache.clerezza.rdf.core.UriRef STATUS_SKIPPED
public static final org.apache.clerezza.rdf.core.UriRef STATUS_IN_PROGRESS
public static final org.apache.clerezza.rdf.core.UriRef STATUS_COMPLETED
public static final org.apache.clerezza.rdf.core.UriRef STATUS_FAILED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||