Uses of Class
org.connid.bundles.soap.to.WSAttributeValue

Packages that use WSAttributeValue
org.connid.bundles.soap.provisioning.interfaces   
org.connid.bundles.soap.to   
 

Uses of WSAttributeValue in org.connid.bundles.soap.provisioning.interfaces
 

Method parameters in org.connid.bundles.soap.provisioning.interfaces with type arguments of type WSAttributeValue
 String Provisioning.create(List<WSAttributeValue> data)
          Creates user account.
 String Provisioning.update(String accountid, List<WSAttributeValue> data)
          Updates user account.
 

Uses of WSAttributeValue in org.connid.bundles.soap.to
 

Methods in org.connid.bundles.soap.to that return types with arguments of type WSAttributeValue
 Set<WSAttributeValue> WSUser.getAttributes()
           
 Set<WSAttributeValue> WSChange.getAttributes()
           
 

Methods in org.connid.bundles.soap.to with parameters of type WSAttributeValue
 void WSUser.addAttribute(WSAttributeValue attribute)
           
 

Method parameters in org.connid.bundles.soap.to with type arguments of type WSAttributeValue
 void WSUser.setAttributes(Set<WSAttributeValue> attributes)
           
 void WSChange.setAttributes(Set<WSAttributeValue> attributes)
           
 

Constructor parameters in org.connid.bundles.soap.to with type arguments of type WSAttributeValue
WSUser(String accountid, Set<WSAttributeValue> attributes)
           
 



Copyright © 2011. All Rights Reserved.