Uses of Class
com.sforce.soap.metadata.FlowCondition
-
Uses of FlowCondition in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return FlowConditionModifier and TypeMethodDescriptionFlowCollectionProcessor.getConditions()FlowRule.getConditions()FlowScreenRule.getConditions()FlowVisibilityRule.getConditions()FlowWaitEvent.getConditions()FlowStageStep.getEntryConditions()FlowOrchestratedStage.getExitConditions()Methods in com.sforce.soap.metadata with parameters of type FlowConditionModifier and TypeMethodDescriptionvoidFlowCollectionProcessor.setConditions(FlowCondition[] conditions) voidFlowRule.setConditions(FlowCondition[] conditions) voidFlowScreenRule.setConditions(FlowCondition[] conditions) voidFlowVisibilityRule.setConditions(FlowCondition[] conditions) voidFlowWaitEvent.setConditions(FlowCondition[] conditions) voidFlowStageStep.setEntryConditions(FlowCondition[] entryConditions) voidFlowOrchestratedStage.setExitConditions(FlowCondition[] exitConditions)