Interface ConfigurationLockInfo


public interface ConfigurationLockInfo
Provides methods to get information about the locked state of a hst configuration item.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the user that has locked this configuration item or null if it is not locked.
    Returns the timestamp at which this configuration item became locked or null if it is not locked.
  • Method Details

    • getLockedBy

      String getLockedBy()
      Returns the name of the user that has locked this configuration item or null if it is not locked.
      Returns:
      user name or null
    • getLockedOn

      Calendar getLockedOn()
      Returns the timestamp at which this configuration item became locked or null if it is not locked.
      Returns:
      locking timestamp or null