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 Condition
BrowserViews.View. condition
protected Condition
BrowserViews.View.Tab. condition
protected Condition
BrowserViews.View.Toolbar.Element. condition
protected Condition
BrowserViews.View.Toolbar.Group. condition
protected Condition
BrowserViews.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 class
Condition.And
static class
Condition.CanHaveAcl
checks the ability to manage ACLs at the resourcestatic class
Condition.ClassAvailability
check the availability of a class as a precondition for a console modulestatic class
Condition.HttpStatus
check the availability of an HTTP servicestatic class
Condition.JcrResource
checks that the resource is a JCR resourcestatic class
Condition.MergedResource
checks that the resources primary type matches the patternstatic class
Condition.NodesRestrictions
check the permissions of a given service key (feature)static class
Condition.Or
static class
Condition.PrimaryType
checks that the resources primary type matches the patternstatic class
Condition.ResourcePermission
check the avaiability of a resource (readable)static class
Condition.ResourceType
checks that the resources primary type matches the patternstatic class
Condition.RunmodePermission
check the avaiability of a servlet registered fo a given resource typestatic class
Condition.ServletPermission
check the avaiability of a servlet registered for a given resource typestatic class
Condition.Set
static class
Condition.Versionable
checks the ability to manage versions at the resourceFields in com.composum.sling.nodes.console declared as Condition Modifier and Type Field Description static Condition
Condition. CAN_HAVE_ACL
static Condition
Condition. JCR_RESOURCE
static Condition
Condition. MERGED_RESOURCE
static Condition
Condition. VERSIONABLE
Fields in com.composum.sling.nodes.console with type parameters of type Condition Modifier and Type Field Description protected List<Condition>
Condition.Set. conditions
Methods in com.composum.sling.nodes.console that return Condition Modifier and Type Method Description static @NotNull Condition
Condition.And. fromProperties(@NotNull Map<String,Object> properties)
static Condition
Condition.Or. fromProperties(@NotNull Map<String,Object> properties)
protected static Condition
Condition.Set. fromProperties(@NotNull Condition.Set set, @NotNull Map<String,Object> properties)
static @Nullable Condition
Condition.And. fromResource(@Nullable org.apache.sling.api.resource.Resource resource)
static @Nullable Condition
Condition.Or. fromResource(@Nullable org.apache.sling.api.resource.Resource resource)
@Nullable Condition
Condition.Factory. getCondition(@NotNull String key, @Nullable Object pattern)
@Nullable Condition
Condition.Options. getCondition(@NotNull String key, @Nullable Object pattern)
@Nullable Condition
Condition.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)
-