org.kuali.rice.kew.export
Class KewExportDataSet

java.lang.Object
  extended by org.kuali.rice.kew.export.KewExportDataSet

public class KewExportDataSet
extends Object

This is a description of what this class does - ewestfal don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static QName DOCUMENT_TYPES
           
static QName EDOCLITES
           
static QName GROUPS
           
static QName HELP
           
static QName RULE_ATTRIBUTES
           
static QName RULE_DELEGATIONS
           
static QName RULE_TEMPLATES
           
static QName RULES
           
 
Constructor Summary
KewExportDataSet()
           
 
Method Summary
 ExportDataSet createExportDataSet()
           
static KewExportDataSet fromExportDataSet(ExportDataSet exportDataSet)
           
 List<DocumentType> getDocumentTypes()
           
 List<Group> getGroups()
           
 List<RuleAttribute> getRuleAttributes()
           
 List<RuleDelegationBo> getRuleDelegations()
           
 List<RuleBaseValues> getRules()
           
 List<RuleTemplateBo> getRuleTemplates()
           
 void populateExportDataSet(ExportDataSet exportDataSet)
           
 void setGroups(List<Group> groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_TYPES

public static final QName DOCUMENT_TYPES

GROUPS

public static final QName GROUPS

RULE_ATTRIBUTES

public static final QName RULE_ATTRIBUTES

RULE_TEMPLATES

public static final QName RULE_TEMPLATES

RULES

public static final QName RULES

RULE_DELEGATIONS

public static final QName RULE_DELEGATIONS

HELP

public static final QName HELP

EDOCLITES

public static final QName EDOCLITES
Constructor Detail

KewExportDataSet

public KewExportDataSet()
Method Detail

getDocumentTypes

public List<DocumentType> getDocumentTypes()

getRuleAttributes

public List<RuleAttribute> getRuleAttributes()

getRules

public List<RuleBaseValues> getRules()

getRuleTemplates

public List<RuleTemplateBo> getRuleTemplates()

getGroups

public List<Group> getGroups()

setGroups

public void setGroups(List<Group> groups)

getRuleDelegations

public List<RuleDelegationBo> getRuleDelegations()

populateExportDataSet

public void populateExportDataSet(ExportDataSet exportDataSet)

createExportDataSet

public ExportDataSet createExportDataSet()

fromExportDataSet

public static KewExportDataSet fromExportDataSet(ExportDataSet exportDataSet)


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