info.magnolia.ui.api.availability
Interface AvailabilityRule

All Known Implementing Classes:
AbstractAvailabilityRule, HasVersionsRule, IsDeletedRule, IsNotCurrentUserRule, IsNotDeletedRule, IsNotVersionedDetailLocationRule, IsNotVersionedRule, PageHasSubpagesAndIsNotDeletedRule, PageHasSubpagesRule

public interface AvailabilityRule

Defines the rule for additional availability restrictions.


Method Summary
 boolean isAvailable(javax.jcr.Item... items)
          Returns true if the availability subject (e.g.
 

Method Detail

isAvailable

boolean isAvailable(javax.jcr.Item... items)
Returns true if the availability subject (e.g. action) is available for the specified items (root node is represented by a null value in the array).



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.