public interface InheritanceOriginMetadata
| Modifier and Type | Field and Description |
|---|---|
static NodeMetadataKey<InheritanceOriginMetadata> |
KEY
The
NodeMetadataKey for InheritanceOriginMetadata. |
| Modifier and Type | Method and Description |
|---|---|
PermissionHolder.Identifier |
getOrigin()
Gets the location where the
Node is inherited from. |
static final NodeMetadataKey<InheritanceOriginMetadata> KEY
NodeMetadataKey for InheritanceOriginMetadata.PermissionHolder.Identifier getOrigin()
Node is inherited from.
The resultant string is the object name of the
permission holder the node was inherited from.
If the node was not inherited, the object name
of the permission holder itself (the one that defined the node) will be returned.