|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
With this you may find out, if a specific property is wanted by the request.
Method Summary | |
boolean |
contains(NodeProperty property)
Checks, if the NodeProperty is a RequestedProperty |
boolean |
contains(java.lang.String name,
java.lang.String namespace)
Checks, if the property identified by name and namespace, is requested |
java.util.Iterator |
getRequestedProperties()
Method getRequestedProperties |
boolean |
isAllProp()
Method isAllProp |
void |
setIsAllProp(boolean isAllProp)
Set whether this is an allProp request or not. |
Method Detail |
public boolean contains(java.lang.String name, java.lang.String namespace)
name
- name of the property to be checkednamespace
- namespace of the property to be checked
public boolean contains(NodeProperty property)
property
- NodeProperty to be checked
public boolean isAllProp()
public void setIsAllProp(boolean isAllProp)
public java.util.Iterator getRequestedProperties()
java.lang.IllegalStateException
- when isAllProp == true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |