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

    Modifier and Type
    Method
    Description
    SmartDef.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 FactoryAction
    Modifier and Type
    Method
    Description
    boolean
    SmartDef.addAction(String protocol, String type, FactoryAction action)
    Creates an action definition and adds it to the smart object.
    final void
    InformationServiceInitObject.addFactories(String protocolTypeKey, FactoryAction[] factoryActions)
    Creates an Information Service factory and adds it to the collection.
    final void
    InformationServiceInitObject.addFactory(String factoryProtocol, String type, FactoryAction factoryAction)
    Creates an Information Service factory and adds it to the collection.
    boolean
    FactoryType.addFactoryAction(FactoryAction factoryAction)
     
    void
    InformationServiceInitObject.addFactoryAction(FactoryType factoryType, FactoryAction factoryAction)
     
    int
    FactoryAction.compare(FactoryAction o1, FactoryAction o2)
    FactoryType.getFactoryAction(FactoryAction factoryAction)
    Returns the factory action which is equivalent to the specified factory action.
    void
    InformationServiceInitObject.removeFactoryAction(FactoryAction factoryAction)
    Removes the action from the factory.
    void
    SmartDef.ActionDef.setAction(FactoryAction action)
     
    Constructors in com.sas.services.information with parameters of type FactoryAction
    Modifier
    Constructor
    Description
     
    ActionDef(String protocol, String reposType, FactoryAction action)
    Constructs an action definition.
     
    ActionDef(String id, String protocol, String reposType, FactoryAction action)
    Deprecated.
    Use ActionDef(String, String, FactoryAction) instead.