public class Rename extends Plugin
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_header
Header of the message.
|
protected java.lang.String |
m_msg
Body of rename message to display.
|
protected ObjectEntry |
m_newOE
ObjectEntry of the new object.
|
protected java.lang.String |
m_objectName
Full DN of the object to be renamed.
|
| Constructor and Description |
|---|
Rename() |
| Modifier and Type | Method and Description |
|---|---|
void |
doRename(ObjectEntry srcOE,
java.lang.String newObjName,
TaskContext context)
Called for this renamer to rename the object.
|
ObjectEntry |
getNewObjectEntry()
Returns the new ObjectEntry containing the destination object.
|
java.lang.String |
getObjectName()
Returns the original name of the object to be renamed.
|
init, init, isPluginAvailable, isPluginAvailableprotected java.lang.String m_objectName
protected java.lang.String m_msg
protected java.lang.String m_header
protected ObjectEntry m_newOE
public void doRename(ObjectEntry srcOE, java.lang.String newObjName, TaskContext context) throws PluginException
srcOE - ObjectEntry containing the original object to be renamednewObjName - ObjectEntry containing the destination objectcontext - TaskContext of the plug-inPluginException - if the rename failed or should be Vetoedpublic ObjectEntry getNewObjectEntry()
public java.lang.String getObjectName()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.