Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectNode
-
Packages that use SObjectNode Package Description org.apache.camel.component.salesforce.api.dto.composite -
-
Uses of SObjectNode in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectNode 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.SObjectNode
SObjectNode. addChild(AbstractDescribedSObjectBase child)
Add a described child with the metadata needed already present within it to the this node.SObjectNode
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 SObjectNode Modifier and Type Method Description Stream<SObjectNode>
SObjectTree. allNodes()
Returns a stream of all nodes in the tree.Stream<SObjectNode>
SObjectNode. getChildNodes()
Returns all children of this node (one level deep).Stream<SObjectNode>
SObjectNode. getChildNodesOfType(String type)
Returns all children of this node (one level deep) of certain type (in plural form).
-