Package com.avoka.fc.core.entity
Class GroovyServiceLog
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._GroovyServiceLog
com.avoka.fc.core.entity.GroovyServiceLog
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides a Groovy Service invocation logging entity.
- Since:
- 4.2.0
- See Also:
-
Field Summary
Fields inherited from class com.avoka.fc.core.entity.auto._GroovyServiceLog
CLIENT, CLIENT_PROPERTY, DELIVERY_FUNCTION, DELIVERY_FUNCTION_PROPERTY, ENCRYPTED_FLAG, ENCRYPTED_FLAG_PROPERTY, ERROR_LOG, ERROR_LOG_PROPERTY, FORM, FORM_PROPERTY, FUNCTION_TRIGGER, FUNCTION_TRIGGER_PROPERTY, GROOVY_SERVICE_LOG_DATA, GROOVY_SERVICE_LOG_DATA_PROPERTY, GROOVY_SERVICE_LOG_OID_PK_COLUMN, INVOCATION_CPU_PERCENT, INVOCATION_CPU_PERCENT_PROPERTY, INVOCATION_DURATION, INVOCATION_DURATION_PROPERTY, INVOCATION_MEMORY_DELTA, INVOCATION_MEMORY_DELTA_PROPERTY, INVOCATION_THREAD_COUNT, INVOCATION_THREAD_COUNT_PROPERTY, INVOCATION_TIME, INVOCATION_TIME_MS, INVOCATION_TIME_MS_PROPERTY, INVOCATION_TIME_PROPERTY, SERVICE, SERVICE_PROPERTY, SESSION_ID, SESSION_ID_PROPERTY, SUBMISSION, SUBMISSION_PROPERTY, THREAD_NAME, THREAD_NAME_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
Modifier and TypeMethodDescriptionvoid
setInvocationTime
(Date invocationTime) Set the invocationTime value.Methods inherited from class com.avoka.fc.core.entity.auto._GroovyServiceLog
addToDeliveryFunction, getClient, getDeliveryFunction, getErrorLog, getForm, getFunctionTrigger, getGroovyServiceLogData, getInvocationCpuPercent, getInvocationDuration, getInvocationMemoryDelta, getInvocationThreadCount, getInvocationTime, getInvocationTimeMs, getService, getSessionId, getSubmission, getThreadName, isEncryptedFlag, removeFromDeliveryFunction, setClient, setEncryptedFlag, setErrorLog, setForm, setFunctionTrigger, setGroovyServiceLogData, setInvocationCpuPercent, setInvocationDuration, setInvocationMemoryDelta, setInvocationThreadCount, setInvocationTimeMs, setService, setSessionId, setSubmission, setThreadName
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
-
Constructor Details
-
GroovyServiceLog
public GroovyServiceLog()
-
-
Method Details
-
setInvocationTime
Description copied from class:_GroovyServiceLog
Set the invocationTime value.- Overrides:
setInvocationTime
in class_GroovyServiceLog
- Parameters:
invocationTime
- the invocationTime value to set
-