Uses of Interface
com.composum.sling.nodes.console.Condition
-
Packages that use Condition Package Description com.composum.sling.nodes.browser com.composum.sling.nodes.console -
-
Uses of Condition in com.composum.sling.nodes.browser
Fields in com.composum.sling.nodes.browser declared as Condition Modifier and Type Field Description protected ConditionBrowserViews.View. conditionprotected ConditionBrowserViews.View.Tab. conditionprotected ConditionBrowserViews.View.Toolbar.Element. conditionprotected ConditionBrowserViews.View.Toolbar.Group. conditionprotected ConditionBrowserViews.View.Toolbar.Element. enabled -
Uses of Condition in com.composum.sling.nodes.console
Classes in com.composum.sling.nodes.console that implement Condition Modifier and Type Class Description static classCondition.Andstatic classCondition.CanHaveAclchecks the ability to manage ACLs at the resourcestatic classCondition.ClassAvailabilitycheck the availability of a class as a precondition for a console modulestatic classCondition.HttpStatuscheck the availability of an HTTP servicestatic classCondition.JcrResourcechecks that the resource is a JCR resourcestatic classCondition.MergedResourcechecks that the resources primary type matches the patternstatic classCondition.NodesRestrictionscheck the permissions of a given service key (feature)static classCondition.Orstatic classCondition.PrimaryTypechecks that the resources primary type matches the patternstatic classCondition.ResourcePermissioncheck the avaiability of a resource (readable)static classCondition.ResourceTypechecks that the resources primary type matches the patternstatic classCondition.RunmodePermissioncheck the avaiability of a servlet registered fo a given resource typestatic classCondition.ServletPermissioncheck the avaiability of a servlet registered for a given resource typestatic classCondition.Setstatic classCondition.Versionablechecks the ability to manage versions at the resourceFields in com.composum.sling.nodes.console declared as Condition Modifier and Type Field Description static ConditionCondition. CAN_HAVE_ACLstatic ConditionCondition. JCR_RESOURCEstatic ConditionCondition. MERGED_RESOURCEstatic ConditionCondition. VERSIONABLEFields in com.composum.sling.nodes.console with type parameters of type Condition Modifier and Type Field Description protected List<Condition>Condition.Set. conditionsMethods in com.composum.sling.nodes.console that return Condition Modifier and Type Method Description static @NotNull ConditionCondition.And. fromProperties(@NotNull Map<String,Object> properties)static ConditionCondition.Or. fromProperties(@NotNull Map<String,Object> properties)protected static ConditionCondition.Set. fromProperties(@NotNull Condition.Set set, @NotNull Map<String,Object> properties)static @Nullable ConditionCondition.And. fromResource(@Nullable org.apache.sling.api.resource.Resource resource)static @Nullable ConditionCondition.Or. fromResource(@Nullable org.apache.sling.api.resource.Resource resource)@Nullable ConditionCondition.Factory. getCondition(@NotNull String key, @Nullable Object pattern)@Nullable ConditionCondition.Options. getCondition(@NotNull String key, @Nullable Object pattern)@Nullable ConditionCondition.Options. getCondition(@Nullable String rule)Constructors in com.composum.sling.nodes.console with parameters of type Condition Constructor Description And(Condition... conditions)Or(Condition... conditions)Set(Condition... conditions)
-