org.kuali.rice.kew.export
Class KewExportDataSet
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
KewExportDataSet
public KewExportDataSet()
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.