Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains the complete set of information the lock and the locked entityabout a lock that has been or could be acquired.

Format


Panel
titlePwsProjectorLock

Elements


Element

Data Type

Description

Sample Data

EntityIdentity

PwsProjectorLockEntity

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

Boolean

This 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[]

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
languagexml
titleExample 01
collapsetrue
             <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>