Constructor and Description |
---|
ParserIdFactory(long projectId,
UserInfo userInfo,
ModelLoaderOptions options) |
Modifier and Type | Method and Description |
---|---|
static int |
calcIdLength(UserInfo userInfo) |
void |
close()
Close ID generate and save the updated value to the database.
|
static java.lang.Object |
getLock() |
java.lang.String |
getSystenLevelId(int length) |
java.lang.String |
getUniqueId(java.lang.String pageName) |
void |
open() |
public ParserIdFactory(long projectId, UserInfo userInfo, ModelLoaderOptions options) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public static java.lang.Object getLock()
public void open() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void close() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public java.lang.String getSystenLevelId(int length)
public java.lang.String getUniqueId(java.lang.String pageName)
getUniqueId
in interface IdFactory
public static int calcIdLength(UserInfo userInfo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException