-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrated to new System.Assert class, added System namespace to severa…
…l references (#409) * Migrated all asserts to use the new class System.Assert * Added the System namespace to all of the following references - Classes: Exception, AuraHandledException, CalloutException, and IllegalArgumentException, Http, HttpRequest, and HttpResponse, SObjectAccessDecision, and UserInfo - Enums: AccessType and LoggingLevel
- Loading branch information
Showing
127 changed files
with
7,294 additions
and
6,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
## LogEntryEventStreamController class | ||
|
||
Controller class for lwc `logEntryEventStream`, used to stream Log Entries in console and Tabular view. | ||
|
||
--- | ||
|
||
### Methods | ||
|
||
#### `getDatatableDisplayFields()` → `List<String>` | ||
|
||
Returns the list of columns to be displayed in LogEntryEventStream Datatable. The fields are configured in the Custom Meta Data (LoggerParameter.LogEntryEventStreisplayFields). | ||
|
||
##### Return | ||
|
||
**Type** | ||
|
||
List<String> | ||
|
||
**Description** | ||
|
||
The instance of `List<String>`, containing the list of columns to be displayed in | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.