Uses of Class
org.openspml.v2.msg.spmlsearch.Query

Packages that use Query
org.openspml.v2.msg.spmlbulk   
org.openspml.v2.msg.spmlsearch   
org.openspml.v2.msg.spmlupdates   
 

Uses of Query in org.openspml.v2.msg.spmlbulk
 

Constructors in org.openspml.v2.msg.spmlbulk with parameters of type Query
BulkModifyRequest(java.lang.String requestId, ExecutionMode executionMode, Query ref, Modification[] modifications)
           
BulkDeleteRequest(java.lang.String requestId, ExecutionMode executionMode, Query ref, java.lang.Boolean recursive)
           
BulkDeleteRequest(java.lang.String requestId, ExecutionMode executionMode, Query ref)
           
BulkDeleteRequest(java.lang.String requestId, ExecutionMode executionMode, Query ref, boolean recursive)
           
 

Uses of Query in org.openspml.v2.msg.spmlsearch
 

Methods in org.openspml.v2.msg.spmlsearch with parameters of type Query
 void SearchRequest.setQuery(Query query)
           
 

Constructors in org.openspml.v2.msg.spmlsearch with parameters of type Query
SearchRequest(java.lang.String requestId, ExecutionMode executionMode, Query query, java.lang.String[] includeDataForCapability, ReturnData returnData, java.lang.Integer maxSelect)
           
SearchRequest(java.lang.String requestId, ExecutionMode executionMode, Query query, java.lang.String[] includeDataForCapability, ReturnData returnData, int maxSelect)
           
SearchRequest(java.lang.String requestId, ExecutionMode executionMode, Query query, java.lang.String[] includeDataForCapability, ReturnData returnData)
           
 

Uses of Query in org.openspml.v2.msg.spmlupdates
 

Methods in org.openspml.v2.msg.spmlupdates that return Query
 Query[] UpdatesRequest.getQueries()
           
 

Methods in org.openspml.v2.msg.spmlupdates with parameters of type Query
 void UpdatesRequest.addQuery(Query query)
           
 boolean UpdatesRequest.removeQuery(Query query)
           
 

Constructors in org.openspml.v2.msg.spmlupdates with parameters of type Query
UpdatesRequest(java.lang.String requestId, ExecutionMode executionMode, Query[] query, java.lang.String[] updatedByCapability, java.lang.String updatedSince, java.lang.String token, java.lang.Integer maxSelect)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.