|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.base.repository.ModuleAlias
A module alias identifies a module among the declared dependent modules of a current module.
The 'alias-module' association is defined in /WEB-INF/mdm/module.xml
.
Field Summary | |
static ModuleAlias |
CurrentOrganization
This field is "org" alias: "org" usually identifies a common organization module. |
static ModuleAlias |
CurrentWebApp
This field is the reserved "wbp" alias: it identifies the current module itself. |
static ModuleAlias |
CurrentWebProcess
Deprecated. |
static ModuleAlias |
Root
This field is "root" alias: by convention, "root" identifies root module, usually "mdm-root", that contains common schemas . |
Method Summary | |
boolean |
equals(Object x)
|
String |
getStringName()
|
int |
hashCode()
|
static boolean |
isCorrect(String moduleName)
Returns true if and only if this name is correct regarding syntax constraints
("^[a-zA-Z_][a-zA-Z0-9_]*$"). |
static ModuleAlias |
parse(String inputString)
|
static String |
toJavaCompatibleString(String inputString)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ModuleAlias CurrentWebApp
public static final ModuleAlias CurrentOrganization
public static final ModuleAlias Root
public static final ModuleAlias CurrentWebProcess
CurrentWebApp
.
Method Detail |
public boolean equals(Object x)
public String getStringName()
public int hashCode()
public static boolean isCorrect(String moduleName)
true
if and only if this name is correct regarding syntax constraints
("^[a-zA-Z_][a-zA-Z0-9_]*$").
public static ModuleAlias parse(String inputString)
public static String toJavaCompatibleString(String inputString)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.