Class WorkflowRuleAttributeFields
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.framework.rule.attribute.WorkflowRuleAttributeFields
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete
public class WorkflowRuleAttributeFields
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
An immutable data transfer object used to hold a list of validation errors, attribute fields, and rule extension
values for a WorkflowRuleAttribute.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowRuleAttributeFieldscreate(List<org.kuali.rice.core.api.uif.RemotableAttributeError> validationErrors, List<org.kuali.rice.core.api.uif.RemotableAttributeField> attributeFields, Map<String, String> ruleExtensionValues) Construct a new instance ofWorkflowRuleAttributeFieldswith the given validation errors, fields, and rule extension values.List<org.kuali.rice.core.api.uif.RemotableAttributeField> List<org.kuali.rice.core.api.uif.RemotableAttributeError> Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
create
public static WorkflowRuleAttributeFields create(List<org.kuali.rice.core.api.uif.RemotableAttributeError> validationErrors, List<org.kuali.rice.core.api.uif.RemotableAttributeField> attributeFields, Map<String, String> ruleExtensionValues) Construct a new instance ofWorkflowRuleAttributeFieldswith the given validation errors, fields, and rule extension values.- Parameters:
validationErrors- any errors associated with these fieldsattributeFields- the list of remotable attribute fieldsruleExtensionValues- the rule extension values associated with these fields- Returns:
- a new WorkflowRuleAttributeFields instance containing the given values
-
getValidationErrors
-
getAttributeFields
-
getRuleExtensionValues
-