Inherits from NSObject
Conforms to PicoBindable
Declared in Finding_DomainFilter.h
Finding_DomainFilter.m

Overview

Name of the domain to which search results will be restricted.

@ingroup FindingServicePortType

Tasks

  •   domainName

    Specify the name of the domain to which you want to restrict search
    results. Only items listed within the specified domain will be returned
    in the search results. Domain names can be retrieved from an aspect
    histogram.

    property
  •   delimiter

    (public property)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Finding_DomainFilter.h

delimiter

(public property)

@property (nonatomic, retain) NSString *delimiter

Discussion

(public property)

type : NSString, wrapper for primitive string

Declared In

Finding_DomainFilter.h

domainName

Specify the name of the domain to which you want to restrict search
results. Only items listed within the specified domain will be returned
in the search results. Domain names can be retrieved from an aspect
histogram.

@property (nonatomic, retain) NSMutableArray *domainName

Discussion

Specify the name of the domain to which you want to restrict search
results. Only items listed within the specified domain will be returned
in the search results. Domain names can be retrieved from an aspect
histogram.

entry type : NSString, wrapper for primitive string

Declared In

Finding_DomainFilter.h