|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Participant | |
---|---|
org.apache.muse.ws.dm.muws | |
org.apache.muse.ws.dm.muws.impl |
Uses of Participant in org.apache.muse.ws.dm.muws |
---|
Methods in org.apache.muse.ws.dm.muws that return Participant | |
---|---|
Participant[] |
RelationshipResource.getParticipant()
|
Methods in org.apache.muse.ws.dm.muws with parameters of type Participant | |
---|---|
WsResource |
Relationships.addRelationship(String name,
RelationshipType type,
Participant[] participants)
Creates a new Relationship resource with the given values, adds it to the ResourceManager and the participant resources' WS-RP container, and returns it to the caller. |
void |
RelationshipResource.setParticipant(Participant[] participants)
|
Uses of Participant in org.apache.muse.ws.dm.muws.impl |
---|
Classes in org.apache.muse.ws.dm.muws.impl that implement Participant | |
---|---|
class |
SimpleParticipant
SimpleParticipant represents resources that are participating in a relationship through the Relationships capability. |
Methods in org.apache.muse.ws.dm.muws.impl that return Participant | |
---|---|
Participant[] |
SimpleRelationshipResource.getParticipant()
|
Methods in org.apache.muse.ws.dm.muws.impl with parameters of type Participant | |
---|---|
WsResource |
SimpleRelationships.addRelationship(String name,
RelationshipType type,
Participant[] participants)
|
protected WsResource |
SimpleRelationships.createRelationship(String name,
RelationshipType type,
Participant[] participants)
Creates a new relationship resource with the given fields, initializes it, and adds it to the ResourceManager before returning it. |
void |
SimpleRelationshipResource.setParticipant(Participant[] participants)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |