com.ibm.gre.IRMConstants.TemplateOptions Enum
Constant values specifying the type of Fields Collection Copied from the IBM DB2 Records Manager API com.ibm.gre.engine.util.TemplateOptions class

Access: Public
  Members Description  
    NONE When no bit mask values are set the TemplateController will return a standard Fields collection.

 
    EXPAND_LISTS When this bit is set the TemplateController will return a Fields collection with all List values expanded.

 
    PROFILE_FIELDS When this bit is set the TemplateController will return the Lists of Profiles and Defaults that apply to this component.

 
    EXPAND_LISTS_AND_PROFILE_FIELDS When this bit is set the TemplateController will expand lists and profile fields.

 
    EXPAND_LISTS_AND_PROFILE_FIELDS_NO_FLS When this bit is set the TemplateController will expand lists and profile fields but will ignore field level permissions.