org.kuali.rice.kew.rule
Class WorkflowRuleAttributeRows
java.lang.Object
org.kuali.rice.kew.rule.WorkflowRuleAttributeRows
public class WorkflowRuleAttributeRows
- extends Object
This class wraps a WorkflowRuleAttributeFields
object and provides a KNS-compatible view to the data
contained therein. Primarily, this means that RemotableAttributeField objects are transformed to KNS Row objects.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowRuleAttributeRows
public WorkflowRuleAttributeRows(WorkflowRuleAttributeFields fields)
getRows
public List<Row> getRows()
getValidationErrors
public List<RemotableAttributeError> getValidationErrors()
getRuleExtensionValues
public Map<String,String> getRuleExtensionValues()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.