Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.relations.api
Interface QNameResource

All Superinterfaces:
Cloneable, Comparable<Node>, Node, Resource, Serializable, Subject
All Known Implementing Classes:
QNameResourceImpl

public interface QNameResource
extends Resource

Resource with a qualified name.

Author:
Anahide Tchertchian

Method Summary
 String getLocalName()
           
 String getNamespace()
           
 void setLocalName(String localName)
           
 
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Resource
getUri, setUri
 
Methods inherited from interface org.nuxeo.ecm.platform.relations.api.Node
getNodeType, isBlank, isLiteral, isQNameResource, isResource
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNamespace

String getNamespace()

getLocalName

String getLocalName()

setLocalName

void setLocalName(String localName)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.