Modifier and Type | Method and Description |
---|---|
void |
commit()
Commit the current transaction.
|
Object |
execute(Object obj,
String method,
Object... args)
Execute a method on the server via reflection.
|
RemoteDMS |
getDMS()
Get a DMS service.
|
RemoteOrgData |
getOrgData()
Get a OrgData service.
|
Remote |
getService(String classname)
This method returns a service interface to the client.
|
RemoteStore |
getStore()
Get a store service.
|
User |
getUser()
Get the current user.
|
RemoteWfEngine |
getWfEngine()
Get a WfEngine service
|
void |
logout()
Terminate the session.
|
void |
rollback()
Rollback the current transaction.
|
void |
setUser(User user)
Set the current user.
|
RemoteStore getStore() throws RemoteException
RemoteException
RemoteDMS getDMS() throws RemoteException
RemoteException
RemoteWfEngine getWfEngine() throws RemoteException
RemoteException
RemoteOrgData getOrgData() throws RemoteException
RemoteException
User getUser() throws RemoteException
RemoteException
void setUser(User user) throws RemoteException
RemoteException
Remote getService(String classname) throws Exception
Exception
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.