| Package | Description |
|---|---|
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Field and Description |
|---|---|
protected FlowConnector |
FlowRule.connector |
protected FlowConnector |
FlowSubflow.connector |
protected FlowConnector |
FlowRecordUpdate.connector |
protected FlowConnector |
FlowAssignment.connector |
protected FlowConnector |
FlowScreen.connector |
protected FlowConnector |
FlowRecordCreate.connector |
protected FlowConnector |
FlowWaitEvent.connector |
protected FlowConnector |
FlowRecordDelete.connector |
protected FlowConnector |
FlowRecordLookup.connector |
protected FlowConnector |
FlowActionCall.connector |
protected FlowConnector |
FlowApexPluginCall.connector |
protected FlowConnector |
FlowDecision.defaultConnector |
protected FlowConnector |
FlowWait.defaultConnector |
protected FlowConnector |
FlowRecordUpdate.faultConnector |
protected FlowConnector |
FlowRecordCreate.faultConnector |
protected FlowConnector |
FlowRecordDelete.faultConnector |
protected FlowConnector |
FlowRecordLookup.faultConnector |
protected FlowConnector |
FlowActionCall.faultConnector |
protected FlowConnector |
FlowWait.faultConnector |
protected FlowConnector |
FlowApexPluginCall.faultConnector |
protected FlowConnector |
FlowLoop.nextValueConnector |
protected FlowConnector |
FlowLoop.noMoreValuesConnector |
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowConnector> |
FlowStep.connectors |
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
ObjectFactory.createFlowConnector()
Create an instance of
FlowConnector |
FlowConnector |
FlowRule.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowSubflow.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowRecordUpdate.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowAssignment.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowScreen.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowRecordCreate.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowWaitEvent.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowRecordDelete.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowRecordLookup.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowActionCall.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowApexPluginCall.getConnector()
Gets the value of the connector property.
|
FlowConnector |
FlowDecision.getDefaultConnector()
Gets the value of the defaultConnector property.
|
FlowConnector |
FlowWait.getDefaultConnector()
Gets the value of the defaultConnector property.
|
FlowConnector |
FlowRecordUpdate.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowRecordCreate.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowRecordDelete.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowRecordLookup.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowActionCall.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowWait.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowApexPluginCall.getFaultConnector()
Gets the value of the faultConnector property.
|
FlowConnector |
FlowLoop.getNextValueConnector()
Gets the value of the nextValueConnector property.
|
FlowConnector |
FlowLoop.getNoMoreValuesConnector()
Gets the value of the noMoreValuesConnector property.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowConnector> |
FlowStep.getConnectors()
Gets the value of the connectors property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowRule.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowSubflow.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowRecordUpdate.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowAssignment.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowScreen.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowRecordCreate.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowWaitEvent.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowRecordDelete.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowRecordLookup.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowActionCall.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowApexPluginCall.setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
FlowDecision.setDefaultConnector(FlowConnector value)
Sets the value of the defaultConnector property.
|
void |
FlowWait.setDefaultConnector(FlowConnector value)
Sets the value of the defaultConnector property.
|
void |
FlowRecordUpdate.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowRecordCreate.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowRecordDelete.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowRecordLookup.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowActionCall.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowWait.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowApexPluginCall.setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
FlowLoop.setNextValueConnector(FlowConnector value)
Sets the value of the nextValueConnector property.
|
void |
FlowLoop.setNoMoreValuesConnector(FlowConnector value)
Sets the value of the noMoreValuesConnector property.
|
Copyright © 2016. All rights reserved.