| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeId
NodeId identifies a node on the SPI layer. |
interface |
PropertyId
PropertyId identifies a property on the SPI layer. |
| Modifier and Type | Method and Description |
|---|---|
ItemId |
ItemInfo.getId() |
ItemId |
Event.getItemId() |
| Modifier and Type | Method and Description |
|---|---|
Batch |
RepositoryService.createBatch(SessionInfo sessionInfo,
ItemId itemId)
Indicates the start of a set of operations that cause modifications
on the underlying persistence layer.
|
Iterator<? extends ItemInfo> |
RepositoryService.getItemInfos(SessionInfo sessionInfo,
ItemId itemId)
Method used to 'batch-read' from the persistent storage.
|
boolean |
RepositoryService.isGranted(SessionInfo sessionInfo,
ItemId itemId,
String[] actions)
Returns true if all actions defined in the specified array are granted
to given
SessionInfo. |
void |
Batch.remove(ItemId itemId)
Remove an existing item.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.