com.ontimize.dms.server.entities
Class ELog
java.lang.Object
TableEntity
com.ontimize.dms.server.entities.ELog
- All Implemented Interfaces:
- IODMSLog
public class ELog
- extends TableEntity
- implements IODMSLog
|
Field Summary |
static java.lang.String |
ACTION
|
static java.lang.String |
DATE
|
static java.lang.String |
DETAILS
|
static java.lang.String |
ID
|
protected static java.lang.String |
MSG_OP_INSERT_ERROR
|
static java.lang.String |
PATH
|
static java.lang.String |
RESULT
|
static java.lang.String |
USER
|
|
Constructor Summary |
ELog(EntityReferenceLocator locator,
DatabaseConnectionManager dbConnectionManager,
int port)
|
|
Method Summary |
EntityResult |
insert(int sessionId,
int action,
java.util.Map message,
java.lang.String details,
java.lang.String keys,
Document[] documents)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSG_OP_INSERT_ERROR
protected static final java.lang.String MSG_OP_INSERT_ERROR
- See Also:
- Constant Field Values
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
ACTION
public static final java.lang.String ACTION
- See Also:
- Constant Field Values
RESULT
public static final java.lang.String RESULT
- See Also:
- Constant Field Values
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
DATE
public static final java.lang.String DATE
- See Also:
- Constant Field Values
ELog
public ELog(EntityReferenceLocator locator,
DatabaseConnectionManager dbConnectionManager,
int port)
throws java.lang.Exception
- Throws:
java.lang.Exception
insert
public EntityResult insert(int sessionId,
int action,
java.util.Map message,
java.lang.String details,
java.lang.String keys,
Document[] documents)
- Specified by:
insert in interface IODMSLog