{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.workplace.wcm.api
Interface LocalizedMessageContainer

public interface LocalizedMessageContainer

Used to contain localized 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
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD