|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipType | |
---|---|
org.apache.muse.ws.dm.muws | |
org.apache.muse.ws.dm.muws.impl |
Uses of RelationshipType in org.apache.muse.ws.dm.muws |
---|
Methods in org.apache.muse.ws.dm.muws that return RelationshipType | |
---|---|
RelationshipType |
RelationshipResource.getType()
|
Methods in org.apache.muse.ws.dm.muws with parameters of type RelationshipType | |
---|---|
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.setType(RelationshipType type)
|
Uses of RelationshipType in org.apache.muse.ws.dm.muws.impl |
---|
Classes in org.apache.muse.ws.dm.muws.impl that implement RelationshipType | |
---|---|
class |
SimpleRelationshipType
SimpleRelationshipType represents simple and complex relationship types for the RelationshipResource capability. |
Methods in org.apache.muse.ws.dm.muws.impl that return RelationshipType | |
---|---|
RelationshipType |
SimpleRelationshipResource.getType()
|
Methods in org.apache.muse.ws.dm.muws.impl with parameters of type RelationshipType | |
---|---|
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.setType(RelationshipType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |