Package com.avoka.fc.core.entity
Class ErrorLog
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._ErrorLog
com.avoka.fc.core.entity.ErrorLog
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an error log entry, including detailed information such as the stack trace.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Async Messages Expiry error type.static final String
The Collaboration Job error type.static final String
The Data Retention Management error type.static final String
The Email error type.static final String
The Fluent REST Service error type.static final String
Form Abandonment error type.static final String
The Form Delivery error type.static final String
The Form Dynamic Data error type.static final String
The Form Render error type.static final String
The Form Submission error type.static final String
The Form Transaction History error type.static final String
The Insights error type.static final String
The Management error type.static final String
The outbox processing type.static final String
The Payment Gateway error type.static final String
The Receipt Render error type.static final String
The REST API error type.static final String
The Scheduled Job error type.static final String
The Security Manager error type.static final String
The T.Field error type.static final String
The Transaction Processor error type.static final String
The Unclassified error type.static final String[]
The list of available error types.Fields inherited from class com.avoka.fc.core.entity.auto._ErrorLog
CLIENT, CLIENT_PROPERTY, CONTEXT, CONTEXT_PROPERTY, CRITICAL_ERROR_FLAG, CRITICAL_ERROR_FLAG_PROPERTY, EMAIL_QUEUE, EMAIL_QUEUE_PROPERTY, ERROR_LOG_DATA, ERROR_LOG_DATA_PROPERTY, ERROR_OID_PK_COLUMN, ERROR_TIME, ERROR_TIME_PROPERTY, ERROR_TYPE, ERROR_TYPE_PROPERTY, GROOVY_ERROR_FLAG, GROOVY_ERROR_FLAG_PROPERTY, GROOVY_SERVICE_LOG, GROOVY_SERVICE_LOG_PROPERTY, IP_ADDRESS, IP_ADDRESS_PROPERTY, JOB_ACTION, JOB_ACTION_PROPERTY, MESSAGE, MESSAGE_PROPERTY, NAME, NAME_PROPERTY, PORTAL, PORTAL_PROPERTY, REFERER, REFERER_PROPERTY, REQUEST_URL, REQUEST_URL_PROPERTY, SCHEDULED_JOB_HISTORY, SCHEDULED_JOB_HISTORY_PROPERTY, SECURITY_MANAGER_LOG, SECURITY_MANAGER_LOG_PROPERTY, SERVER_NODE, SERVER_NODE_PROPERTY, SOLUTION, SOLUTION_PROPERTY, STACKTRACE, STACKTRACE_PROPERTY, SUBMISSION, SUBMISSION_DELIVERY, SUBMISSION_DELIVERY_PROPERTY, SUBMISSION_PROPERTY, TM_VERSION, TM_VERSION_PROPERTY, USER_AGENT, USER_AGENT_PROPERTY, USER_MESSAGE, USER_MESSAGE_PROPERTY, USERNAME, USERNAME_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
Fields inherited from class org.apache.cayenne.CayenneDataObject
values
Fields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersion
Fields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceState
Fields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION
-
Constructor Summary
-
Method Summary
Methods inherited from class com.avoka.fc.core.entity.auto._ErrorLog
addToGroovyServiceLog, addToScheduledJobHistory, addToSecurityManagerLog, getClient, getContext, getEmailQueue, getErrorLogData, getErrorTime, getErrorType, getGroovyServiceLog, getIpAddress, getJobAction, getMessage, getName, getPortal, getReferer, getRequestUrl, getScheduledJobHistory, getSecurityManagerLog, getServerNode, getSolution, getStacktrace, getSubmission, getSubmissionDelivery, getTmVersion, getUserAgent, getUserMessage, getUsername, isCriticalErrorFlag, isGroovyErrorFlag, removeFromGroovyServiceLog, removeFromScheduledJobHistory, removeFromSecurityManagerLog, setClient, setContext, setCriticalErrorFlag, setEmailQueue, setErrorLogData, setErrorType, setGroovyErrorFlag, setIpAddress, setJobAction, setMessage, setName, setPortal, setReferer, setRequestUrl, setServerNode, setSolution, setStacktrace, setSubmission, setSubmissionDelivery, setTmVersion, setUserAgent, setUserMessage, setUsername
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
ERROR_TYPE_ASYNC_MESSAGES_EXPIRY
The Async Messages Expiry error type.- See Also:
-
ERROR_TYPE_COLLABORATION_JOB
The Collaboration Job error type.- See Also:
-
ERROR_TYPE_EMAIL
The Email error type.- See Also:
-
ERROR_TYPE_DATA_RETENTION_MANAGEMENT
The Data Retention Management error type.- See Also:
-
ERROR_TYPE_FORM_ABANDONMENT
Form Abandonment error type.- See Also:
-
ERROR_TYPE_FORM_DELIVERY
The Form Delivery error type.- See Also:
-
ERROR_TYPE_FORM_DYNAMIC_DATA
The Form Dynamic Data error type.- See Also:
-
ERROR_TYPE_FORM_RENDER
The Form Render error type.- See Also:
-
ERROR_TYPE_FORM_SUBMISSION
The Form Submission error type.- See Also:
-
ERROR_TYPE_FORM_TRANSACTION_HISTORY
The Form Transaction History error type.- See Also:
-
ERROR_TYPE_FLUENT_REST_SERVICE
The Fluent REST Service error type.- See Also:
-
ERROR_TYPE_INSIGHTS
The Insights error type.- See Also:
-
ERROR_TYPE_OUTBOX_PROCESSING
The outbox processing type.- See Also:
-
ERROR_TYPE_MANAGEMENT
The Management error type.- See Also:
-
ERROR_TYPE_PAYMENT_GATEWAY
The Payment Gateway error type.- See Also:
-
ERROR_TYPE_RECEIPT_RENDER
The Receipt Render error type.- See Also:
-
ERROR_TYPE_REST_SOAP_API
The REST API error type.- See Also:
-
ERROR_TYPE_SCHEDULED_JOB
The Scheduled Job error type.- See Also:
-
ERROR_TYPE_SECURITY_MANAGER
The Security Manager error type.- See Also:
-
ERROR_TYPE_T_FIELD_SYNC
The T.Field error type.- See Also:
-
ERROR_TYPE_TRANSACTION_PROCESSOR
The Transaction Processor error type.- See Also:
-
ERROR_TYPE_UNCLASSIFIED
The Unclassified error type.- See Also:
-
ERROR_TYPES
The list of available error types.
-
-
Constructor Details
-
ErrorLog
public ErrorLog()
-
-
Method Details
-
setErrorTime
Description copied from class:_ErrorLog
Set the errorTime value.- Overrides:
setErrorTime
in class_ErrorLog
- Parameters:
errorTime
- the errorTime value to set
-