Constructs a tariqaThemes Object
Tariqa
__construct
(
$config,
$soap)
Browse LexisNexis Source Folders
-
string
$token: Session Identifier
-
int
$folderId: ID of the folder to browse (if null, the root folder will be browsed) [OPTIONA]
Retrieve a specific attachment [WITHOUT CHECKING USER's TOKEN]
LexisNexisAttachment[]
LexisNexisGetAttachments
(string $token, string $attachmentId)
-
string
$token: Session Identifier
-
string
$attachmentId: Attachment ID
Retrieve specific documents in SITE (preview) format
LexisNexisDocument[]
LexisNexisGetDocuments
(string $token, string $searchId, [int $begin = 1], [int $end = 20])
-
string
$token: Session Identifier
-
string
$searchId: Contains a unique identifier that identifies the original search.
-
int
$begin: Identifies the first document to be returned in the response. It must be used in conjunction with end.
-
int
$end: Identifies the last document to be returned in the response. It must be used in conjunction with begin.
Retrieve specific document in full text
-
string
$token: Session Identifier
-
string
$documentId: Document ID
Retrieve specific documents in full text or some other format and/or markup
LexisNexisDocument[]
LexisNexisGetFullDocuments
(string $token, string[] $documentIds)
-
string
$token: Session Identifier
-
string[]
$documentIds: List of Lexis Nexis document IDs
Get the Sort Keys available for each row of a LexisNexis SearchResult
Pair[]
LexisNexisGetSortKeys
(string $token, string $searchId)
-
string
$token: Session Identifier
-
string
$searchId: LexisNexis Search ID
Search LexisNexis datawarehouse, and return a SearchID
Searches LexisNexis sources
Converts a WSKBrowseSourcesResponse into a LexisNexisBrowseSourcesResponse
Establish a connection with the LexisNexis WSK and return the security token (might be cached for performance reasons)
string
WSKAuthenticate
()
Get a list of available Sources
-
int
$folderId: [OPTIONAL]
Retrieve a specific attachment [WITHOUT CHECKING USER's TOKEN]
LexisNexisAttachment[]
_LexisNexisGetAttachments
(string $attachmentId)
-
string
$attachmentId: Attachment ID
Retrieve specific document in full text [WITHOUT CHECKING USER's TOKEN]
-
string
$documentId: Document ID