| Package | Description |
|---|---|
| xdi2.messaging |
Support for XDI messaging documents and transport protocols.
|
| Modifier and Type | Method and Description |
|---|---|
PushOperation |
Message.createPushOperation(Graph targetGraph)
Creates a new $push operation and adds it to this XDI message.
|
PushOperation |
Message.createPushOperation(Iterator<XDIStatement> targetXDIStatementAddresses)
Creates a new $push operation and adds it to this XDI message.
|
PushOperation |
Message.createPushOperation(XDIAddress targetXDIAddress)
Creates a new $push operation and adds it to this XDI message.
|
PushOperation |
Message.createPushOperation(XDIStatement targetXDIStatement)
Creates a new $push operation and adds it to this XDI message.
|
static PushOperation |
PushOperation.fromMessageAndRelation(Message message,
Relation relation)
Factory method that creates an XDI $push operation bound to a given relation.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyIterator<PushOperation> |
Message.getPushOperations()
Returns all XDI $push operations in this XDI message.
|
Copyright © 2015. All Rights Reserved.