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
 org.kuali.rice.core.api.impex.ExportDataSet createExportDataSet()
           
static KewExportDataSet fromExportDataSet(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
           
 List<DocumentType> getDocumentTypes()
           
 List<EDocLiteAssociation> getEdocLites()
           
 List<org.kuali.rice.kim.bo.Group> getGroups()
           
 List<HelpEntry> getHelp()
           
 List<RuleAttribute> getRuleAttributes()
           
 List<RuleDelegation> getRuleDelegations()
           
 List<RuleBaseValues> getRules()
           
 List<RuleTemplate> getRuleTemplates()
           
 void populateExportDataSet(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
           
 void setGroups(List<org.kuali.rice.kim.bo.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()

getHelp

public List<HelpEntry> getHelp()

getRuleAttributes

public List<RuleAttribute> getRuleAttributes()

getRules

public List<RuleBaseValues> getRules()

getRuleTemplates

public List<RuleTemplate> getRuleTemplates()

getEdocLites

public List<EDocLiteAssociation> getEdocLites()

getGroups

public List<org.kuali.rice.kim.bo.Group> getGroups()

setGroups

public void setGroups(List<org.kuali.rice.kim.bo.Group> groups)

getRuleDelegations

public List<RuleDelegation> getRuleDelegations()

populateExportDataSet

public void populateExportDataSet(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)

createExportDataSet

public org.kuali.rice.core.api.impex.ExportDataSet createExportDataSet()

fromExportDataSet

public static KewExportDataSet fromExportDataSet(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)


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