public interface GuideProgressiveStrategy
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAllSections(java.util.Map<java.lang.String,java.lang.String> paramMap)
Returns the list of sections.
|
GuideProgressiveCompletionInfo |
getCompletionSection(java.lang.String afpath,
java.util.Map<java.lang.String,java.lang.String> data)
Returns the completion section of strategy
|
java.lang.String |
getDisplayName()
Returns the string which briefly describes the strategy
|
java.lang.String |
getName()
Returns the name which is unique for a strategy
|
GuideProgressiveSectionInfo |
getNextSection(java.lang.String afPath,
java.lang.String currentSectionId,
java.util.Map<java.lang.String,java.lang.String> data)
Returns:
first section in case the currentSectionId is null or empty
next section if currentSectionId not null and not empty
null if penultimate section, that is next would be completion section
|
java.lang.String |
getServiceType()
Returns the string which describes the type of service
If type is static, then it means that the ordering of section is known prior
If it is dynamic, then the ordering is not known
|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getServiceType()
java.util.List<java.lang.Object> getAllSections(java.util.Map<java.lang.String,java.lang.String> paramMap)
paramMap
- Represent the list of properties available from strategy's dialogGuideProgressiveSectionInfo getNextSection(java.lang.String afPath, java.lang.String currentSectionId, java.util.Map<java.lang.String,java.lang.String> data)
afPath
- currentSectionId
- data
- GuideProgressiveSectionInfo
GuideProgressiveCompletionInfo getCompletionSection(java.lang.String afpath, java.util.Map<java.lang.String,java.lang.String> data)
afpath
- data
- GuideProgressiveCompletionInfo
Copyright © 2010 - 2020 Adobe. All Rights Reserved