com.ibm.workplace.wcm.api
Interface WarningMessageContainer

All Known Subinterfaces:
LocalizedMessageContainer

public interface WarningMessageContainer

Used to contain localized warning messages returned from API method calls.

Since:
8.5

Method Summary
 boolean containsWarnings()
          Tests the existence of any warning messages Returns true if warnings exists, otherwise false
 java.util.List<Localized> getWarnings()
          Get all the warning messages
 

Method Detail

getWarnings

java.util.List<Localized> getWarnings()
Get all the warning messages

Returns:
a localized list of warning messages
Since:
8.5

containsWarnings

boolean containsWarnings()
Tests the existence of any warning messages Returns true if warnings exists, otherwise false

Returns:
true if there are warnings
Since:
8.5