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

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

Uses of TargetPSObjectID in org.openliberty.wsc
 

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

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

Uses of TargetPSObjectID in org.openliberty.xmltooling.ps.request
 

Constructors in org.openliberty.xmltooling.ps.request with parameters of type TargetPSObjectID
ResolveInput(TargetPSObjectID targetID, TokenPolicy policy)