Uses of Class
com.sas.services.information.FactoryAction
Packages that use FactoryAction
Package
Description
Interact with data repositories on behalf of client applications.
-
Uses of FactoryAction in com.sas.services.information
Methods in com.sas.services.information that return FactoryActionModifier and TypeMethodDescriptionSmartDef.ActionDef.getAction()Gets the factory action.FactoryType.getFactoryAction(FactoryAction factoryAction) Returns the factory action which is equivalent to the specified factory action.FactoryType.getFactoryActionUsingID(String id) Returns the factory action which matches the same ID.InformationServiceInitObject.getFactoryActionUsingID(String id) Gets the factory action for the specified ID.Methods in com.sas.services.information with parameters of type FactoryActionModifier and TypeMethodDescriptionbooleanSmartDef.addAction(String protocol, String type, FactoryAction action) Creates an action definition and adds it to the smart object.final voidInformationServiceInitObject.addFactories(String protocolTypeKey, FactoryAction[] factoryActions) Creates an Information Service factory and adds it to the collection.final voidInformationServiceInitObject.addFactory(String factoryProtocol, String type, FactoryAction factoryAction) Creates an Information Service factory and adds it to the collection.booleanFactoryType.addFactoryAction(FactoryAction factoryAction) voidInformationServiceInitObject.addFactoryAction(FactoryType factoryType, FactoryAction factoryAction) intFactoryAction.compare(FactoryAction o1, FactoryAction o2) FactoryType.getFactoryAction(FactoryAction factoryAction) Returns the factory action which is equivalent to the specified factory action.voidInformationServiceInitObject.removeFactoryAction(FactoryAction factoryAction) Removes the action from the factory.voidSmartDef.ActionDef.setAction(FactoryAction action) Constructors in com.sas.services.information with parameters of type FactoryActionModifierConstructorDescriptionActionDef(String protocol, String reposType, FactoryAction action) Constructs an action definition.ActionDef(String id, String protocol, String reposType, FactoryAction action) Deprecated.
ActionDef(String, String, FactoryAction)instead.