Modifier and Type | Class and Description |
---|---|
static class |
CQClient.InternalBuilder<T extends CQClient> |
Modifier and Type | Class and Description |
---|---|
class |
BulkEditorClient |
class |
CommerceClient
The base client for all commerce-related tests.
|
class |
CommunityClient
The base client for all community related tests.
|
class |
ComponentClient |
class |
CQSecurityClient |
class |
CQWorkflowClient
Extends the Granite Workflow client with CQ Specific Workflow methods
|
class |
ExperienceFragmentsClient
CQ Testing client for Experience Fragments
|
class |
FormClient
The base client for all form-related actions.
|
class |
FoundationClient
This client is used to add new Foundation Components (see /libs/foundation/components in repository) to a
page.
|
class |
JobsClient |
class |
JsonClient
The base client for all json related tests.
|
class |
MSMClient
The base client for all Multi Site Manager (MSM) related tests.
|
class |
NotificationClient
The base client for all notifications related tests.
|
class |
OffloadingClient
Generic client
|
class |
PackageManagerClient
The PackageManagerClient encapsulates operations on content packages just like
those available in the
/crx/packmgr/index.jsp application. |
class |
ReplicationClient
Client for all replication related actions: activate, deactivate, agents management.
|
class |
SecurityClient
Client for managing authorizables, such as users or groups
|
class |
TagClient
The base client for all tag related tests.
|
class |
TopologyClient |
class |
VersioningClient |
class |
WorkflowClient
Implements the Workflow REST API calls
ModelID = handle to the model Node |
Modifier and Type | Method and Description |
---|---|
CQClient |
CQClient.Builder.build() |
Constructor and Description |
---|
Notification(CQClient client,
String id,
String modification,
String path,
Date date,
boolean isRead,
boolean isUserMessage,
String user) |
Modifier and Type | Class and Description |
---|---|
class |
OffloadingBrowserClient |
Modifier and Type | Method and Description |
---|---|
<T extends CQClient> |
TopologyInstanceConfig.setClient(T client) |
Modifier and Type | Method and Description |
---|---|
static void |
CQAssert.assertAssetExists(CQClient client,
String path,
InputStream fileData,
String mimeType)
Tests if a Asset exists at the location path.
|
static void |
CQAssert.assertCQPageExistsWithTimeout(CQClient client,
String path,
long timeout,
long delay)
Tests if the page at path exists on the server connected by client and is
a valid CQ Page.
|
static void |
CQAssert.assertFileExists(CQClient client,
String path,
InputStream fileData,
String mimeType)
Tests if a File exists at the location path.
|
static void |
CQAssert.assertFolderExists(CQClient client,
String path,
String folderTitle)
Tests if a folder exists at the location path with named folderTitle.
|
static void |
GraniteAssert.assertIsAgentEnabled(CQClient client,
String agentPath)
Checks if an replication agent is enabled.
|
static void |
CQAssert.assertIsBluePrint(CQClient client,
String path) |
static void |
CQAssert.assertIsCQPage(CQClient client,
String path)
Verifies if a page is really a CQ page by checking for specific nodes
and properties:
jcr:primaryType is set to cq:Page jcr:content node exists jcr:primaryType is set to cq:PageContent in jcr:content node sling:resourceType is set in jcr:content node cq:template is set in jcr:content node |
static void |
CQAssert.assertIsLiveSite(CQClient client,
String newPath,
String masterPath) |
static void |
CQAssert.assertIsVersionList(CQClient client,
String jsonString) |
static void |
CQAssert.assertIsVersionTree(CQClient client,
String jsonString) |
static void |
CQAssert.assertPathDoesNotExistWithTimeout(CQClient client,
String path,
long timeout,
long delay) |
static void |
ComponentAssert.assertUploadedImage(CQClient client,
String imagePath,
String resourcePath) |
Modifier and Type | Method and Description |
---|---|
protected CQClient |
Page.getClient()
The client to use to create and delete this page.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.http.HttpResponse |
LoginUtil.doGetWithLoginToken(String loginToken,
CQClient cqClient,
String testPage)
Retrieves a page using the given login token
|
Modifier and Type | Method and Description |
---|---|
static <T extends CQClient> |
OffloadingSetupUtil.enableDisableDAMUpdateAsset(T client,
boolean enable)
Enables/ disables the DAM update asset Workflow
|
static <T extends CQClient> |
OffloadingSetupUtil.enableDisableOffloadingTopic(T client,
boolean enable)
Enables/disables the offloading topic for the instance the client points to, through the Offloading Browser
|
static <T extends CQClient> |
OffloadingSetupUtil.setDAMUpdateAsset(T client)
Replaces the "DAM Update Asset Offloading" Workflow with the original "Dam Update Asset"
This is currently required as part of the offloading setup for the instance that delegates the offloading
|
static <T extends CQClient> |
OffloadingSetupUtil.setDAMUpdateAssetOffloading(T client)
Replaces the "DAM Update Asset" Workflow with the "Dam Update Asset Offloading"
This is currently required as part of the offloading setup for the instance that delegates the offloading
|
Copyright © 2018. All rights reserved.