com.plumtree.server
Interface IPTUserInterfaceManager


public interface IPTUserInterfaceManager

Object manager for IPTUserInterface objects.

Author:
JosephS
See Also:
IPTUserInterface

Method Summary
 java.lang.Object OpenByUniqueID(java.lang.String bstrUniqueID, boolean bLockInitially)
          Opens a User Interface object by its UniqueID.
 

Method Detail

OpenByUniqueID

java.lang.Object OpenByUniqueID(java.lang.String bstrUniqueID,
                                boolean bLockInitially)
Opens a User Interface object by its UniqueID. -jas

Parameters:
bstrUniqueID - unique identifier
bLockInitially - if true, the object returned will be locked and ready for editing
Returns:
object that supports IPTUserInterface