| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
AddToCollectionResponse |
PeopleService.addObjectsToCollection(List<ObjectID> objectIDs,
TargetObjectID collectionID,
Subscription subscription)
This method requests that the PS add the objects referenced by the supplied object IDs to the collection specified by the
collection ID
|
RemoveFromCollectionResponse |
PeopleService.removeObjectsFromCollection(List<ObjectID> objectIDs,
TargetObjectID collectionID,
Subscription subscription)
This method requests that the PS remove the objects referenced by the supplied object IDs from the collection specified by the
collection ID
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectID |
PSObject.objectID |
| Modifier and Type | Method and Description |
|---|---|
ObjectID |
ObjectID.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
ObjectID |
PSObject.getObjectID() |
| Modifier and Type | Method and Description |
|---|---|
void |
PSObject.setObjectID(ObjectID objectID) |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
RemoveFromCollectionRequest.objectIDs |
private org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
AddToCollectionRequest.objectIDs |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
RemoveFromCollectionRequest.getObjectIDs() |
org.opensaml.core.xml.util.XMLObjectChildrenList<ObjectID> |
AddToCollectionRequest.getObjectIDs() |
| Constructor and Description |
|---|
AddToCollectionRequest(TargetObjectID targetObjectID,
ObjectID objectID) |
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
ObjectID objectID) |
| Constructor and Description |
|---|
AddToCollectionRequest(TargetObjectID targetObjectID,
List<ObjectID> objectIDs) |
RemoveFromCollectionRequest(TargetObjectID targetObjectID,
List<ObjectID> objectIDs) |
Copyright © 1999–2015. All rights reserved.