| Package | Description |
|---|---|
| org.gcube.common.homelibary.model.session |
| Modifier and Type | Method and Description |
|---|---|
ItemDelegate |
JCRSession.clone(String srcAbsPath,
String destAbsPath,
boolean removeExisting)
Clone item
|
ItemDelegate |
JCRSession.copy(String srcAbsPath,
String destAbsPath) |
ItemDelegate |
JCRSession.copyContent(String srcId,
String destId) |
ItemDelegate |
JCRSession.createReference(String itemId,
String destinationFolderId,
String login) |
ItemDelegate |
JCRSession.getItemById(String id)
Retrieve and ItemDelegate by id using a GET servlet
|
ItemDelegate |
JCRSession.getItemByPath(String path,
String login)
Retrieve an ItemDelegate object by path using a GET servlet
|
ItemDelegate |
JCRSession.getParentById(String id)
Retrieve and ItemDelegate by id using a GET servlet
|
ItemDelegate |
JCRSession.move(String srcAbsPath,
String destAbsPath)
Moves the node at srcAbsPath (and its entire subtree) to the new location at destAbsPath.
|
ItemDelegate |
JCRSession.saveItem(ItemDelegate item)
Save item: if it does not exist, create it, otherwise modify it
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemDelegate> |
JCRSession.getChildrenById(String id,
String login)
Get children by id using a GET servlet
|
List<ItemDelegate> |
JCRSession.searchItems(String query,
String lang,
String login) |
| Modifier and Type | Method and Description |
|---|---|
ItemDelegate |
JCRSession.saveItem(ItemDelegate item)
Save item: if it does not exist, create it, otherwise modify it
|
Copyright © 2015. All Rights Reserved.