Package | Description |
---|---|
org.alfresco.bm.process.share.soak |
Modifier and Type | Class and Description |
---|---|
class |
AbstractShareScenario
Abstract implementation that handles scenario registration
|
class |
ShareBrowseToSiteDashboardScenario
Browses to the site dashboard.
|
class |
ShareBrowseToSiteDocLibScenario
Browses to a site document library.
|
class |
ShareBrowseToUserDashboardScenario
Browses to the user dashboard.
|
class |
ShareCreateFolderScenario
Browses to a site document library.
|
class |
ShareCreateSiteScenario
Browses to the user dashboard.
|
class |
ShareDownloadFileScenario
Uploads a file to the document library.
|
class |
ShareEditDocumentScenario
Scenario around document Edit Offline
The following page is executed.
|
class |
SharePageDocLibScenario
Pages through document library listings
The following page is executed.
|
class |
SharePeopleFinderScenario
Scenarios around people finder.
|
class |
ShareRepoBrowserScenario
Scenarios around repository browser.
|
class |
ShareSearchScenario
Executes an search using the general search box before widening the results and doing paging.
|
class |
ShareSelectDocLibEntryScenario
Selects a random entry in a site document library.
|
class |
ShareSelectSearchEntryScenario
Selects a random entry in the search results page.
|
class |
ShareUploadFileScenario
Uploads a file to the document library.
|
class |
ShareUploadNewVersionScenario
Uploads a new version of a file.
|
Modifier and Type | Method and Description |
---|---|
ShareScenario |
ShareScenarioRegistry.getScenario(String scenarioName)
Get the processor that must handle events with the given name
|
Modifier and Type | Method and Description |
---|---|
void |
ShareScenarioRegistry.register(String scenarioName,
ShareScenario scenario,
double weight)
Register a share scenario by name and with the given weighting
|
Copyright © 2015. All rights reserved.