Package com.groiss.wf
Interface Session
- All Superinterfaces:
Remote
Deprecated, for removal: This API element is subject to removal in a future version.
Use on RMI client to access server services.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
Deprecated, for removal: This API element is subject to removal in a future version.Commit the current transaction.Deprecated, for removal: This API element is subject to removal in a future version.Execute a method on the server via reflection.getDMS()
Deprecated, for removal: This API element is subject to removal in a future version.Get a DMS service.Deprecated, for removal: This API element is subject to removal in a future version.Get a OrgData service.getService
(String classname) Deprecated, for removal: This API element is subject to removal in a future version.This method returns a service interface to the client.getStore()
Deprecated, for removal: This API element is subject to removal in a future version.Get a store service.getUser()
Deprecated, for removal: This API element is subject to removal in a future version.Get the current user.Deprecated, for removal: This API element is subject to removal in a future version.Get a WfEngine servicevoid
logout()
Deprecated, for removal: This API element is subject to removal in a future version.Terminate the session.void
rollback()
Deprecated, for removal: This API element is subject to removal in a future version.Rollback the current transaction.void
Deprecated, for removal: This API element is subject to removal in a future version.Set the current user.
-
Method Details
-
commit
Deprecated, for removal: This API element is subject to removal in a future version.Commit the current transaction.- Throws:
Exception
-
rollback
Deprecated, for removal: This API element is subject to removal in a future version.Rollback the current transaction.- Throws:
Exception
-
logout
Deprecated, for removal: This API element is subject to removal in a future version.Terminate the session.- Throws:
Exception
-
getStore
Deprecated, for removal: This API element is subject to removal in a future version.Get a store service.- Throws:
RemoteException
-
getDMS
Deprecated, for removal: This API element is subject to removal in a future version.Get a DMS service.- Throws:
RemoteException
-
getWfEngine
Deprecated, for removal: This API element is subject to removal in a future version.Get a WfEngine service- Throws:
RemoteException
-
getOrgData
Deprecated, for removal: This API element is subject to removal in a future version.Get a OrgData service.- Throws:
RemoteException
-
getUser
Deprecated, for removal: This API element is subject to removal in a future version.Get the current user.- Throws:
RemoteException
-
setUser
Deprecated, for removal: This API element is subject to removal in a future version.Set the current user.- Throws:
RemoteException
-
getService
Deprecated, for removal: This API element is subject to removal in a future version.This method returns a service interface to the client.- Throws:
Exception
-
execute
Deprecated, for removal: This API element is subject to removal in a future version.Execute a method on the server via reflection.- Parameters:
obj
- the target objectmethod
- the name of the methodargs
- the arguments for the method call- Returns:
- the result of the method call
- Throws:
Exception
-