You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Overview
This structure includes basic information about a locked entity. The information represented in this structure is not comprehensive and only includes certain key attributes of a locked deemed to be useful in an acquisition of a lock.
Elements
Element | Data Type | Description | Sample Data |
---|
EntityIdentity | PwsProjectorLockEntity | This structure uniquely identifies the entity that will be locked |
|
EntityLockSummary | PwsEntityLockSummaryItem[] | This structure contains information associated with an entity lock and uniquely identifies the user who is currently holding it |
|
Usage Example(s)
<com:PwsEntityLockSummary>
<com:EntityIdentity>
<com:EntityCode>P001468-001</com:EntityCode>
<com:EntityUid>1152921504607429941</com:EntityUid>
<com:LockType>P</com:LockType>
</com:EntityIdentity>
<com:EntityLockSummary>
<com:PwsEntityLockSummaryItem>
<com:LockCount>1</com:LockCount>
<com:LockHolderUserIdentity>
<com:UserDisplayName>IT Manager</com:UserDisplayName>
<com:UserReferenceSystemId>IT Manager</com:UserReferenceSystemId>
</com:LockHolderUserIdentity>
<com:MostRecentLockAcquisitionTimestamp>2018-10-16T13:59:12.903Z</com:MostRecentLockAcquisitionTimestamp>
</com:PwsEntityLockSummaryItem>
</com:EntityLockSummary>
</com:PwsEntityLockSummary>