public class RenameUtil extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.regex.Pattern |
unnamedIdPattern
Regular expression pattern of Unnamed effigy ids.
|
| Constructor and Description |
|---|
RenameUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
notifyWorkflowRenameListeners(ComponentEntity ce,
java.lang.String oldName,
java.lang.String newName,
KeplerLSID oldLSID,
KeplerLSID currentLSID) |
static void |
renameComponentEntity(ComponentEntity ce,
java.lang.String newName)
A method for renaming ComponentEntities.
|
public static java.util.regex.Pattern unnamedIdPattern
public RenameUtil()
public static void renameComponentEntity(ComponentEntity ce, java.lang.String newName) throws java.lang.Exception
no - newName - java.lang.Exceptionpublic static void notifyWorkflowRenameListeners(ComponentEntity ce, java.lang.String oldName, java.lang.String newName, KeplerLSID oldLSID, KeplerLSID currentLSID)