Get claim details

If PolicyCenter needs more information about a claim, PolicyCenter calls the getClaimDetailByClaimNumber method of your claim search plugin to retrieve the claim. This method takes an entire Claim entity as a parameter, but the external system might require only the claim number property from that entity. The method returns a ClaimDetail object, which contains a small amount of details about the claim in its properties. Refer to the Java API Reference or the Data Dictionary for the complete list of properties.