Uses of Enum Class
org.cristalise.kernel.lookup.Lookup.SearchConstraints
Packages that use Lookup.SearchConstraints
-
Uses of Lookup.SearchConstraints in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return Lookup.SearchConstraintsModifier and TypeMethodDescriptionstatic Lookup.SearchConstraintsReturns the enum constant of this class with the specified name.static Lookup.SearchConstraints[]Lookup.SearchConstraints.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.lookup with parameters of type Lookup.SearchConstraintsModifier and TypeMethodDescriptionLookup.search(Path start, String name, Lookup.SearchConstraints constraints, TransactionKey transactionKey) Find a path with a particular name (last component) This method can be used in server side code or Script to find uncommitted changes during the active transaction.