org.kuali.rice.kew.rule
Class WorkflowRuleAttributeRows

java.lang.Object
  extended by 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)

Constructor Summary
WorkflowRuleAttributeRows(WorkflowRuleAttributeFields fields)
           
 
Method Summary
 List<Row> getRows()
           
 Map<String,String> getRuleExtensionValues()
           
 List<RemotableAttributeError> getValidationErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowRuleAttributeRows

public WorkflowRuleAttributeRows(WorkflowRuleAttributeFields fields)
Method Detail

getRows

public List<Row> getRows()

getValidationErrors

public List<RemotableAttributeError> getValidationErrors()

getRuleExtensionValues

public Map<String,String> getRuleExtensionValues()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.