The OSLC Automation Vocabulary

The namespace URI for this vocabulary is:

http://open-services.net/ns/auto#

This page lists the RDFS classes and RDF properties that make up the OSLC Automation vocabulary. Following W3C best practices, this information is available in HTML format (this page) and in RDFS format.

More details on how this page is generated and other related material can be found in the OSLC URI Naming Guidelines.

Description:

All vocabulary URIs defined in the OSLC Automation namespace.

See Also:

RDFS Classes in this namespace

AutomationPlan, AutomationRequest, AutomationResult, ParameterInstance, TeardownAction

RDF Properties in this namespace

canceled, canceling, complete, contribution, DeferredExecution, desiredState, error, executesAutomationPlan, failed, ImmediateExecution, inProgress, inputParameter, new, outputParameter, parameterDefinition, passed, producedByAutomationRequest, queued, reportsOnAutomationPlan, state, unavailable, usesExecutionEnvironment, verdict, warning

AutomationPlan

http://open-services.net/ns/auto#AutomationPlan AutomationPlan is an RDFS class.

The Automation Plan resource

See Also:

AutomationRequest

http://open-services.net/ns/auto#AutomationRequest AutomationRequest is an RDFS class.

The Automation Request resource

See Also:

AutomationResult

http://open-services.net/ns/auto#AutomationResult AutomationResult is an RDFS class.

The Automation Result resource

See Also:

canceled

http://open-services.net/ns/auto#canceled canceled is an RDF description.

Used to indicate that an automation request or result has been canceled.

See Also:

canceling

http://open-services.net/ns/auto#canceling canceling is an RDF description.

Used to indicate the service provider is in the process of canceling an automation request or result.

See Also:

complete

http://open-services.net/ns/auto#complete complete is an RDF description.

Used to indicate that an automation request or result is complete.

See Also:

contribution

http://open-services.net/ns/auto#hasContribution contribution is an RDF property.

A result contribution associated with this automation result. It is recommended that the contribution be an inline resource which can be retrieved with the automation result. The recommended attributes beyond the contribution itself are dcterms:title, dcterms:description and dcterms:type to provide a description of the contribution which would be appropriate for display in a simple UI for an automation result.

See Also:

DeferredExecution

http://open-services.net/ns/auto#DeferredExecution DeferredExecution is an RDF description.

A resource that creates an Automation Request that is ineligible for immediate execution, as defined by the OSLC Automation specification. For example, when used on as an oslc:usage value an oslc:Dialog, it indicates that it is a creation dialog for Automation Requests that are not eligible for execution.

See Also:

desiredState

http://open-services.net/ns/auto#desiredState desiredState is an RDF property.

The intended (domain- or provider-dependant) value of a resource's (domain-dependant) "state" property after some (future, present or past) process, transition or change. It is expected that this will be a resource reference to a definition of a valid state on the service provider. For example, in the OSLC Automation domain this is used to indicate the desired state of the Automation Request based on values defined in the OSLC Automation specification and, optionally, by the service provider.

See Also:

error

http://open-services.net/ns/auto#error error is an RDF description.

Used to indicate an automation result has completed but did not run successfully due to some error. This could be a timeout, automation coding error, network problem or other error which prevented the automation from running successfully to a pass, warning or fail verdict.

See Also:

executesAutomationPlan

http://open-services.net/ns/auto#executesAutomationPlan executesAutomationPlan is an RDF property.

Automation Plan run by the Automation Request. It is likely that the target resource will be an oslc_auto:AutomationPlan but that is not necessarily the case.

See Also:

failed

http://open-services.net/ns/auto#fail failed is an RDF description.

Used to indicate an automation result represents a failed execution.

See Also:

ImmediateExecution

http://open-services.net/ns/auto#ImmediateExecution ImmediateExecution is an RDF description.

A resource that creates an Automation Request that is eligible for execution as soon as it is created, as defined by the OSLC Automation specification. For example, when used as an oslc:usage value on an oslc:Dialog, it indicates that it is a creation dialog for Automation Requests that are eligible for execution. oslc:Dialog resources that use this as an oslc:usage value are compatible with Automation request creation dialog behaviour from OSLC Automation 2.0.

See Also:

inProgress

http://open-services.net/ns/auto#inProgress inProgress is an RDF description.

Used to indicate an automation request or result is active in the service provider.

See Also:

inputParameter

http://open-services.net/ns/auto#inputParameter inputParameter is an RDF property.

Parameters provided when Automation Requests are created. These include parameters provided by the creator of the Automation Request (whether by delegated UI or HTTP POST) and *MAY* include additional parameters added by the service provider during Automation Request creation. See the definition of the `oslc_auto:parameterDefinition` attribute of the Automation Plan for additional guidance on determining which parameters are required. Creators of Automation Requests *MAY* provide parameters beyond those defined in the Automation Plan without guarantee the service provider will recognize or honor them. It is expected that this attribute is write-able on Automation Request creation and read-only thereafter.

See Also:

new

http://open-services.net/ns/auto#new new is an RDF description.

Used to indicate an automation request or result has just been created in the service provider and has not yet been acted upon.

See Also:

outputParameter

http://open-services.net/ns/auto#outputParameter outputParameter is an RDF property.

Automation Result output parameters are parameters associated with the automation execution which produced this Result. This includes the final value of all parameters used to initiate the execution and any additional parameters which may have been created during automation execution by the service provider or external agents. The value of a given `oslc_auto:outputParameter` MAY change as the execution proceeds. Point-in-time accuracy of the values of output parameters is not covered by this specification. Once the Automation Result is in a final state ( `oslc_auto:complete` or `oslc_auto:canceled`), the `oslc_auto:outputParameter` values MUST NOT change.

See Also:

parameterDefinition

http://open-services.net/ns/auto#parameterDefinition parameterDefinition is an RDF property.

The definition of a parameter for this Automation Plan. parameterDefinitions are either a local (inline) or referenced resource and use the attributes (the range) of the oslc:Property resource with one exception. When used in the context of an oslc_auto:parameterDefinition, the cardinality of `oslc:propertyDefinition` becomes zero-or-one instead of exactly-one. Automation consumers creating Automation Requests *MUST* use the `oslc:occurs` attribute of the parameterDefinition, if present, to determine if a given parameter is required when creating the Automation Request. If the `oslc:occurs` attribute indicates the parameter is required (exactly-one or one-or-more), the service provider must guarantee the named parameter will be present in the Automation Result either as an `oslc_auto:inputParameter` when unmodified during execution, or as an `oslc_auto:outputParameter` when modified during execution.

See Also:

ParameterInstance

http://open-services.net/ns/auto#ParameterInstance ParameterInstance is an RDFS class.

The Automation Parameter Instance resource

See Also:

passed

http://open-services.net/ns/auto#passed passed is an RDF description.

Used to indicate an automation result represents a successful execution.

See Also:

producedByAutomationRequest

http://open-services.net/ns/auto#producedByAutomationRequest producedByAutomationRequest is an RDF property.

Automation Request which produced the Automation Result. It is likely that the target resource will be an oslc_auto:AutomationResult but that is not necessarily the case.

See Also:

queued

http://open-services.net/ns/auto#queued queued is an RDF description.

Primarily used to indicate an automation request or result is queued for additional actions by the service provider.

See Also:

reportsOnAutomationPlan

http://open-services.net/ns/auto#reportsOnAutomationPlan reportsOnAutomationPlan is an RDF property.

Automation Plan which the Automation Result reports on. It is likely that the target resource will be an oslc_auto:AutomationPlan but that is not necessarily the case.

See Also:

state

http://open-services.net/ns/auto#state state is an RDF property.

Used to indicate the state of the automation request or result based on values defined in the automation specification and, optionally, by the service provider. Most often a read-only property. It is expected that this will be a resource reference to a definition of a valid automation request or result state on the service provider.

See Also:

TeardownAction

http://open-services.net/ns/auto#TeardownAction TeardownAction is an RDFS class.

An action that tears down a previously deployed resource. It is likely that the resource was deployed using an OSLC Automation deployment plan, but this is not always the case. That is, a tear-down action typically has the opposite semantics from a oslc_auto:Deploy sub-domain Automation Plan or Request, even if the service provider offers no equivalents in its Automation Plan collection.

See Also:

unavailable

http://open-services.net/ns/auto#unavailable unavailable is an RDF description.

Used to indicate an automation result is in a state where a final verdict such as oslc:auto_pass or oslc_auto:fail is not yet available. Usually used when the result is in a state other than oslc_auto:complete.

See Also:

usesExecutionEnvironment

http://open-services.net/ns/auto#usesExecutionEnvironment usesExecutionEnvironment is an RDF property.

A resource representing the environment(s) which this Automation Plan can be executed in. The execution environment resource could represent a grouping of environmental details such as operating system, database, browser, compiler, etc.

See Also:

verdict

http://open-services.net/ns/auto#verdict verdict is an RDF property.

Used to indicate the verdict of the automation result based on values defined by the automation specification and, optionally, by the service provider. Most often a read-only property. It is expected that this will be a resource reference to a definition of a valid automation result verdict on the service provider.

See Also:

warning

http://open-services.net/ns/auto#warning warning is an RDF description.

Used to indicate an automation result represents an execution which encountered conditions which prevented successful execution but did not result in a failed execution.

See Also: