Interface MonitorNode

    • Method Detail

      • getChildMonitorLinkByName

        MonitorLink getChildMonitorLinkByName​(String name)
        Get the MonitorLink by ParentName.
        Parameters:
        name -
        Returns:
        the MonitorLink, or null if it could not be found
      • getChildMonitorCheckByName

        MonitorCheck getChildMonitorCheckByName​(String name)
        Get the MonitorCheck by ParentName.
        Parameters:
        name -
        Returns:
        the MonitorCheck, or null if it could not be found
      • getChildMonitorNodeByName

        MonitorNode getChildMonitorNodeByName​(String name)
        Get the MonitorNode by ParentName.
        Parameters:
        name -
        Returns:
        the MonitorNode, or null if it could not be found
      • checkCreatePrivilege

        RequiredPermission checkCreatePrivilege()
        Check whether or not the create action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkViewPrivilege

        RequiredPermission checkViewPrivilege()
        Check whether or not the view action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkConfirmPrivilege

        RequiredPermission checkConfirmPrivilege()
        Check whether or not the confirm action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkEditPrivilege

        RequiredPermission checkEditPrivilege()
        Check whether or not the edit action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
      • checkDeletePrivilege

        RequiredPermission checkDeletePrivilege()
        Check whether or not the delete action can be performed on this object.
        Returns:
        a RequiredPermission instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.