Uses of Class
org.openliberty.wsc.PSCollection

Packages that use PSCollection
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
 

Uses of PSCollection in org.openliberty.wsc
 

Methods in org.openliberty.wsc that return PSCollection
 PSCollection PeopleService.addCollection(PSCollection collection, PSSubscription subscription)
          (urn:liberty:ps:2006-08:AddCollection*) - The ClientLib will provide a mechanism for adding collections to the PS.
 

Methods in org.openliberty.wsc with parameters of type PSCollection
 PSCollection PeopleService.addCollection(PSCollection collection, PSSubscription subscription)
          (urn:liberty:ps:2006-08:AddCollection*) - The ClientLib will provide a mechanism for adding collections to the PS.
 boolean PeopleService.testMembership(Token identityToken, PSCollection collection, PSSubscription subscription)
          (urn:liberty:ps:2006-08:TestMembership*) Poses the question 'Is user X a member of group Y?' to the PS
 

Method parameters in org.openliberty.wsc with type arguments of type PSCollection
 boolean PeopleService.removeCollections(java.util.List<PSCollection> collections)
          This method takes a list of PSCollections and asks the PS to remove them