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

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

Uses of PSObjectRef in org.openliberty.wsc
 

Methods in org.openliberty.wsc with parameters of type PSObjectRef
 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.
 

Uses of PSObjectRef in org.openliberty.xmltooling.ps
 

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

Methods in org.openliberty.xmltooling.ps that return PSObjectRef
 PSObjectRef PSObjectRefBuilder.buildObject()
           
 PSObjectRef PSObjectRefBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 PSObjectRef PSObject.createPSObjectRef()
          This method returns a PSObjectRef only if there is a PSObjectID present in the PSObject
 

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