Class | Description |
---|---|
AbstractAvailabilityRule<T,D extends AvailabilityRuleDefinition> |
AvailabilityRule implementation which returns true if current user has write permissions for the evaluated items. |
AbstractJcrRule<D extends AvailabilityRuleDefinition> |
Base implementation
AvailabilityRule
for the JCR items. |
AccessGrantedRule<T> |
AvailabilityRule implementation which returns true if current context has any of the specified roles. |
AccessGrantedRuleDefinition |
Definition of a
AccessGrantedRule . |
CanMoveRule<T> |
AvailabilityRule implementation which check if item can be moved inside/before/after of selected item. |
CanMoveRuleDefinition |
Definition of a
CanMoveRule . |
JcrHasChildrenRule |
Checks whether a JCR node has any children and returns true if there are any children.
|
JcrHasChildrenRuleDefinition |
Availability rule definition for
JcrHasChildrenRule . |
JcrHasVersionsRule |
AvailabilityRule implementation which returns true if
it's a node with versions. |
JcrHasVersionsRuleDefinition |
Definition of a
JcrHasVersionsRule . |
JcrIsDeletedRule |
AvailabilityRule implementation which returns true if evaluated node id deleted. |
JcrIsDeletedRuleDefinition |
Definition of a
JcrIsDeletedRule . |
JcrNodeRule |
AvailabilityRule implementation which returns true if evaluated items are JCR nodes. |
JcrNodeRuleDefinition |
Definition of a
JcrNodeRule . |
JcrNodeTypeRule |
AvailabilityRule implementation which returns true if evaluated items are of the specified JCR node types. |
JcrNodeTypeRuleDefinition |
Definition of a
JcrNodeTypeRule . |
JcrPropertyRule |
AvailabilityRule implementation which returns true
if evaluated items are JCR properties. |
JcrPropertyRuleDefinition |
Definition of a
JcrPropertyRule . |
JcrPublishableRule |
Checks whether the Jcr Node has already been published.
|
JcrPublishableRuleDefinition |
Availability rule definition for
JcrPublishableRule . |
JcrPublishedRule |
Checks whether the item is already published.
|
JcrPublishedRuleDefinition |
Availability rule definition for
JcrPublishedRule . |
JcrRootRule |
AvailabilityRule implementation which returns true if evaluated item is the default itemId —
typically the root node for JCR-based content apps. |
JcrRootRuleDefinition |
Definition of a
JcrRootRule . |
JcrWritePermissionRule |
AvailabilityRule implementation which returns true if current user has write permissions for the evaluated items. |
JcrWritePermissionRuleDefinition |
Definition of a
JcrWritePermissionRule . |
MultipleItemsRule |
AvailabilityRule implementation which returns true if subject should support working with multiple items. |
MultipleItemsRuleDefinition |
Definition of a
AccessGrantedRule . |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.