|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CmisExtensionElement
This class represents one node in the extension tree.
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the attributes of the extension. |
java.util.List<CmisExtensionElement> |
getChildren()
Returns the children of this extension. |
java.lang.String |
getName()
Returns the name of the extension. |
java.lang.String |
getNamespace()
Returns the namespace of the extension. |
java.lang.String |
getValue()
Returns the value of the extension as a String. |
Method Detail |
---|
java.lang.String getName()
null
.
java.lang.String getNamespace()
null
.
Don't rely on namespaces because they are binding specific!
java.lang.String getValue()
null
.
java.util.Map<java.lang.String,java.lang.String> getAttributes()
null
.
Try to avoid attributes because they are binding specific!
java.util.List<CmisExtensionElement> getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |