|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishRequest
Interface to access data concerning a PublishRequest
.
MAPCs can publish or delete metadata on a MAPS. A PublishRequest
is used to do these operations. A PublishRequest
can hold one or
more of PublishUpdate
, PublishNotify
and PublishDelete
elements.
Method Summary | |
---|---|
void |
addPublishElement(PublishElement pe)
Add a new PublishElement to the request |
List<PublishElement> |
getPublishElements()
Get all PublishElement instances of this request |
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.Request |
---|
getSessionId, setSessionId |
Method Detail |
---|
void addPublishElement(PublishElement pe)
PublishElement
to the request
pe
- the element to add to the list
NullPointerException
- if the given element is nullList<PublishElement> getPublishElements()
PublishElement
instances of this request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |