com.ibm.portal.pcm.dialog.state
Interface DialogSubstep

All Superinterfaces:
Localized

public interface DialogSubstep
extends Localized

Represents dialog sub steps that can be contributed to a given dialog step by third parties.

Since:
8.0.0

Method Summary
 java.lang.String getIdentifier()
           
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Returns:
The identifier of the substep in question which may be used in order to find out which dialog substep is currently active. This identifier should at the least be unique in the scope of the DialogSubstepModel .