Class AutomationResult

    • Constructor Detail

      • AutomationResult

        public AutomationResult()
        Deprecated.
      • AutomationResult

        public AutomationResult​(URI about)
        Deprecated.
    • Method Detail

      • getRdfType

        protected URI getRdfType()
        Deprecated.
      • addContributor

        public void addContributor​(URI contributor)
        Deprecated.
      • addCreator

        public void addCreator​(URI creator)
        Deprecated.
      • addRdfType

        public void addRdfType​(URI rdfType)
        Deprecated.
      • addSubject

        public void addSubject​(String subject)
        Deprecated.
      • addState

        public void addState​(URI state)
        Deprecated.
      • addVerdict

        public void addVerdict​(URI verdict)
        Deprecated.
      • addContribution

        public void addContribution​(URI contribution)
        Deprecated.
      • addInputParameter

        public void addInputParameter​(ParameterInstance parameter)
        Deprecated.
      • addOutputParameter

        public void addOutputParameter​(ParameterInstance parameter)
        Deprecated.
      • getInstanceShape

        @OslcDescription("Resource Shape that provides hints as to resource property value-types and allowed values. ")
        @OslcPropertyDefinition("http://open-services.net/ns/core#instanceShape")
        @OslcRange("http://open-services.net/ns/core#ResourceShape")
        @OslcTitle("Instance Shape")
        public URI getInstanceShape()
        Deprecated.
      • getServiceProvider

        @OslcDescription("The scope of a resource is a URI for the resource\'s OSLC Service Provider.")
        @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider")
        @OslcRange("http://open-services.net/ns/core#ServiceProvider")
        @OslcTitle("Service Provider")
        public URI getServiceProvider()
        Deprecated.
      • getStates

        @OslcDescription("Used to indicate the state of the automation result based on values defined by the service provider.")
        @OslcOccurs(OneOrMany)
        @OslcReadOnly(true)
        @OslcName("state")
        @OslcPropertyDefinition("http://open-services.net/ns/auto#state")
        @OslcTitle("State")
        @OslcAllowedValue({"http://open-services.net/ns/auto#http://open-services.net/ns/auto#new","http://open-services.net/ns/auto#http://open-services.net/ns/auto#inProgress","http://open-services.net/ns/auto#http://open-services.net/ns/auto#queued","http://open-services.net/ns/auto#http://open-services.net/ns/auto#canceling","http://open-services.net/ns/auto#http://open-services.net/ns/auto#canceled","http://open-services.net/ns/auto#http://open-services.net/ns/auto#complete"})
        public URI[] getStates()
        Deprecated.
      • getVerdicts

        @OslcDescription("Used to indicate the verdict of the automation result based on values defined by the service provider.")
        @OslcOccurs(OneOrMany)
        @OslcName("verdict")
        @OslcPropertyDefinition("http://open-services.net/ns/auto#verdict")
        @OslcTitle("Verdict")
        @OslcAllowedValue({"http://open-services.net/ns/auto#http://open-services.net/ns/auto#passed","http://open-services.net/ns/auto#http://open-services.net/ns/auto#failed","http://open-services.net/ns/auto#http://open-services.net/ns/auto#warning","http://open-services.net/ns/auto#http://open-services.net/ns/auto#error","http://open-services.net/ns/auto#http://open-services.net/ns/auto#unavailable"})
        public URI[] getVerdicts()
        Deprecated.
      • getDesiredState

        @OslcDescription("Used to indicate the desired state of the Automation Request based on values defined by the service provider.")
        @OslcPropertyDefinition("http://open-services.net/ns/auto#desiredState")
        @OslcName("desiredState")
        @OslcOccurs(ZeroOrOne)
        @OslcTitle("Desired State")
        @OslcAllowedValue({"http://open-services.net/ns/auto#http://open-services.net/ns/auto#new","http://open-services.net/ns/auto#http://open-services.net/ns/auto#inProgress","http://open-services.net/ns/auto#http://open-services.net/ns/auto#queued","http://open-services.net/ns/auto#http://open-services.net/ns/auto#canceling","http://open-services.net/ns/auto#http://open-services.net/ns/auto#canceled","http://open-services.net/ns/auto#http://open-services.net/ns/auto#complete"})
        public URI getDesiredState()
        Deprecated.
      • getOutputParameters

        @OslcDescription("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.")
        @OslcOccurs(ZeroOrMany)
        @OslcName("outputParameter")
        @OslcPropertyDefinition("http://open-services.net/ns/auto#outputParameter")
        @OslcTitle("Output Parameter")
        public ParameterInstance[] getOutputParameters()
        Deprecated.
      • setContributors

        public void setContributors​(URI[] contributors)
        Deprecated.
      • setCreated

        public void setCreated​(Date created)
        Deprecated.
      • setCreators

        public void setCreators​(URI[] creators)
        Deprecated.
      • setIdentifier

        public void setIdentifier​(String identifier)
        Deprecated.
      • setInstanceShape

        public void setInstanceShape​(URI instanceShape)
        Deprecated.
      • setModified

        public void setModified​(Date modified)
        Deprecated.
      • setRdfTypes

        public void setRdfTypes​(URI[] rdfTypes)
        Deprecated.
      • setServiceProvider

        public void setServiceProvider​(URI serviceProvider)
        Deprecated.
      • setSubjects

        public void setSubjects​(String[] subjects)
        Deprecated.
      • setTitle

        public void setTitle​(String title)
        Deprecated.
      • setStates

        public void setStates​(URI[] states)
        Deprecated.
      • setVerdicts

        public void setVerdicts​(URI[] verdicts)
        Deprecated.
      • setContributions

        public void setContributions​(URI[] contributions)
        Deprecated.
      • setDesiredState

        public void setDesiredState​(URI desiredState)
        Deprecated.
      • setProducedByAutomationRequest

        public void setProducedByAutomationRequest​(Link producedByAutomationRequest)
        Deprecated.
      • setReportsOnAutomationPlan

        public void setReportsOnAutomationPlan​(Link reportsOnAutomationPlan)
        Deprecated.
      • setInputParameters

        public void setInputParameters​(ParameterInstance[] parameters)
        Deprecated.
      • setOutputParameters

        public void setOutputParameters​(ParameterInstance[] parameters)
        Deprecated.