...
This structure contains the complete set of information about a locked entitylock that has been or could be acquired.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
EntityIdentity | This structure uniquely identifies the entity that is or will could be locked. | ||
EntityTimestamp | String | This is a Base64 encoded timestamp optionally used for entity locking. | AAAAABCnqY8= |
LockStolenFlag | BooleanThis field indicates whether or not a lock has been successfully | stolen'True' if another lock was stolen in acquiring or testing this lock. | true |
StolenLocks | PwsEntityLockSummaryItem[1..100] | This structure contains key information about a the lock(s) that has have been stolen in acquiring or testing this lock. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsProjectorLock> <b:EntityIdentity> <b:EntityCode>P001468-001</b:EntityCode> <b:EntityId i:nil="true"/> <b:EntityUid>1152921504607429941</b:EntityUid> <b:LockType>P</b:LockType> </b:EntityIdentity> <b:EntityTimestamp>AAAAABCnqY8=</b:EntityTimestamp> <b:LockStolenFlag>true</b:LockStolenFlag> <b:StolenLocks> <b:PwsEntityLockSummaryItem> <b:LockCount>1</b:LockCount> <b:LockHolderUserIdentity> <b:UserDisplayName>IT Manager</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>IT Manager</b:UserReferenceSystemId> <b:UserUid>1152921504607134339</b:UserUid> </b:LockHolderUserIdentity> <b:MostRecentLockAcquisitionTimestamp>2018-10-17T15:24:42.897Z</b:MostRecentLockAcquisitionTimestamp> </b:PwsEntityLockSummaryItem> </b:StolenLocks> </b:PwsProjectorLock> |