Uses of Class
org.openliberty.xmltooling.ps.PSObject

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

Uses of PSObject in org.openliberty.wsc
 

Subclasses of PSObject in org.openliberty.wsc
 class PSCollection
           
 class PSEntity
           
 

Methods in org.openliberty.wsc that return PSObject
 PSObject PeopleService.getObjectInfo(PSObjectRef objectRef, PSSubscription subscription)
          This method simply invokes objectForObjectRef() and is included for naming consistency with the spec
 PSObject PeopleService.objectForObjectRef(PSObjectRef objectRef, PSSubscription subscription)
          (urn:liberty:ps:2006-08:GetObjectInfo*) a method for retrieving the object info for a specific object.
 

Methods in org.openliberty.wsc that return types with arguments of type PSObject
 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).
 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.
 

Method parameters in org.openliberty.wsc with type arguments of type PSObject
 void PeopleService.setObjectInfo(java.util.List<PSObject> objects, PSSubscription subscription)
          This method simply invokes updateObjects() and is included for naming consistency with the spec
 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)
 

Uses of PSObject in org.openliberty.xmltooling.ps
 

Fields in org.openliberty.xmltooling.ps with type parameters of type PSObject
private  org.opensaml.xml.util.XMLObjectChildrenList<PSObject> PSObject.objects
           
 

Methods in org.openliberty.xmltooling.ps that return PSObject
 PSObject PSObjectBuilder.buildObject()
           
 PSObject PSObjectBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.ps that return types with arguments of type PSObject
 org.opensaml.xml.util.XMLObjectChildrenList<PSObject> PSObject.getObjects()