Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.composite |
Modifier and Type | Method and Description |
---|---|
SObjectNode |
SObjectNode.addChild(AbstractDescribedSObjectBase child)
Add a described child with the metadata needed already present within it to the this node.
|
SObjectNode |
SObjectNode.addChild(String labelPlural,
AbstractSObjectBase child)
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.
|
Modifier and Type | Method and 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).
|
Apache Camel