Foundations Apex API Developer Reference

fferpcore.DataTargetWorkResult

global interface DataTargetWorkResult

This class represents the result for work for a given key.

Methods

isSuccess

Boolean isSuccess()

Return Value

True if the request was processed successfuly.

getErrors

List<String> getErrors()

Return Value

Any errors associated with the request. This can return null if the result is successful.

getLinkId

String getLinkId()

Return Value

The string to identify the target in order to support linking. This method can return null if linking is not supported.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.