Wiki
retrieve Resource List For Jobs


Peter Reynolds: 27/5 This should be fixed so that we retrieve the resources for a job.

The resource file can be associated with one or more jobs and this call allows for the Client to find which jobs is a particular resource file associated with. If a resource file is no longer to be used this call can be used to find a list of jobs associated with that resource and the disassociateResource call can be used to disassociate the resource with those jobs.

Passed In

Returned

Schema

Request

<xsd:element name="retrieveJobListForResourceRequest">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="types:resource"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Response

<xsd:element name="retrieveJobListForResourceResponse">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element maxOccurs="unbounded" minOccurs="0" ref="types:ticket"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>