Foundations Apex API Developer Reference

fferpcore.TargetObjectList

global interface TargetObjectList extends TargetObjectCollection

List of TargetObject.

This class extends fferpcore.TargetObjectCollection

Methods

get

TargetObject get(Integer index)

Return Value

The TargetObject at the given index in the list. The index does not include deleted items, so may differ from the index reported by DataTargetError.getPath2()

create

TargetObject create()

Create a new target object in the list.

Return Value

The newly created TargetObject.

clear

void clear()

Remove all fferpcore.TargetObject from the list. This is destructive. It will mark all items as destroy.

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