Newer Version Available
ProcessDetail Class
Namespace
ProcessDetail Constructors
The following are constructors for ProcessDetail.
ProcessDetail(dataSourceType, searchObjectName, searchSequenceNo, searchType, searchResultUniqueIdField, searchResultFilter, searchResultSortOrder, optionalVerifierCount, apexClassName, verificationProcessFieldList, linkedVerificationProcessDetailName, label, developerName)
Creates an instance of the ProcessDetail class with the specified parameter
values.
Signature
public ProcessDetail(String dataSourceType, String searchObjectName, Integer searchSequenceNo, String searchType, String searchResultUniqueIdField, String searchResultFilter, String searchResultSortOrder, Integer optionalVerifierCount, String apexClassName, id_verification.VerificationProcessFieldList verificationProcessFieldList, String linkedVerificationProcessDetailName, String label, String developerName)
Parameters
- dataSourceType
- Type: String
- Specifies the source type of the data.
- searchObjectName
- Type: String
- Specifies the API name of the object on which search is performed.
- searchSequenceNo
- Type: Integer
- Specifies the sequence in which the search is performed and the search result is displayed.
- searchType
- Type: String
- Specifies whether the search is text-based or object-based.
- searchResultUniqueIdField
- Type: String
- Specifies the unique idenfitying field of the selected search result.
- searchResultFilter
- Type: String
- Specifies the conditions used to filter search results.
- searchResultSortOrder
- Type: String
- Specifies the values used to sort search results.
- optionalVerifierCount
- Type: Integer
- Specifies the minimum number of optional verifiers that must be checked.
- apexClassName
- Type: String
- Specifies the apex class that’s used to search and verify data in an external system.
- verificationProcessFieldList
- Type: id_verification.VerificationProcessFieldList
- Specifies the list of verification process fields.
- linkedVerificationProcessDetailName
- Type: String
- Specifies the name of the process detail for secondary search.
- label
- Type: String
- Specifies the label for the process detail.
- developerName
- Type: String
- Specifies the developer name for the process detail.
ProcessDetail Properties
The following are properties for ProcessDetail.