| Package | Description |
|---|---|
| org.kuali.rice.kew.framework.rule.attribute |
Copyright 2005-2017 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRuleAttributeFields |
WorkflowRuleAttributeFields.create(List<RemotableAttributeError> validationErrors,
List<RemotableAttributeField> attributeFields,
Map<String,String> ruleExtensionValues)
Construct a new instance of
WorkflowRuleAttributeFields with the given validation errors, fields, and
rule extension values. |
WorkflowRuleAttributeFields |
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.
|
WorkflowRuleAttributeFields |
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.
|
WorkflowRuleAttributeFields |
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.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.