public interface ILockInformation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getAcquisitionTime()
Gets the lock acquisition time.
|
java.lang.String |
getCreateSystemId()
Get the user hostname that was specified to this lockInformation object
|
java.util.Date |
getCreateTime()
Gets the lock creation time This value is NOT updated when a lock is
refreshed
|
java.util.Date |
getExpireTime()
Gets the expireTime
|
java.sql.Timestamp |
getExpireTimeAsTimestamp()
Gets the expire time as a java.sql.Timestamp
|
java.lang.String |
getHandle()
Get the user hostname that was specified to this lockInformation object
|
java.lang.String |
getLockHandle()
Get the lock handle (pzInsKey) of the lock instance
|
java.lang.String |
getOperatorID()
Gets the operatorID
|
java.lang.String |
getOperatorName()
Gets the operatorName
|
java.lang.String |
getRequestorID()
Gets the requestorID
|
java.lang.String |
getSystemName()
Get the user hostname that was specified to this lockInformation object
|
java.lang.String |
getSystemNode()
Get the user hostname that was specified to this lockInformation object
|
java.lang.String |
getTenantID() |
java.lang.String |
getUpdateOperatorId()
Get the user hostname that was specified to this lockInformation object
|
java.lang.String |
getUpdateOperatorName()
Get the user hostname that was specified to this lockInformation object
|
java.util.Date |
getUpdateTime()
Gets the update time on the lock value is updated when lock is refreshed
|
java.sql.Timestamp |
getUpdateTimeAsTimestamp()
Gets the udpate time as a TimeStamp
|
java.lang.String |
getUserHost()
Get the user hostname that was specified to this lockInformation object
|
boolean |
isActive() |
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getRequestorID()
java.lang.String getOperatorID()
java.lang.String getOperatorName()
java.util.Date getExpireTime()
java.sql.Timestamp getExpireTimeAsTimestamp()
java.util.Date getAcquisitionTime()
java.util.Date getCreateTime()
java.util.Date getUpdateTime()
java.sql.Timestamp getUpdateTimeAsTimestamp()
java.lang.String getLockHandle()
java.lang.String getUserHost()
java.lang.String getCreateSystemId()
java.lang.String getUpdateOperatorId()
java.lang.String getUpdateOperatorName()
java.lang.String getSystemName()
java.lang.String getSystemNode()
java.lang.String getHandle()
java.lang.String getTenantID()
boolean isActive()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.