public class ShareBrowseToSiteDocLibScenario extends ShareBrowseToSiteDashboardScenario
parent scenario
until the site dashboard has been reached.
The following page is executed. * indicates a possible start location.
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_NAME_NAVIGATE_TO_DOCLIB |
EVENT_NAME_NAVIGATE_TO_SITEEVENT_NAME_NAVIGATE_TO_DASHBOARD| Constructor and Description |
|---|
ShareBrowseToSiteDocLibScenario(ShareScenarioRegistry registry,
double weight) |
| Modifier and Type | Method and Description |
|---|---|
List<org.alfresco.bm.event.Event> |
getNextEvents(org.alfresco.bm.event.Event event,
ShareEventData eventData,
ShareSoakData soakData,
long nextEventTime)
This instance first looks for the presence of the dashboard (step 2)
and contues from there, if possible.
|
void |
setEventNameNavigateToDocLib(String eventNameNavigateToDocLib)
Override the
default name for events
to navigate to the create site page |
setEventNameNavigateToSitesetEventNameNavigateToDashboardafterPropertiesSet, setBeanName, setScenarioNamepublic static final String EVENT_NAME_NAVIGATE_TO_DOCLIB
public ShareBrowseToSiteDocLibScenario(ShareScenarioRegistry registry, double weight)
registry - registry with which this instance will be registeredweight - the weight relative to other scenarios registered in the registrypublic void setEventNameNavigateToDocLib(String eventNameNavigateToDocLib)
default name for events
to navigate to the create site pagepublic List<org.alfresco.bm.event.Event> getNextEvents(org.alfresco.bm.event.Event event, ShareEventData eventData, ShareSoakData soakData, long nextEventTime)
ShareBrowseToSiteDashboardScenariogetNextEvents in interface ShareScenariogetNextEvents in class ShareBrowseToSiteDashboardScenarioevent - the event that triggered this choiceeventData - Share-specific data associated with the eventsoakData - Session-specific data for the eventnextEventTime - the suggested next event time (for guidance)see class commentsCopyright © 2016. All rights reserved.