com.ptc.windchill.cadx.common.htmllog
Interface HTMLLogService

All Known Implementing Classes:
HTMLLogServiceFwd, StandardHTMLLogService

public interface HTMLLogService



Supported API: false

Extendable: false


Method Summary
 void addMessage(int messageType, String message)
          

Supported API: false
 void clearLog()
          method to clear all log messages for given user

Supported API: false
 List getLogMessages(int max_nof_messages, boolean most_recent)
          method to get list of messages for the current user Parameters : max_nof_messages - maximum no.
 

Method Detail

clearLog

public void clearLog()
              throws WTException
method to clear all log messages for given user

Supported API: false

Throws:
WTException

getLogMessages

public List getLogMessages(int max_nof_messages,
                           boolean most_recent)
                    throws WTException
method to get list of messages for the current user Parameters : max_nof_messages - maximum no. of messages to be returned by the method. If all messages are to be returned then -1 should be passed as parameter. most_recent - If messages are more than max_nof_messages parameter then this parameter is used to determine if most recent (parameter = true) or the first (parameter = false) messages equal to max_nof_messages should be returned.

Supported API: false

Parameters:
max_nof_messages -
most_recent -
Returns:
List
Throws:
WTException

addMessage

public void addMessage(int messageType,
                       String message)
                throws WTException


Supported API: false

Parameters:
messageType -
message -
Throws:
WTException