Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
-
-
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto Modifier and Type Class Description class
AbstractDescribedSObjectBase
Subclass ofAbstractSObjectBase
that contains additional metadata about SObject. -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.analytics.reports
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.analytics.reports Modifier and Type Class Description class
Report
Salesforce DTO for SObject Report -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return AbstractSObjectBase Modifier and Type Method Description AbstractSObjectBase
SObjectNode. getObject()
SObject at this node.Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type AbstractSObjectBase Modifier and Type Method Description Stream<AbstractSObjectBase>
SObjectTree. allObjects()
Returns a stream of all objects in the tree.Stream<AbstractSObjectBase>
SObjectNode. getChildren()
Returns child SObjects of this node (one level deep).Stream<AbstractSObjectBase>
SObjectNode. getChildrenOfType(String type)
Returns child SObjects of this node (one level deep) of certain type (in plural form)Methods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type AbstractSObjectBase Modifier and Type Method Description SObjectNode
SObjectNode. addChild(String labelPlural, AbstractSObjectBase child)
Add a child that does not contain the required metadata to the this node.void
SObjectNode. addChildren(String labelPlural, AbstractSObjectBase first, AbstractSObjectBase... others)
Add a child that does not contain the required metadata to the this node.SObjectNode
SObjectTree. addObject(AbstractSObjectBase object)
Add SObject at the root of the tree.SObjectBatch
SObjectBatch. addUpdate(String type, String id, AbstractSObjectBase data)
Add update of SObject record to the batch.SObjectComposite
SObjectComposite. addUpdate(String type, String id, AbstractSObjectBase data, String referenceId)
Add update of SObject record to the composite.SObjectBatch
SObjectBatch. addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data)
Add update of SObject record by external identifier to the batch.SObjectComposite
SObjectComposite. addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId)
Add update of SObject record by external identifier to the composite.SObjectBatch
SObjectBatch. addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data)
Add insert or update of SObject record by external identifier to the batch.SObjectComposite
SObjectComposite. addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId)
Add insert or update of SObject record by external identifier to the composite. -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.internal.dto
Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.internal.dto Modifier and Type Class Description class
PushTopic
Salesforce DTO for SObject PushTopic
-