|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublishElement | |
---|---|
de.fhhannover.inform.trust.ifmapj.messages | This package provides classes to represent IF-MAP requests and results that are communicated with an IF-MAP server. |
Uses of PublishElement in de.fhhannover.inform.trust.ifmapj.messages |
---|
Subinterfaces of PublishElement in de.fhhannover.inform.trust.ifmapj.messages | |
---|---|
interface |
PublishDelete
Interface that represent a publish delete operation. |
interface |
PublishNotify
Interface that represents a publish notify operation |
interface |
PublishUpdate
Interface that represents a publish update operation |
Methods in de.fhhannover.inform.trust.ifmapj.messages that return types with arguments of type PublishElement | |
---|---|
List<PublishElement> |
PublishRequest.getPublishElements()
Get all PublishElement instances of this request |
Methods in de.fhhannover.inform.trust.ifmapj.messages with parameters of type PublishElement | |
---|---|
void |
PublishRequest.addPublishElement(PublishElement pe)
Add a new PublishElement to the request |
static PublishRequest |
Requests.createPublishReq(PublishElement el)
Create a new PublishRequest that contains the given PublishElement |
PublishRequest |
RequestFactory.createPublishReq(PublishElement el)
Deprecated. Create a new PublishRequest that contains the given PublishElement |
Method parameters in de.fhhannover.inform.trust.ifmapj.messages with type arguments of type PublishElement | |
---|---|
PublishRequest |
RequestFactory.createPublishReq(Collection<PublishElement> list)
Deprecated. Create a new PublishRequest that contains the given list of
PublishElement instances. |
static PublishRequest |
Requests.createPublishReq(List<PublishElement> list)
Create a new PublishRequest that contains the given list of
PublishElement instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |