Uses of Class
org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
-
Packages that use MacroGroup Package Description org.jivesoftware.smackx.workgroup.agent TODO describe me.org.jivesoftware.smackx.workgroup.ext.macros TODO describe me. -
-
Uses of MacroGroup in org.jivesoftware.smackx.workgroup.agent
Methods in org.jivesoftware.smackx.workgroup.agent that return MacroGroup Modifier and Type Method Description MacroGroup
AgentSession. getMacros(boolean global)
Asks the workgroup for it's Global Macros.Methods in org.jivesoftware.smackx.workgroup.agent with parameters of type MacroGroup Modifier and Type Method Description void
AgentSession. saveMacros(MacroGroup group)
Persists the Personal Macro for an agent. -
Uses of MacroGroup in org.jivesoftware.smackx.workgroup.ext.macros
Methods in org.jivesoftware.smackx.workgroup.ext.macros that return MacroGroup Modifier and Type Method Description MacroGroup
MacroGroup. getMacroGroup(int location)
MacroGroup
MacroGroup. getMacroGroupByTitle(java.lang.String title)
MacroGroup
Macros. getPersonalMacroGroup()
MacroGroup
Macros. getRootGroup()
MacroGroup
Macros.InternalProvider. parseMacroGroup(XmlPullParser parser)
MacroGroup
Macros.InternalProvider. parseMacroGroups(java.lang.String macros)
Methods in org.jivesoftware.smackx.workgroup.ext.macros that return types with arguments of type MacroGroup Modifier and Type Method Description java.util.List<MacroGroup>
MacroGroup. getMacroGroups()
Methods in org.jivesoftware.smackx.workgroup.ext.macros with parameters of type MacroGroup Modifier and Type Method Description void
MacroGroup. addMacroGroup(MacroGroup group)
void
MacroGroup. removeMacroGroup(MacroGroup group)
void
Macros. setPersonalMacroGroup(MacroGroup personalMacroGroup)
void
Macros. setRootGroup(MacroGroup rootGroup)
Method parameters in org.jivesoftware.smackx.workgroup.ext.macros with type arguments of type MacroGroup Modifier and Type Method Description void
MacroGroup. setMacroGroups(java.util.List<MacroGroup> macroGroups)
-