Uses of Class
org.kuali.rice.kew.framework.rule.attribute.WorkflowRuleAttributeFields
Packages that use WorkflowRuleAttributeFields
-
Uses of WorkflowRuleAttributeFields in org.kuali.rice.kew.framework.rule.attribute
Methods in org.kuali.rice.kew.framework.rule.attribute that return WorkflowRuleAttributeFieldsModifier and TypeMethodDescriptionstatic WorkflowRuleAttributeFieldsWorkflowRuleAttributeFields.create(List<RemotableAttributeError> validationErrors, List<RemotableAttributeField> attributeFields, Map<String, String> ruleExtensionValues) Construct a new instance ofWorkflowRuleAttributeFieldswith the given validation errors, fields, and rule extension values.WorkflowRuleAttributeHandlerService.getRoutingDataFields(Map<String, String> parameters, ExtensionDefinition extensionDefinition, boolean required) Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for rule reporting then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.WorkflowRuleAttributeHandlerService.getRuleFields(Map<String, String> parameters, ExtensionDefinition extensionDefinition, boolean required) Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for the rule, and then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.WorkflowRuleAttributeHandlerService.getSearchFields(Map<String, String> parameters, ExtensionDefinition extensionDefinition, boolean required) Using the WorkflowRuleAttribute defined by the given extension definition, does the following: validates the given rule attribute parameters, fetches the list of RemotableAttributeField objects to display for the rule search, and then determines the rule extension values produced by the attribute and returns this information as a WorkflowRuleAttributeFields object.