com.highdeal.bart.hci
Class SearchSchedulableJobResult

java.lang.Object
  extended by com.highdeal.bart.hci.SchedulableJobOperationResult
      extended by com.highdeal.bart.hci.SearchSchedulableJobResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class SearchSchedulableJobResult
extends SchedulableJobOperationResult

This class represents the result of the SearchSchedulableJobOp operation.
This result is the schedulable job model which has been retrieved.
Please, use getJob() if searching for one specific job from its unique job ID
Please, use getJobs() if searching for all jobs (no job ID specified) for getting result.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="searchSchedulableJobResult">
   <xs:complexType> 
     <xs:sequence> 
       <xs:choice>
         <xs:element ref="cleanDatabaseJob" minOccurs="1" maxOccurs="1"/> 
         <xs:element ref="runRatingSessionJob" minOccurs="1" maxOccurs="1"/> 
       </xs:choice>
     </xs:sequence>
   </xs:complexType> 
 </xs:element>


Constructor Summary
SearchSchedulableJobResult()
          Builds an empty searchSchedulableJobResult.
 
Method Summary
 
Methods inherited from class com.highdeal.bart.hci.SchedulableJobOperationResult
addCharacterData, addChild, getJob, getJobs, getOperandReference, marshal, setAttributes, setJob, setJobs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchSchedulableJobResult

public SearchSchedulableJobResult()
Builds an empty searchSchedulableJobResult.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)