Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.sun.xacml.cond.BagFunction

Uses of BagFunction in com.sun.xacml.cond
 

Subclasses of BagFunction in com.sun.xacml.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 com.sun.xacml.cond that return BagFunction
static BagFunction BagFunction.getOneAndOnlyInstance(java.lang.String functionName, java.lang.String argumentType)
          Returns a new BagFunction that provides the type-one-and-only functionality over the given attribute type.
static BagFunction BagFunction.getBagSizeInstance(java.lang.String functionName, java.lang.String argumentType)
          Returns a new BagFunction that provides the type-bag-size functionality over the given attribute type.
static BagFunction BagFunction.getIsInInstance(java.lang.String functionName, java.lang.String argumentType)
          Returns a new BagFunction that provides the type-is-in functionality over the given attribute type.
static BagFunction BagFunction.getBagInstance(java.lang.String functionName, java.lang.String argumentType)
          Returns a new BagFunction that provides the type-bag functionality over the given attribute type.