Uses of Class
org.openliberty.xmltooling.ps.subscription.PSSubscription

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

Uses of PSSubscription in org.openliberty.wsc
 

Methods in org.openliberty.wsc with parameters of type PSSubscription
 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.
 PSEntity PeopleService.addEntity(PSEntity entity, PSSubscription subscription)
          (urn:liberty:ps:2006-08:AddEntity*) - The ClientLib will provide a mechanism for adding entities to the PS.
 PSEntity PeopleService.addKnownEntity(PSEntity entity, Token token, boolean createReciprocalPSObject, PSSubscription subscription)
          (urn:liberty:ps:2006-08:AddKnownEntity*) - The WSC sends an identity token to the PS to attempt the addition of a known entity.
 void PeopleService.addObjectsToCollection(java.util.List<PSObjectID> objectIDs, TargetPSObjectID collectionID, PSSubscription subscription)
          This method requests that the PS add the objects referenced by the supplied object IDs to the collection specified by the collection ID
 java.util.List<PSObject> PeopleService.findObjects(javax.xml.xpath.XPathExpression pathExpression, int count, int offset, PSSubscription subscription)
          (urn:liberty:ps:2006-08:QueryObjects*) The PS Client will provide a mechanism for creating an xpath base query to the PS, which will return 0...n Objects in a flat list (no tree).
 PSObject PeopleService.getObjectInfo(PSObjectRef objectRef, PSSubscription subscription)
          This method simply invokes objectForObjectRef() and is included for naming consistency with the spec
 java.util.List<PSObject> PeopleService.listCollectionMembers(TargetPSObjectID collectionID, PeopleService.ListStructure structure, java.lang.Integer count, java.lang.Integer offset, PSSubscription subscription)
          The PS Client will provide a facility for a ClientLIb user to list the members of a collection.
 PSObject PeopleService.objectForObjectRef(PSObjectRef objectRef, PSSubscription subscription)
          (urn:liberty:ps:2006-08:GetObjectInfo*) a method for retrieving the object info for a specific object.
 void PeopleService.removeObjectsFromCollection(java.util.List<PSObjectID> objectIDs, TargetPSObjectID collectionID, PSSubscription subscription)
          This method requests that the PS remove the objects referenced by the supplied object IDs from the collection specified by the collection ID
 void PeopleService.setObjectInfo(java.util.List<PSObject> objects, PSSubscription subscription)
          This method simply invokes updateObjects() and is included for naming consistency with the spec
 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
 void PeopleService.updateObjects(java.util.List<PSObject> objects, PSSubscription subscription)
          (urn:liberty:ps:2006-08:SetObjectInfo*) updating the object info for a list of existing objects (1...n)