This section details the classes in the Dictionary service.
An instance of this class is created to allow options to be passed to the GetDictionaryClassifications() method.
The class has the following properties:
Allows a locale to be passed to the server so that results and error messages can be returned in the correct language.
Type: String
Format: A Microsoft LCID value, for example, ‘en-us’.
Default: The locale of the CCS installation
An instance of this class is returned from the call to GetDictionaryClassifications(). It contains status information about the call plus a list of DictionaryClassificationItem instances.
The class has the following properties:
Returns the type of error; Information, Warning, or Error.
Type: CCSResultType
Returns 0 on success. Other codes are CA Data Protection errors which can be used for reporting and diagnostics.
Type: int
Returns the CA Data Protection error message for the ErrorCode.
Type: String
Returns a list of DictionaryClassificationItems.
This class is used to access the list of DictionaryClassificationItem instances.
The specific methods used to access the list depend on the client tools and environment used to process the WSDL.
This class represents each of the Dictionary Classifications against which content can be tested in the CCS.
The class has the following properties:
Identifies this node as a Group or Leaf node, which allows the list to describe a hierarchy.
Type: DictionaryClassificationType
The unique identifier.
Type: string
The unique identifier of the Group.
Type: string
The name of the Dictionary Classification.
Type: string
A description of this Dictionary Classification
Type: string
Set to True if this Dictionary Classification is enabled in the CCS policy.
Set to False if it exists in the CCS policy but is not enabled.
Type: Boolean
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|