Searched refs:actionSchema (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java67 ActionSchema actionSchema = getActionSchema(rowIndex);
68 int type = AMDisplayType.getInstance().getDisplayType(actionSchema);
70 actionSchema);
75 actionSchema, childName, type, syntax);
79 actionSchema, childName, type, syntax);
83 actionSchema, childName, type, syntax);
87 actionSchema, childName, type, syntax);
91 actionSchema, childName, type, syntax);
95 actionSchema, childName, type, syntax);
99 actionSchema, childNam
115 displayRadioAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
148 displaySingleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
179 displayEditableListAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
203 displayMultipleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
247 displayTextFieldAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
261 displayBooleanAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
285 displayPasswordAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
303 displayTextAreaAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
320 setDisplayDefaultValue( ActionSchema actionSchema, String childName ) argument
[all...]
H A DActionSchemaGUI.java59 ActionSchema actionSchema,
63 int syntax = AMDisplayType.getInstance().getDisplaySyntax(actionSchema);
71 actionSchema.getName();
56 getHTMLString( AMViewBeanBase viewBean, PageContext pageContext, ActionSchema actionSchema, String actionTableName ) argument
H A DRuleOpViewBeanBase.java358 ActionSchema actionSchema =
360 Set values = getActionSchemaValues(actionSchema, i);
379 private Set getActionSchemaValues(ActionSchema actionSchema, int idx) { argument
381 int type = AMDisplayType.getInstance().getDisplayType(actionSchema);
382 int syntax = AMDisplayType.getInstance().getDisplaySyntax(actionSchema);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java67 ActionSchema actionSchema = getActionSchema(rowIndex);
68 int type = AMDisplayType.getInstance().getDisplayType(actionSchema);
70 actionSchema);
75 actionSchema, childName, type, syntax);
79 actionSchema, childName, type, syntax);
83 actionSchema, childName, type, syntax);
87 actionSchema, childName, type, syntax);
91 actionSchema, childName, type, syntax);
95 actionSchema, childName, type, syntax);
99 actionSchema, childNam
115 displayRadioAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
148 displaySingleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
179 displayEditableListAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
203 displayMultipleChoiceAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
247 displayTextFieldAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
261 displayBooleanAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
285 displayPasswordAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
303 displayTextAreaAction( ActionSchema actionSchema, String childName, int type, int syntax ) argument
320 setDisplayDefaultValue( ActionSchema actionSchema, String childName ) argument
[all...]
H A DActionSchemaGUI.java59 ActionSchema actionSchema,
63 int syntax = AMDisplayType.getInstance().getDisplaySyntax(actionSchema);
71 actionSchema.getName();
56 getHTMLString( AMViewBeanBase viewBean, PageContext pageContext, ActionSchema actionSchema, String actionTableName ) argument
H A DRuleOpViewBeanBase.java358 ActionSchema actionSchema =
360 Set values = getActionSchemaValues(actionSchema, i);
379 private Set getActionSchemaValues(ActionSchema actionSchema, int idx) { argument
381 int type = AMDisplayType.getInstance().getDisplayType(actionSchema);
382 int syntax = AMDisplayType.getInstance().getDisplaySyntax(actionSchema);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java73 * @param actionSchema Action schema
76 public static int getDisplayType(ActionSchema actionSchema) { argument
78 AttributeSchema.Type type = actionSchema.getType();
95 * @param actionSchema Action schema
98 public static int getDisplaySyntax(ActionSchema actionSchema) { argument
99 int displaySyntax = getDisplaySyntaxFromUIType(actionSchema);
101 displaySyntax = getDisplaySyntax(actionSchema.getSyntax());
159 * @param actionSchema - action schema
162 private static int getDisplaySyntaxFromUIType(ActionSchema actionSchema) { argument
164 AttributeSchema.UIType uiType = actionSchema
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java73 * @param actionSchema Action schema
76 public static int getDisplayType(ActionSchema actionSchema) { argument
78 AttributeSchema.Type type = actionSchema.getType();
95 * @param actionSchema Action schema
98 public static int getDisplaySyntax(ActionSchema actionSchema) { argument
99 int displaySyntax = getDisplaySyntaxFromUIType(actionSchema);
101 displaySyntax = getDisplaySyntax(actionSchema.getSyntax());
159 * @param actionSchema - action schema
162 private static int getDisplaySyntaxFromUIType(ActionSchema actionSchema) { argument
164 AttributeSchema.UIType uiType = actionSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceType.java248 ActionSchema actionSchema
250 if (actionSchema == null) {
260 return actionSchema;
278 ActionSchema actionSchema = null;
283 actionSchema = new ActionSchema(actionSchemaNode);
285 return actionSchema;
504 ActionSchema actionSchema = (ActionSchema) iter.next();
505 if ( actionSchema.requiresResourceName() ) {
H A DPolicyDecision.java110 ActionSchema actionSchema = null;
113 actionSchema = resourceType.getActionSchema(action);
114 actionSyntax = actionSchema.getSyntax();
124 String falseValue = actionSchema.getFalseValue();
125 String trueValue = actionSchema.getTrueValue();
H A DPolicy.java1716 ActionSchema actionSchema = null;
1719 actionSchema = resourceType.getActionSchema(action);
1720 actionSyntax = actionSchema.getSyntax();
1728 String trueValue = actionSchema.getTrueValue();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DServiceType.java248 ActionSchema actionSchema
250 if (actionSchema == null) {
260 return actionSchema;
278 ActionSchema actionSchema = null;
283 actionSchema = new ActionSchema(actionSchemaNode);
285 return actionSchema;
504 ActionSchema actionSchema = (ActionSchema) iter.next();
505 if ( actionSchema.requiresResourceName() ) {
H A DPolicyDecision.java110 ActionSchema actionSchema = null;
113 actionSchema = resourceType.getActionSchema(action);
114 actionSyntax = actionSchema.getSyntax();
124 String falseValue = actionSchema.getFalseValue();
125 String trueValue = actionSchema.getTrueValue();
H A DPolicy.java1716 ActionSchema actionSchema = null;
1719 actionSchema = resourceType.getActionSchema(action);
1720 actionSyntax = actionSchema.getSyntax();
1728 String trueValue = actionSchema.getTrueValue();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java446 * @param actionSchema Action Schema.
451 ActionSchema actionSchema
457 rb, actionSchema.getI18NKey(), debug);
464 * @param actionSchema Action Schema.
467 public OptionList getChoiceValues(String name, ActionSchema actionSchema) { argument
471 AttributeSchema.Syntax syntax = actionSchema.getSyntax();
472 AttributeSchema.UIType uiType = actionSchema.getUIType();
476 optList = getAttrRadioBooleanChoiceValue(actionSchema, rb);
478 optList = getAttrChoiceValue(actionSchema, rb);
481 optList = getAttrChoiceValue(actionSchema, r
521 getAttrRadioBooleanChoiceValue( ActionSchema actionSchema, ResourceBundle rb ) argument
565 getAttrChoiceValue( ActionSchema actionSchema, ResourceBundle rb ) argument
824 isActionSchemaSupported(ActionSchema actionSchema) argument
[all...]
H A DPolicyModel.java175 * @param actionSchema Action Schema.
178 String getActionSchemaLocalizedName(String name, ActionSchema actionSchema); argument
184 * @param actionSchema Action Schema.
187 OptionList getChoiceValues(String name, ActionSchema actionSchema); argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java446 * @param actionSchema Action Schema.
451 ActionSchema actionSchema
457 rb, actionSchema.getI18NKey(), debug);
464 * @param actionSchema Action Schema.
467 public OptionList getChoiceValues(String name, ActionSchema actionSchema) { argument
471 AttributeSchema.Syntax syntax = actionSchema.getSyntax();
472 AttributeSchema.UIType uiType = actionSchema.getUIType();
476 optList = getAttrRadioBooleanChoiceValue(actionSchema, rb);
478 optList = getAttrChoiceValue(actionSchema, rb);
481 optList = getAttrChoiceValue(actionSchema, r
521 getAttrRadioBooleanChoiceValue( ActionSchema actionSchema, ResourceBundle rb ) argument
565 getAttrChoiceValue( ActionSchema actionSchema, ResourceBundle rb ) argument
809 isActionSchemaSupported(ActionSchema actionSchema) argument
[all...]
H A DPolicyModel.java175 * @param actionSchema Action Schema.
178 String getActionSchemaLocalizedName(String name, ActionSchema actionSchema); argument
184 * @param actionSchema Action Schema.
187 OptionList getChoiceValues(String name, ActionSchema actionSchema); argument

Completed in 128 milliseconds