null
. If due to an import the uuid of the resulting node is already defined, it must be passed as separate uuid parameter, indicating a binding value for the server. Otherwise the uuid must be null
.
@throws javax.jcr.ItemExistsException
@throws javax.jcr.PathNotFoundException
@throws javax.jcr.version.VersionException
@throws javax.jcr.nodetype.ConstraintViolationException
@throws javax.jcr.nodetype.NoSuchNodeTypeException
@throws javax.jcr.lock.LockException
@throws javax.jcr.AccessDeniedException
@throws javax.jcr.UnsupportedRepositoryOperationException
@throws javax.jcr.RepositoryException
@see javax.jcr.Node#addNode(String)
@see javax.jcr.Node#addNode(String,String)
@see javax.jcr.Session#importXML(String,java.io.InputStream,int)
@see javax.jcr.query.Query#storeAsNode(String)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|