Uses of Interface
com.tibco.rta.model.rule.ActionFunctionDescriptor

Packages that use ActionFunctionDescriptor
com.tibco.rta Connection, session, configuration classes and interfaces. 
com.tibco.rta.model.rule Model classes and interfaces related to rules and actions. 
 

Uses of ActionFunctionDescriptor in com.tibco.rta
 

Methods in com.tibco.rta that return types with arguments of type ActionFunctionDescriptor
 java.util.List<ActionFunctionDescriptor> RtaSession.getAllActionFunctionDescriptors()
          Get all action function descriptor
 

Uses of ActionFunctionDescriptor in com.tibco.rta.model.rule
 

Methods in com.tibco.rta.model.rule that return ActionFunctionDescriptor
 ActionFunctionDescriptor ActionDef.getActionFunctionDescriptor()
          Get the associated function descriptor
 ActionFunctionDescriptor ActionFunctionsRepository.getFunctionDescriptor(java.lang.String name)
          Returns the function descriptor given a action name
 

Methods in com.tibco.rta.model.rule that return types with arguments of type ActionFunctionDescriptor
 java.util.Collection<ActionFunctionDescriptor> ActionFunctionsRepository.getActionFunctionDescriptors()
          Returns a list of action descriptors.
 

Methods in com.tibco.rta.model.rule with parameters of type ActionFunctionDescriptor
 void ActionFunctionsRepository.addAction(java.lang.String name, ActionFunctionDescriptor actionFunctionDescriptor)
           
 com.tibco.rta.model.rule.mutable.MutableActionDef RuleFactory.newClearActionDef(RuleDef ruleDef, ActionFunctionDescriptor descriptor, InvokeConstraint constraint)
           
 com.tibco.rta.model.rule.mutable.MutableActionDef RuleFactory.newSetActionDef(RuleDef ruleDef, ActionFunctionDescriptor descriptor, InvokeConstraint constraint)
           
 



Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.