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

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

Uses of PSObjectID in org.openliberty.wsc
 

Method parameters in org.openliberty.wsc with type arguments of type PSObjectID
 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
 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
 

Uses of PSObjectID in org.openliberty.xmltooling.ps
 

Fields in org.openliberty.xmltooling.ps declared as PSObjectID
private  PSObjectID PSObject.objectID
           
 

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

Methods in org.openliberty.xmltooling.ps with parameters of type PSObjectID
 void PSObject.setObjectID(PSObjectID objectID)