org.apache.stanbol.enhancer.servicesapi.rdf
Class ExecutionMetadata

java.lang.Object
  extended by org.apache.stanbol.enhancer.servicesapi.rdf.ExecutionMetadata

public final class ExecutionMetadata
extends java.lang.Object

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

EXECUTION

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION
Class representing an execution of a Chain or an EnhancementEngine. This is considered an abstract concept. Use CHAIN_EXECUTION or ENGINE_EXECUTION depending on the type of the executed component.


EXECUTION_PART

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_PART
Property that links EXECUTION to its parent CHAIN_EXECUTION.


STATUS

public static final org.apache.clerezza.rdf.core.UriRef STATUS
The current status of an EXECUTION. Values are expected to be one of EXECUTION_STATUS.


STARTED

public static final org.apache.clerezza.rdf.core.UriRef STARTED
The 'xsd:startTime' when an EXECUTION started


COMPLETED

public static final org.apache.clerezza.rdf.core.UriRef COMPLETED
The 'xsd:dateTime' when an EXECUTION execution completed or failed.


STATUS_MESSAGE

public static final org.apache.clerezza.rdf.core.UriRef STATUS_MESSAGE
Allows to add a status message to a EXECUTION node.


CHAIN_EXECUTION

public static final org.apache.clerezza.rdf.core.UriRef CHAIN_EXECUTION
Class representing the execution of a Chain. This class is a sub-class of EXECUTION


IS_DEFAULT_CHAIN

public static final 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. Values are expected to be of data type 'xsd:boolean'.


EXECUTION_PLAN

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_PLAN
Property that links from the CHAIN_EXECUTION to the ExecutionPlan.EXECUTION_PLAN


ENHANCES

public static final org.apache.clerezza.rdf.core.UriRef ENHANCES
Property that links from the CHAIN_EXECUTION node to the enhanced ContentItem.getUri()


ENHANCED_BY

public static final 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


ENGINE_EXECUTION

public static final org.apache.clerezza.rdf.core.UriRef ENGINE_EXECUTION
Class that represents the execution of an EnhancementEngine. This is a sub-class of EXECUTION.


EXECUTION_NODE

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_NODE
Property that links from the ENGINE_EXECUTION to the ExecutionPlan.EXECUTION_NODE


EXECUTION_STATUS

public static final org.apache.clerezza.rdf.core.UriRef EXECUTION_STATUS
Type for all ExecutionStatus values: STATUS_SCHEDULED, STATUS_IN_PROGRESS, STATUS_COMPLETED, STATUS_SKIPPED, STATUS_FAILED.


STATUS_SCHEDULED

public static final org.apache.clerezza.rdf.core.UriRef STATUS_SCHEDULED
em:ExecutionStatus indicating that the execution is scheduled, but has not yet started


STATUS_SKIPPED

public static final org.apache.clerezza.rdf.core.UriRef STATUS_SKIPPED
em:ExecutionStatus indicating that the execution was skipped


STATUS_IN_PROGRESS

public static final org.apache.clerezza.rdf.core.UriRef STATUS_IN_PROGRESS
em:ExecutionStatus indicating that the execution is in progress


STATUS_COMPLETED

public static final org.apache.clerezza.rdf.core.UriRef STATUS_COMPLETED
em:ExecutionStatus indicating that the execution has completed successfully


STATUS_FAILED

public static final org.apache.clerezza.rdf.core.UriRef STATUS_FAILED
em:ExecutionStatus indicating that the execution has failed



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.