Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview


This structure contains information associated with an entity lock and uniquely identifies the user who is currently holding it

Format


PwsEntityLockSummaryItem
  • PwsEntityLockSummaryItem
    • LockCount: Int32
    • LockHolderUserIdentity: PwsUserRef
    • MostRecentLockAcquisitionTimestamp: DateTime

Elements


Element

Data Type

Required?

Description

Sample Data

LockCount

Int32

Yes

The number of locks to be stolen

1

LockHolderUserIdentity

PwsUserRef

Yes 

The structure uniquely identifies the user who is holding the lock

 

MostRecentLockAcquisitionTimestamp

DateTime

Yes 

This timestamp represents the most recent acquisition of the entity lock

2018-10-16T13:59:12.903Z

Usage Example(s)


Example 01
<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>
  • No labels