Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectNode
Packages that use SObjectNode
-
Uses of SObjectNode in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectNodeModifier and TypeMethodDescriptionSObjectNode.addChild(String labelPlural, AbstractSObjectBase child) Add a child that does not contain the required metadata to the this node.SObjectNode.addChild(AbstractDescribedSObjectBase child) Add a described child with the metadata needed already present within it to the this node.SObjectTree.addObject(AbstractSObjectBase object) Add SObject at the root of the tree.Methods in org.apache.camel.component.salesforce.api.dto.composite that return types with arguments of type SObjectNodeModifier and TypeMethodDescriptionSObjectTree.allNodes()Returns a stream of all nodes in the tree.SObjectNode.getChildNodes()Returns all children of this node (one level deep).SObjectNode.getChildNodesOfType(String type) Returns all children of this node (one level deep) of certain type (in plural form).