public class XmlExport extends Object
| Constructor and Description |
|---|
XmlExport() |
| Modifier and Type | Method and Description |
|---|---|
XmlExport |
childrenOnly(boolean isChildrenOnly)
for export of a stem if we should only export the children
and not the stem itself
|
XmlExport |
collectionMessage(String theMessage)
assign a collection message for a groups and strings export
|
void |
exportToFile(File file)
export to string
|
String |
exportToString()
export to string
|
XmlExport |
group(Group theGroup)
export a group, and chain
|
XmlExport |
grouperSession(GrouperSession theGrouperSession)
assign the grouper session to this exporter
|
XmlExport |
groupsAndStems(Collection theGroupsAndStems)
export this collection of groups and stems
|
XmlExport |
groupsAndStems(Object[] theGroupsAndStems)
export this collection of groups and stems
|
XmlExport |
includeParent(boolean isIncludeParent)
for export of groups if we should include parent
|
XmlExport |
relative(boolean isRelative)
set that this group or stem export is relative
|
XmlExport |
stem(Stem theStem)
export a stem and chain
|
XmlExport |
userProperties(File theUserProperties)
set external properties file
|
public XmlExport grouperSession(GrouperSession theGrouperSession)
theGrouperSession - public XmlExport stem(Stem theStem)
theStem - public XmlExport group(Group theGroup)
theGroup - public XmlExport collectionMessage(String theMessage)
theMessage - public XmlExport groupsAndStems(Collection theGroupsAndStems)
theGroupsAndStems - public XmlExport groupsAndStems(Object[] theGroupsAndStems)
theGroupsAndStems - public XmlExport relative(boolean isRelative)
isRelative - public XmlExport includeParent(boolean isIncludeParent)
isIncludeParent - public XmlExport childrenOnly(boolean isChildrenOnly)
isChildrenOnly - public XmlExport userProperties(File theUserProperties)
theUserProperties - public String exportToString()
public void exportToFile(File file)
file - Copyright © 2016 Internet2. All rights reserved.