Get IRC object data

Returns data collection for a given IRC Object. Use this method to retrieve all values for a given IRC object. One can also specify filter values to limit the data returned by this method.

Syntax:

Public IBizObjectCollection GetObjectData(AuthInfo objAuthInfo, 
BizRightsPublishingFramework.ObjectType, [string ObjectID], 
[BizRightsPublishingFramework.SearchType], 
[BizRightsPublishingFramework.SearchCriteria objSearchCriteria]); 

Parameters:

Parameter Description
Auth Object Authentication object with IRC user name and password provided to the application consuming the web service.
ObjectType

The object type for which the details to be retrieved. The supported object types will be:

  • Rule
  • Rule book
  • Compensating control
  • Application
  • Analysis
ObjectID Optional. The unique object ID of IRC objects that will be provided for getting the details. This is an optional parameter; if not provided then object will have all the data for that object type.
Search Type Optional. The supported search types will be:
  • Containing
  • Exactmatch
  • Starting with
Search Criteria Optional. Search Criteria object with the search options like search by name, description, created by or date range.