Uses of Class
org.openspml.v2.msg.spml.Modification

Packages that use Modification
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlbulk   
 

Uses of Modification in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml that return Modification
 Modification[] ModifyRequest.getModifications()
           
 

Methods in org.openspml.v2.msg.spml with parameters of type Modification
 void ModifyRequest.addModification(Modification modification)
           
 boolean ModifyRequest.removeModification(Modification modification)
           
 

Constructors in org.openspml.v2.msg.spml with parameters of type Modification
ModifyRequest(java.lang.String requestId, ExecutionMode executionMode, PSOIdentifier psoID, Modification[] modifications, ReturnData returnData)
           
 

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

Methods in org.openspml.v2.msg.spmlbulk that return Modification
 Modification[] BulkModifyRequest.getModifications()
           
 

Methods in org.openspml.v2.msg.spmlbulk with parameters of type Modification
 void BulkModifyRequest.addModification(Modification modification)
           
 boolean BulkModifyRequest.removeModification(Modification modification)
           
 

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



Copyright © Sun Microsystems, Inc. All Rights Reserved.