| 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 |
|---|---|
RemoveEntityResponse |
PeopleService.removeEntities(List<PSObject> entities)
This method takes a list of PSObjects and asks the PS to remove them
|
RemoveEntityResponse |
PeopleService.removeEntitiesWithIds(List<String> entityIds)
Removes a list of entities from the People Service.
|
RemoveEntityResponse |
PeopleService.removeEntitiesWithTargetObjectIds(List<TargetObjectID> targetObjectIDs)
This method makes a request to remove PS Entities from a People Service based on the supplied
TargetObjectIDs.
|
RemoveEntityResponse |
PeopleService.removeEntityWithTargetObjectID(TargetObjectID id)
A convenience method that removes a single PS Entity referenced by the
supplied TargetObjectID from the People Service.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveEntityResponse |
RemoveEntityResponse.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Copyright © 1999–2015. All rights reserved.