org.apache.ws.muws.v1_0.capability
Interface RelationshipsCapability

All Known Implementing Classes:
RelationshipsCapabilityImpl

public interface RelationshipsCapability

The MUWS Relationships manageability capability.


Field Summary
static java.lang.String NAME
          Name of this capability.
static javax.xml.namespace.QName PORT_TYPE_NAME
          Port type name.
static javax.xml.namespace.QName PROP_NAME_RELATIONSHIP
          Relationship property name.
static java.lang.String SUBTOPIC_NAME_RELATIONSHIP_CREATED
          RelationshipCreated subtopic name.
static java.lang.String SUBTOPIC_NAME_RELATIONSHIP_DELETED
          RelationshipDeleted subtopic name.
static java.lang.String TOPIC_NAME
          Topic name.
static java.lang.String URI
          Manageability capability URI.
 
Method Summary
 org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.QueryRelationshipsByTypeResponseDocument queryRelationshipsByType(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.QueryRelationshipsByTypeDocument requestDoc)
          This operation is a shortcut to query relationships of the same type.
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this capability.

See Also:
Constant Field Values

URI

public static final java.lang.String URI
Manageability capability URI.

See Also:
Constant Field Values

PORT_TYPE_NAME

public static final javax.xml.namespace.QName PORT_TYPE_NAME
Port type name.


TOPIC_NAME

public static final java.lang.String TOPIC_NAME
Topic name.

See Also:
Constant Field Values

PROP_NAME_RELATIONSHIP

public static final javax.xml.namespace.QName PROP_NAME_RELATIONSHIP
Relationship property name.


SUBTOPIC_NAME_RELATIONSHIP_CREATED

public static final java.lang.String SUBTOPIC_NAME_RELATIONSHIP_CREATED
RelationshipCreated subtopic name.

See Also:
Constant Field Values

SUBTOPIC_NAME_RELATIONSHIP_DELETED

public static final java.lang.String SUBTOPIC_NAME_RELATIONSHIP_DELETED
RelationshipDeleted subtopic name.

See Also:
Constant Field Values
Method Detail

queryRelationshipsByType

public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.QueryRelationshipsByTypeResponseDocument queryRelationshipsByType(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.QueryRelationshipsByTypeDocument requestDoc)
This operation is a shortcut to query relationships of the same type. See section 4.1.4.1 of the MUWS Part 2 spec.

Parameters:
requestDoc - the request document
Returns:
the response document


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.