Versions Compared

Key

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

Overview


This structure contains the complete set of information about a lockrepresents a lock request, and is used when acquiring Projector locks (PwsAcquireProjectorLocks) or checking Projector locks (PwsCheckProjectorLocks)

Format


Panel
titlePwsProjectorLockRequest


Elements


Element

Data Type

Required?

Default

DescriptionSample Data

EntityIdentity

PwsProjectorLockEntity

 

Yes

 

The complete set of information associated with a Projector Lock
The entity to be locked or checked.

EntityTimestamp

String

 

No

 

This is a Base64 encoded timestamp optionally utilized for
time card
optimistic locking.AAAAABCotjg=

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <req:Locks>
               <com:PwsProjectorLockRequest>
                  <com:EntityIdentity>
                     <com:EntityCode>P001468-001</com:EntityCode>
                     <com:EntityUid>1152921504607429941</com:EntityUid>
                     <com:LockType>P</com:LockType>
                  </com:EntityIdentity>
                  <com:EntityTimestamp>AAAAABCotjg=</com:EntityTimestamp>          
               </com:PwsProjectorLockRequest>
            </req:Locks>