Finding_DomainFilter Class Reference
| 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
-
domainNameSpecify the name of the domain to which you want to restrict search
property
results. Only items listed within the specified domain will be returned
in the search results. Domain names can be retrieved from an aspect
histogram. -
delimiter(public property)
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Finding_DomainFilter.hdelimiter
(public property)
@property (nonatomic, retain) NSString *delimiterDiscussion
(public property)
type : NSString, wrapper for primitive string
Declared In
Finding_DomainFilter.hdomainName
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 *domainNameDiscussion
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