| Package | Description |
|---|---|
| org.openliberty.wsc |
This package contains all of the Service Client classes and the basic WSFMessage.
|
| org.openliberty.xmltooling.ps.response |
| Modifier and Type | Method and Description |
|---|---|
RemoveCollectionResponse |
PeopleService.removeCollectionForTargetObjectID(TargetObjectID id)
This convenience method takes a single TargetObjectID that should reference a collection
and asks the PS to remove it.
|
RemoveCollectionResponse |
PeopleService.removeCollections(List<PSObject> collections)
This method takes a list of PSCollections and asks the PS to remove them
|
RemoveCollectionResponse |
PeopleService.removeCollectionsForTargetIDs(List<TargetObjectID> targetIDs)
This method takes a list of TargetObjectIDs and asks the PS to remove their
associated Collections.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveCollectionResponse |
RemoveCollectionResponse.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Copyright © 1999–2015. All rights reserved.