new AEM()
Instance Members
new constructor(host, port, username, password, [config])
createNode(path, type, props)
moveNode(path, destination)
removeNode(path)
getNode(path)
setProperties(path, props)
setProperty(path, prop, val)
removeProperties(path, props)
removeProperty(path, prop)
createFile(path, file, encoding, [mimeType])
updateFile(path, file, encoding, [mimeType], [createMode])
moveFile(path, destination)
removeFile(path)
activateNode(path, treeActivation, onlyModified, ignoreDeactivated)
deactivateNode(path)
new Node()
Instance Members
setProperties(props)
setProperty(prop, val)
removeProperties(props)
removeProperty(prop)
getProperties()
getChildren()
getChild(path)
createChild(path, type, props)
moveChild(path, destination)
removeChild(path)
createFile(path, file, encoding, mimeType)
updateFile(path, file, encoding, mimeType)
removeFile(path)
move(destination)
remove()
activate(treeActivation, onlyModified, ignoreDeactivated, args)
deactivate()