|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IeGroup | |
com.infoengine.object | |
com.infoengine.object.factory | |
com.infoengine.object.util | |
com.infoengine.procunit.template |
Uses of IeGroup in com.infoengine.object |
Methods in com.infoengine.object that return IeGroup | |
IeGroup |
IeCollection.firstGroup()
Returns the first group contained in the collection. |
IeGroup |
IeCollection.getGroup(String name)
Returns a group by name. |
IeGroup |
IeCollection.getGroupAt(int index)
Returns the group located at a specified index. |
IeGroup |
IeCollection.lastGroup()
Returns the last group contained in the collection. |
Methods in com.infoengine.object with parameters of type IeGroup | |
void |
IeCollection.addGroup(IeGroup group)
Adds a group to the collection. |
void |
IeCollection.removeGroup(IeGroup group)
Removes a specified group from the collection. |
void |
IeCollection.setGroupAt(IeGroup group,
int index)
Sets the group at a specified index. |
Uses of IeGroup in com.infoengine.object.factory |
Fields in com.infoengine.object.factory declared as IeGroup | |
private IeGroup |
Group.myGroup
|
Methods in com.infoengine.object.factory that return IeGroup | |
IeGroup |
Task.getContext(String name)
Returns a named context group contained within this task. |
private IeGroup |
Request.getContext(String name)
|
protected static IeGroup |
Group.newStructure()
Builds an empty group structure. |
IeGroup |
Group.getGroup()
Returns the group's internal IeGroup object. |
Methods in com.infoengine.object.factory with parameters of type IeGroup | |
protected void |
Group.setGroup(IeGroup group)
Sets the group's internal IeGroup object. |
Constructors in com.infoengine.object.factory with parameters of type IeGroup | |
Group(IeGroup group)
Constructs a Group wrapper around an existing IeGroup. |
Uses of IeGroup in com.infoengine.object.util |
Methods in com.infoengine.object.util with parameters of type IeGroup | |
static Enumeration |
Structure.findNodesWithMetaValue(IeGroup o,
String name,
String value)
|
Uses of IeGroup in com.infoengine.procunit.template |
Methods in com.infoengine.procunit.template with parameters of type IeGroup | |
private void |
TemplateProcessorImpl.processTemplate(IeGroup grp)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |