com.crystaldecisions.sdk.occa.infostore
Interface IProcessingInfo


public interface IProcessingInfo

The IProcessingInfo interface contains a collection of properties that are used by the Job Server for processing object-specific information. For example, the IProcessingInfo interface can be used to store a Report object's selection formula, prompt, and input/output directory information.

This collection of properties is also used when scheduling objects . However, while all objects that can be scheduled have the same scheduling properties, they have their own set of processing properties. In BusinessObjects Enterprise, IReport, IProgram, and IObjectPackage interfaces can be scheduled. Note that if the InfoObject cannot be scheduled and thus, cannot be "processed", the object will return null.

It is recommended that for manipulating Report processing properties, you use the IReportProcessingInfo interface instead of manipulating the ProcessingInfo properties directly.

See Also:
ISchedulingInfo, IReportProcessingInfo

Method Summary
 IProperties properties()
           Returns an enumeration of the properties set within this property bag.
 

Method Detail

properties

public IProperties properties()

Returns an enumeration of the properties set within this property bag.

Returns:
An IProperties object containing and enumeration of the properties set within this property bag.