org.kuali.rice.kew.export
Class KewExportDataSet
java.lang.Object
org.kuali.rice.kew.export.KewExportDataSet
public class KewExportDataSet
- extends Object
Defines a set of data to export from Kuali Enterprise Workflow.
- 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()
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–2015 The Kuali Foundation. All rights reserved.