AEM

new AEM()
Instance Members
new constructor(host, port, username, password, [config])
createNode(path, type, props)
moveNode(path, destination)
copyNode(path, destination)
removeNode(path)
getNode(path)
setProperties(path, props)
setProperty(path, prop, val)
removeProperties(path, props)
removeProperty(path, prop)
createVersion(path, label, comment)
createAsset(path, file, mimeType)
updateAsset(path, file, mimeType)
moveAsset(path, destination)
removeAsset(path)
createFile(path, file, encoding, [mimeType])
updateFile(path, file, encoding, [mimeType], [createMode])
moveFile(path, destination)
removeFile(path)
activateNode(path, treeActivation, onlyModified, ignoreDeactivated)
lock(path)
unlock(path)
deactivateNode(path)

Node

new Node()
Instance Members
setProperties(props)
setProperty(prop, val)
removeProperties(props)
removeProperty(prop)
getProperties()
getChildren()
getChild(path)
createChild(path, type, props)
moveChild(path, destination)
copyChild(path, destination)
removeChild(path)
createFile(path, file, encoding, mimeType)
updateFile(path, file, encoding, mimeType)
removeFile(path)
createAsset(path, file, mimeType)
createVersion(label, comment)
updateAsset(path, file, mimeType)
removeAsset(path)
move(destination)
remove()
activate(treeActivation, onlyModified, ignoreDeactivated)
deactivate()
lock()
unlock()