com.waveset.session
Class MemberObjectGroupUpdater
java.lang.Object
com.waveset.session.MemberObjectGroupUpdater
- All Implemented Interfaces:
- ImportCommand
- public class MemberObjectGroupUpdater
- extends java.lang.Object
- implements ImportCommand
This ImportCommand performs updates of the MemberObjectGroup attribute
upon a set of specified PersistentObjects.
There are two additional useful debugging attributes which you
can also specify:
"verbose" -- do verbose tracing if true
"noUpdate" -- if true, don't update the repo
Field Summary |
static java.lang.String |
code_id
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
MemberObjectGroupUpdater
public MemberObjectGroupUpdater()
process
public void process(ImporterContext ctx,
java.util.Map args)
throws WavesetException
- Update objects' memberObjectGroups
- Specified by:
process
in interface ImportCommand
- Throws:
WavesetException