Cisco Cisco 3365 Mobility Services Engine Guía Del Desarrollador

Descargar
Página de 224
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UI DE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE  OF 
MSE,
 
R
ELEASE 
7.4
.
       
P
A G E  
89
  O F  
2 27  
 
C H A P T E R   7  
Location – STATION  
 
The station interface concentrates on the following areas for mobile stations: 
 
Calculation of real-time location 
 
Calculation of statistics 
 
Historical collection of Location and Statistics 
7.1 METHOD: GetStationInfoList 
Queries a list of mobile stations currently stored in the MSE. The query can be: 
 
NULL - Return all mobile stations and their contents.  
 
Count Query - Return the number of mobile stations in the server 
 
All  other  queries  (sorting,  paging,  member  match  and  so  on)  -  The  list  of  mobile 
stations and their content, constrained based on the query content. 
 
With  v7.2  onwards,  there  is  also  support  for  partial  IP  Address  search.  If  you  are 
performing  a  partial  IP  Address  search  it  makes  more  sense  to  use  a  LIKE  or 
NOT_LIKE, however other operators are acceptable input too.
 
Important note: For existing application(pre-v7.2) if there are both ip v4 and v6 addresses then 
the ipaddress attribute in the AesMobilestation object will contain the first ipv4 address and the 
other Ips will be sent in the EndpointIPAddress element. If there is no IP v4 address (there may 
or may not be IPv6 addresses) the ipAddress attribute will be empty. New Applications should 
rely  only  on  the  EndpointIPAddress  element  to  get  the  ip  address  and  not  use  the  ipaddress 
attribute. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria