|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BagFunction | |
---|---|
org.wso2.balana.cond | Support for Conditions is in this package. |
Uses of BagFunction in org.wso2.balana.cond |
---|
Subclasses of BagFunction in org.wso2.balana.cond | |
---|---|
class |
ConditionBagFunction
Specific BagFunction class that supports the single condition bag function:
type-is-in. |
class |
GeneralBagFunction
Specific BagFunction class that supports all of the general-purpose bag functions:
type-one-and-only, type-bag-size, and type-bag. |
Methods in org.wso2.balana.cond that return BagFunction | |
---|---|
static BagFunction |
BagFunction.getBagInstance(String functionName,
String argumentType)
Returns a new BagFunction that provides the type-bag functionality over the
given attribute type. |
static BagFunction |
BagFunction.getBagSizeInstance(String functionName,
String argumentType)
Returns a new BagFunction that provides the type-bag-size functionality over the
given attribute type. |
static BagFunction |
BagFunction.getIsInInstance(String functionName,
String argumentType)
Returns a new BagFunction that provides the type-is-in functionality over the
given attribute type. |
static BagFunction |
BagFunction.getOneAndOnlyInstance(String functionName,
String argumentType)
Returns a new BagFunction that provides the type-one-and-only functionality over
the given attribute type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |