com.ontimize.dms.server
Interface IRemoteOperationServer
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- OperationServer
public interface IRemoteOperationServer
- extends java.rmi.Remote
|
Method Summary |
java.lang.Object |
doOperation(int code,
Document[] document,
java.util.Map params,
int sessionId)
|
java.lang.String |
getEntity(java.lang.String key)
|
INTERNAL_ID
static final java.lang.String INTERNAL_ID
- See Also:
- Constant Field Values
KEY_TRANSFORM_CLASS
static final java.lang.String KEY_TRANSFORM_CLASS
- See Also:
- Constant Field Values
KEY_DOCUMENT_ENTITY
static final java.lang.String KEY_DOCUMENT_ENTITY
- See Also:
- Constant Field Values
KEY_PROPERTY_ENTITY
static final java.lang.String KEY_PROPERTY_ENTITY
- See Also:
- Constant Field Values
KEY_VERSION_ENTITY
static final java.lang.String KEY_VERSION_ENTITY
- See Also:
- Constant Field Values
KEY_LOG_ENTITY
static final java.lang.String KEY_LOG_ENTITY
- See Also:
- Constant Field Values
doOperation
java.lang.Object doOperation(int code,
Document[] document,
java.util.Map params,
int sessionId)
throws java.rmi.RemoteException,
java.lang.Exception
- Throws:
java.rmi.RemoteException
java.lang.Exception
getEntity
java.lang.String getEntity(java.lang.String key)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException