| Package | Description |
|---|---|
| org.jahia.services.content | |
| org.jahia.services.content.decorator |
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.NodeIterator |
JCRStoreService.getKnownMountPointsWithStatus(JCRMountPointNode.MountStatus status)
Retrieves all mount points with the given status or all mount points if no status is specified.
|
void |
JCRStoreProvider.setMountStatus(JCRMountPointNode.MountStatus status)
Sets the mount status of this provider to the specified one.
|
void |
JCRStoreProvider.setMountStatus(JCRMountPointNode.MountStatus status,
String message)
Sets the mount status of this provider to the specified one.
|
| Modifier and Type | Method and Description |
|---|---|
JCRMountPointNode.MountStatus |
JCRMountPointNode.getMountStatus() |
static JCRMountPointNode.MountStatus |
JCRMountPointNode.MountStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCRMountPointNode.MountStatus[] |
JCRMountPointNode.MountStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCRMountPointNode.setMountStatus(JCRMountPointNode.MountStatus mountStatus) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.