|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.app.gsh.XmlExport
public class XmlExport
chaining object to export the registry
Constructor Summary | |
---|---|
XmlExport()
|
Method Summary | |
---|---|
XmlExport |
childrenOnly(boolean isChildrenOnly)
for export of a stem if we should only export the children and not the stem itself |
XmlExport |
collectionMessage(java.lang.String theMessage)
assign a collection message for a groups and strings export |
void |
exportToFile(java.io.File file)
export to string |
java.lang.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(java.util.Collection theGroupsAndStems)
export this collection of groups and stems |
XmlExport |
groupsAndStems(java.lang.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(java.io.File theUserProperties)
set external properties file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlExport()
Method Detail |
---|
public XmlExport grouperSession(GrouperSession theGrouperSession)
theGrouperSession
-
public XmlExport stem(Stem theStem)
theStem
-
public XmlExport group(Group theGroup)
theGroup
-
public XmlExport collectionMessage(java.lang.String theMessage)
theMessage
-
public XmlExport groupsAndStems(java.util.Collection theGroupsAndStems)
theGroupsAndStems
-
public XmlExport groupsAndStems(java.lang.Object[] theGroupsAndStems)
theGroupsAndStems
-
public XmlExport relative(boolean isRelative)
isRelative
-
public XmlExport includeParent(boolean isIncludeParent)
isIncludeParent
-
public XmlExport childrenOnly(boolean isChildrenOnly)
isChildrenOnly
-
public XmlExport userProperties(java.io.File theUserProperties)
theUserProperties
-
public java.lang.String exportToString()
public void exportToFile(java.io.File file)
file
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |