com.sap.caf.eu.gp.process.api

Interface IGPResultStateInfo


public interface IGPResultStateInfo

Represents a result state by the completion of an action, derived from the underlying callable object. The identifier of the result state is its name i.e. name is unique in the scope of the block item that contains the action. Define result states in the IGPPhysicalCallableObject associated with the IGPCallableObject. Retrieve the result states from IGPAction. IGPResultStateInfos are mainly used to define transitions between IGPBlockStructureItems.


Method Summary
 String getName()
          Returns the result state info name.
 String getText()
          Returns the result state info text.
 String resolveText(Locale locale)
          Returns the result state info text for the given locale.
 

Method Detail

getName

String getName()
Returns the result state info name.

Returns:
String

getText

String getText()
Returns the result state info text.

Returns:
String

resolveText

String resolveText(Locale locale)
                   throws GPInvocationException
Returns the result state info text for the given locale.

Parameters:
locale - Locale
Returns:
String
Throws:
ProcessInformationException
GPInvocationException


Copyright 2009 SAP AG Complete Copyright Notice