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
RDF Properties in this namespace
canceled, canceling, complete, desiredState, error, executesAutomationPlan, fail, hasContribution, inProgress, inputParameter, new, outputParameter, parameterDefinition, pass, producedByAutomationRequest, queued, reportsOnAutomationPlan, state, unavailable, verdict, warning
The Automation Plan resource
See Also:
The Automation Request resource
See Also:
The Automation Result resource
See Also:
Used to indicate that an automation request or result has been canceled.
See Also:
Used to indicate the service provider is in the process of canceling an automation request or result.
See Also:
Used to indicate that an automation request or result is complete.
See Also:
Used to indicate the desired state of the automation request based on values defined by the service provider.
See Also:
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:
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:
Used to indicate an automation result represents a failed execution.
See Also:
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:
Used to indicate an automation request or result is active in the service provider.
See Also:
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:
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:
Automation Result output parameters are parameters associated with the result other than the oslc_auto:inputParameter resources. These could be parameters added during automation execution by the service provider or external agents. They could also be copies of input parameters with values changed during execution.
See Also:
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:inputParmeter when unmodified during execution, or as an oslc_auto:outputParameter when modified during execution.
See Also:
The Automation Parameter Instance resource
See Also:
Used to indicate an automation result represents a successful execution.
See Also:
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:
Primarily used to indicate an automation request or result is queued for additional actions by the service provider.
See Also:
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:
Used to indicate the state of the automation request based on values defined 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 state on the service provider.
See Also:
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:
Used to indicate the verdict of the automation result based on values defined 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:
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: