Uses of Class
org.apache.camel.component.salesforce.api.dto.AbstractSObjectBase
Packages that use AbstractSObjectBase
Package
Description
-
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto
Classes in org.apache.camel.component.salesforce.api.dto with type parameters of type AbstractSObjectBaseModifier and TypeClassDescriptionclassAbstractQueryRecordsBase<T extends AbstractSObjectBase>Abstract base DTO for Salesforce SOQL Query records.Subclasses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dtoModifier and TypeClassDescriptionclassSubclass ofAbstractSObjectBasethat contains additional metadata about SObject. -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.analytics.reports
-
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return AbstractSObjectBaseMethods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type AbstractSObjectBaseModifier and TypeMethodDescriptionSObjectTree.allObjects()Returns a stream of all objects in the tree.SObjectNode.getChildren()Returns child SObjects of this node (one level deep).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 AbstractSObjectBaseModifier and TypeMethodDescriptionSObjectNode.addChild(String labelPlural, AbstractSObjectBase child) Add a child that does not contain the required metadata to the this node.voidSObjectNode.addChildren(String labelPlural, AbstractSObjectBase first, AbstractSObjectBase... others) Add a child that does not contain the required metadata to the this node.SObjectTree.addObject(AbstractSObjectBase object) Add SObject at the root of the tree.SObjectBatch.addUpdate(String type, String id, AbstractSObjectBase data) Add update of SObject record to the batch.SObjectComposite.addUpdate(String type, String id, AbstractSObjectBase data, String referenceId) Add update of SObject record to the composite.SObjectBatch.addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data) Add update of SObject record by external identifier to the batch.SObjectComposite.addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId) Add update of SObject record by external identifier to the composite.SObjectBatch.addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data) Add insert or update of SObject record by external identifier to the batch.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 -
Uses of AbstractSObjectBase in org.apache.camel.component.salesforce.internal.processor
Classes in org.apache.camel.component.salesforce.internal.processor with type parameters of type AbstractSObjectBase