Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- Factory - Class in com.sas.services.information
-
The Factory is a class that takes repository-specific objects and turns them into "smart objects".
- FactoryAction - Class in com.sas.services.information
-
An Information Service factory's action (type, class name, and optionally method name) and optional filter.
- FactoryAction() - Constructor for class com.sas.services.information.FactoryAction
-
Constructs a default instance.
- FactoryAction(String, String) - Constructor for class com.sas.services.information.FactoryAction
-
Constructs an instance for the specified action and filter.
- FactoryAction(String, String, String) - Constructor for class com.sas.services.information.FactoryAction
-
Constructs an instance for the specified action and filter.
- FactoryAction(String, String, String, String) - Constructor for class com.sas.services.information.FactoryAction
-
Constructs a factory action based upon its constituent components: action type fully qualified java class name
- FactoryAction(String, String, String, String, String) - Constructor for class com.sas.services.information.FactoryAction
-
Constructs a factory action based upon its constituent components: action type fully qualified java class name
- FactoryAction(Element) - Constructor for class com.sas.services.information.FactoryAction
-
Constructs a factory action by parsing a "Type" XML Element.
- FactoryClassException - Exception Class in com.sas.services.information
-
This exception is thrown when a NoClassDefFound exception is thrown during smart object creation in the Information Service Factory.
- FactoryClassException() - Constructor for exception class com.sas.services.information.FactoryClassException
-
Constructor for FactoryClassException.
- FactoryClassException(String) - Constructor for exception class com.sas.services.information.FactoryClassException
-
Constructor for FactoryClassException.
- FactoryClassException(Throwable, String) - Constructor for exception class com.sas.services.information.FactoryClassException
-
Constructor for FactoryClassException.
- FactoryException - Exception Class in com.sas.services.information
-
This Exception is thrown when an error occurs in the Information Service Factory which instantiates "Smart objects" from metadata retrieved from repositories.
- FactoryException() - Constructor for exception class com.sas.services.information.FactoryException
-
Constructor for FactoryException.
- FactoryException(String) - Constructor for exception class com.sas.services.information.FactoryException
-
Constructor for FactoryException.
- FactoryException(Throwable, String) - Constructor for exception class com.sas.services.information.FactoryException
-
Constructor for FactoryException.
- FactoryNotInitializedException - Exception Class in com.sas.services.information
- FactoryNotInitializedException() - Constructor for exception class com.sas.services.information.FactoryNotInitializedException
- FactoryNotInitializedException(String) - Constructor for exception class com.sas.services.information.FactoryNotInitializedException
- FactoryNotInitializedException(Throwable, String) - Constructor for exception class com.sas.services.information.FactoryNotInitializedException
- factoryProcess(Object) - Method in class com.sas.services.information.DAVRepository
- factoryProcess(Object) - Method in class com.sas.services.information.OMIServer
- factoryProcess(Object) - Method in class com.sas.services.information.OMIServerRepository
- factoryProcess(Object) - Method in interface com.sas.services.information.RepositoryInterface
-
Process a raw repository object into a smart object.
- factoryProcess(Object) - Method in interface com.sas.services.information.ServerInterface
-
Process a raw repository object into a smart object.
- factoryTest(Object, String) - Method in class com.sas.services.information.DAVRepository
- factoryTest(Object, String) - Method in class com.sas.services.information.OMIServerRepository
- factoryTest(Object, String) - Method in interface com.sas.services.information.RepositoryInterface
-
Test an object against a Factory filter.
- Failover - Search tag in package com.sas.services.connection
- Section
- FailoverCluster - Class in com.sas.services.connection
-
A failover cluster of IOM servers.
- FailoverCluster(Server) - Constructor for class com.sas.services.connection.FailoverCluster
-
Construct a failover cluster with one server.
- FailoverCluster(Server[]) - Constructor for class com.sas.services.connection.FailoverCluster
-
Construct a failover cluster of IOM servers.
- FALSE - Variable in class com.sas.services.information.AbstractRepository2.SmartTypeHelper
- FatalConnectionFactoryException - Exception Class in com.sas.services.connection
-
A exception that is so severe that a factory which throws this exception can no longer be used.
- FatalConnectionFactoryException() - Constructor for exception class com.sas.services.connection.FatalConnectionFactoryException
-
No-arg constructor.
- FatalConnectionFactoryException(String) - Constructor for exception class com.sas.services.connection.FatalConnectionFactoryException
-
Construct a connection factory exception with a message.
- FatalConnectionFactoryException(String, Throwable) - Constructor for exception class com.sas.services.connection.FatalConnectionFactoryException
-
Construct a connection factory exception with a message and a nested exception.
- FatalConnectionFactoryException(Throwable) - Constructor for exception class com.sas.services.connection.FatalConnectionFactoryException
-
Construct a connection factory exception with a nested exception.
- FavoritesContainer - Interface in com.sas.services.information.metadata.favorites
-
Base interface used for any favorites container object, such as a FavoritesFolder or a FavoritesGroup.
- FavoritesFactory - Class in com.sas.services.information.metadata.favorites
-
Factory class used for creating new favorites folders.
- FavoritesFolder - Interface in com.sas.services.information.metadata.favorites
-
Interface representing the FavoritesFolder public object.
- FavoritesGroup - Interface in com.sas.services.information.metadata.favorites
-
Interface representing the FavoritesGroup public object.
- FDB - Static variable in interface com.sas.services.publish.LibraryMemberEntryInterface
-
The entry represents a SAS FDB.
- FEATURE - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: A feature is a property which is encapsulated within a Classifier.
- FEATUREMAP - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: FeaturerMap is used to Map any number of Feature objects to any number of Feature objects.
- fetch(String) - Method in class com.sas.services.information.DAVRepository
-
Fetch an object from the repository with this repository key (reposKey).
- fetch(String) - Method in class com.sas.services.information.OMIChildServer
- fetch(String) - Method in class com.sas.services.information.OMIServer
- fetch(String) - Method in class com.sas.services.information.OMIServerRepository
-
Fetch an object from the repository given the repository key.
- fetch(String) - Method in interface com.sas.services.information.RepositoryInterface
-
Fetch an object from the repository given the repository key.
- fetch(String) - Method in interface com.sas.services.information.ServerInterface
-
Fetch an object from the metadat based on its URI.
- fetch(String, boolean) - Method in class com.sas.services.information.DAVRepository
-
Fetch an object from the repository with this repository key (reposKey).
- fetch(String, boolean) - Method in class com.sas.services.information.OMIChildServer
- fetch(String, boolean) - Method in class com.sas.services.information.OMIServer
-
Fetch an object from the repository given the repository key.
- fetch(String, boolean) - Method in class com.sas.services.information.OMIServerRepository
-
Fetch an object from the repository given the repository key.
- fetch(String, boolean) - Method in interface com.sas.services.information.RepositoryInterface
-
Fetch an object from the repository given the repository key.
- fetch(String, boolean) - Method in interface com.sas.services.information.ServerInterface
-
Fetch an object from the repository given the repository key.
- fetchByUrl(String, boolean) - Method in class com.sas.services.information.DAVRepository
- fetchByUrl(String, boolean) - Method in class com.sas.services.information.OMIServerRepository
- fetchByUrl(String, boolean) - Method in interface com.sas.services.information.RepositoryInterface
-
Fetch an object from the repository given the URL.
- fetchContents(String) - Method in class com.sas.services.information.DAVRepository
-
Fetch an object's content from the repository.
- fetchContents(String) - Method in interface com.sas.services.information.DAVRepositoryInterface
-
Fetch an object's content from the repository.
- fetchContents(String, File) - Method in class com.sas.services.information.DAVRepository
- fetchContents(String, File) - Method in interface com.sas.services.information.DAVRepositoryInterface
-
Fetch an object's content from the repository.
- fetchEntity() - Method in class com.sas.services.information.metadata.dav.DAVEntity
-
Physically retrieve the entity from the repository and update the properties.
- fetchEntityByKey(UserContextInterface, String) - Method in class com.sas.services.information.InformationService
-
Fetch an object from the metadata stores by its entity key.
- fetchEntityByKey(UserContextInterface, String) - Method in interface com.sas.services.information.InformationServiceInterface
-
Fetch an entity from a repository based on the entity key.
- fetchEntityByKey(UserContextInterface, String, boolean) - Method in class com.sas.services.information.InformationService
-
Fetch an object from the metadata stores by its entity key.
- fetchEntityByKey(UserContextInterface, String, boolean) - Method in interface com.sas.services.information.InformationServiceInterface
-
Fetch an entity from a repository based on the entity key.
- fetchEntityByUrl(UserContextInterface, String, String) - Method in class com.sas.services.information.InformationService
-
Fetch an object from the metadata stores by its url.
- fetchEntityByUrl(UserContextInterface, String, String) - Method in interface com.sas.services.information.InformationServiceInterface
-
Fetch an entity from a repository based on the url.
- fetchEntityByUrl(UserContextInterface, String, String, boolean) - Method in class com.sas.services.information.InformationService
-
Fetch an object from the metadata stores by its url.
- fetchEntityByUrl(UserContextInterface, String, String, boolean) - Method in interface com.sas.services.information.InformationServiceInterface
-
Fetch an entity from a repository based on the url.
- fetchRepositoryData(String) - Method in class com.sas.services.information.DAVRepository
- fetchRepositoryData(String) - Method in interface com.sas.services.information.DAVRepositoryInterface
- fetchUsingUrl(String, Map<String, String>) - Method in class com.sas.services.information.DAVRepository
- FIFTY - Enum constant in enum class com.sas.services.information.search.ResultDetails.ResultLimit
- FILE - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: The type represents a file in the file system
- FileInterface - Interface in com.sas.services.information.metadata
- fileMimeTypeExclusionFilters() - Method in interface com.sas.services.information.metadata.ContentSubscriberInterface
-
Gets the file MIME type exclusion filters for this user.
- fileMimeTypeInclusionFilters() - Method in interface com.sas.services.information.metadata.ContentSubscriberInterface
-
Gets the file MIME type inclusion filters for this user.
- Files - Class in com.sas.services.information.metadata.lookup.utils
-
Deprecated.
- Files() - Constructor for class com.sas.services.information.metadata.lookup.utils.Files
-
Deprecated.
- Filter - Class in com.sas.services.information
-
The Filter class describes a means for setting and getting information used to limit the results of a search against a repository.
- Filter() - Constructor for class com.sas.services.information.Filter
-
Default Constructor.
- Filter(String, int, String) - Constructor for class com.sas.services.information.Filter
-
Construct a new Filter using the provided key, relation and value to create a component for this Filter.
- FilterComponent - Class in com.sas.services.information
-
The FilterComponent is used to build a filter to use to search a repository.
- FilterComponent() - Constructor for class com.sas.services.information.FilterComponent
-
Default constructor.
- FilterComponent(String, int, String) - Constructor for class com.sas.services.information.FilterComponent
-
Create a new component with a key, a relation and a value.
- FILTERCOMPONENT_UNSUPPORTED - Static variable in interface com.sas.services.information.FilterInterface
-
This string will be returned from a Filter method that returns a search string as an indicator that one more more filter components were not supported for the repository type that was searched.
- FilteredFolder - Class in com.sas.services.information.metadata
-
This is a generic interface for interacting with a Folder object.
- FilteredFolder(FilteredFolderInterface, FolderInterface) - Constructor for class com.sas.services.information.metadata.FilteredFolder
-
Construct a new FilteredFolder with a parent and a "real" folder.
- FilteredFolder(FilteredFolderInterface, FolderInterface, Class) - Constructor for class com.sas.services.information.metadata.FilteredFolder
-
Construct a new FilteredFolder with a parent and a "real" folder.
- FilteredFolderInterface - Interface in com.sas.services.information.metadata
-
This is a generic interface for interacting with a Folder object.
- FilteredRepository - Class in com.sas.services.information.metadata
-
This class represents basically the same thing as a FilteredFolder, except that it's the repository level.
- FilteredRepository(RepositoryInterface) - Constructor for class com.sas.services.information.metadata.FilteredRepository
- FilteredRepositoryInterface - Interface in com.sas.services.information.metadata
-
This class represents basically the same thing as a FilteredFolder, except that it's the repository level.
- FilterInterface - Interface in com.sas.services.information
-
The FilterInterface describes a means for setting and getting information used to limit the results of a search against a repository.
- FilterNotSupportedException - Exception Class in com.sas.services.information
- FilterNotSupportedException() - Constructor for exception class com.sas.services.information.FilterNotSupportedException
- FilterNotSupportedException(String) - Constructor for exception class com.sas.services.information.FilterNotSupportedException
- FilterNotSupportedException(Throwable, String) - Constructor for exception class com.sas.services.information.FilterNotSupportedException
- Filters - Search tag in package com.sas.services.information
- Section
- finalize() - Method in class com.sas.services.information.metadata.dav.DAVItem
- finalize() - Method in class com.sas.services.information.OMIServerRepository
-
Before the object is garbage collected, make sure we close the connection.
- finalize() - Method in class com.sas.services.publish.BinaryFileEntry
-
At finalize time, cleanup temporary files if necessary.
- finalize() - Method in class com.sas.services.publish.HTMLFile
-
At finalize time, cleanup temporary files if necessary.
- finalize() - Method in class com.sas.services.publish.TextFileEntry
-
At finalize time, cleanup temporary files if necessary.
- finalize() - Method in class com.sas.services.publish.ViewerEntry
-
At finalize time, cleanup temporary files if necessary.
- finalize() - Method in class com.sas.services.session.SessionService
-
Destroys all the session contexts that are being managed.
- FIND_ALL_MATCHES - Static variable in interface com.sas.services.discovery.FindServiceInterface
-
Constant used to indicate that all matches are desired.
- FIND_ONE_MATCH - Static variable in interface com.sas.services.discovery.FindServiceInterface
-
Constant used to indicate that only one match is desired.
- Find a Service Based Upon Service Capabilities and Attributes - Search tag in package com.sas.services.discovery
- Section
- Find a Service Based Upon Service Type(s) - Search tag in package com.sas.services.discovery
- Section
- Find a Service Using its Discovery Service ID - Search tag in package com.sas.services.discovery
- Section
- findChildNodeByName(Node, String) - Static method in class com.sas.services.information.metadata.lookup.utils.XML
-
Deprecated.
- findColumn(String) - Method in class com.sas.rio.MVAResultSet
-
Maps a Resultset column name to a ResultSet column index.
- findColumn(String) - Method in class com.sas.services.publish.RemoteResultSet
- findColumn(String) - Method in interface com.sas.services.publish.RemoteResultSetInterface
-
Maps the given
ResultSetcolumn name to itsResultSetcolumn index. - findMetadata(String, Class<M>) - Method in class com.sas.services.information.metadata.MetadataBuilder
- findMetadataByName(String, Class<M>) - Method in class com.sas.services.information.metadata.MetadataBuilder
- findPropertyValue(String) - Method in class com.sas.services.information.metadata.dav.DAVEvent
-
Returns the value of a property value in the event.
- findRemoteService() - Method in class com.sas.services.ServiceProxy
-
Attempts to re-discover an instance of a remote service represented by this proxy.
- findServers(UserContextInterface) - Method in class com.sas.services.information.InformationService
-
This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.
- findServers(UserContextInterface) - Method in interface com.sas.services.information.InformationServiceInterface
-
This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.
- findService(ServiceTemplate) - Static method in class com.sas.services.deployment.PlatformServices
-
Finds a service satisfying the specified service template.
- findService(ServiceTemplate) - Method in class com.sas.services.discovery.AbstractDiscoveryService
-
Finds a service using a discovery mechanism.
- findService(ServiceTemplate) - Method in class com.sas.services.discovery.ActivatableDiscoveryService
-
Finds a service using a discovery mechanism.
- findService(ServiceTemplate) - Method in interface com.sas.services.discovery.FindServiceInterface
-
Finds a service using a discovery mechanism.
- findService(ServiceTemplate) - Method in class com.sas.services.discovery.RegistryDiscoveryService
-
Finds a service using a discovery mechanism.
- findService(ServiceTemplate) - Method in class com.sas.services.discovery.RemoteDiscoveryServiceProxy
-
Finds a service using a discovery mechanism.
- FindServiceInterface - Interface in com.sas.services.discovery
-
Interface describing how to find service(s) via the Discovery service.
- findServices(ServiceTemplate, int, Services) - Static method in class com.sas.services.deployment.PlatformServices
-
Finds all services satisfying the specified service template up to the specified maximum.
- findServices(ServiceTemplate, int, Services) - Method in class com.sas.services.discovery.AbstractDiscoveryService
-
Finds a collection of services via a discovery mechanism.
- findServices(ServiceTemplate, int, Services) - Method in class com.sas.services.discovery.ActivatableDiscoveryService
-
Finds a collection of objects via a discovery mechanism.
- findServices(ServiceTemplate, int, Services) - Method in class com.sas.services.discovery.DiscoveryService
-
Finds a collection of objects via a discovery mechanism.
- findServices(ServiceTemplate, int, Services) - Method in interface com.sas.services.discovery.FindServiceInterface
-
Finds a collection of services via a discovery mechanism.
- findServices(ServiceTemplate, int, Services) - Method in class com.sas.services.discovery.RegistryDiscoveryService
-
Finds a collection of services via a discovery mechanism.
- findServices(ServiceTemplate, int, Services) - Method in class com.sas.services.discovery.RemoteDiscoveryServiceProxy
-
Finds a collection of objects via a discovery mechanism.
- findServices(ServiceTemplate, int, Services, String, int) - Method in class com.sas.services.discovery.DiscoveryService
-
Finds a collection of objects via a discovery mechanism.
- findServiceUsingId(String) - Static method in class com.sas.services.deployment.PlatformServices
-
Finds a service associated with the specified service ID.
- findServiceUsingId(String) - Method in class com.sas.services.discovery.AbstractDiscoveryService
-
Re-acquires a previously discovered service via its service discovery ID.
- findServiceUsingId(String) - Method in class com.sas.services.discovery.ActivatableDiscoveryService
-
Re-acquires a previously discovered service via its service discovery ID.
- findServiceUsingId(String) - Method in interface com.sas.services.discovery.FindServiceInterface
-
Re-acquires a previously discovered service via its service discovery ID.
- findServiceUsingId(String) - Method in class com.sas.services.discovery.RegistryDiscoveryService
-
Re-acquires a previously discovered service via its service discovery ID.
- findServiceUsingId(String) - Method in class com.sas.services.discovery.RemoteDiscoveryServiceProxy
-
Re-acquires a previously discovered service via its service discovery ID.
- finishConnect() - Method in class com.sas.iom.orb.SSLSocketChannel
- FINITE - Enum constant in enum class com.sas.services.util.WaitPolicy.TYPE
-
Waiting is specified.
- Firewall Deployment - Search tag in Overview
- Section
- first() - Method in class com.sas.rio.MVAResultSet
-
JDBC 2.0 Moves to the first row in the result set.
- first() - Method in class com.sas.services.publish.RemoteResultSet
- first() - Method in interface com.sas.services.publish.RemoteResultSetInterface
-
Moves the cursor to the first row in this
ResultSetobject. - FITSTATISTIC - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: Usually a measure of the accuracy of a predicted value.
- FLAG_OVERRIDE - Static variable in interface com.sas.services.information.FilterInterface
-
Most searches use a default set of flags that generally result in the most useful results set.
- flags - Static variable in class com.sas.services.connection.omr.OMRConnectionFactoryConfiguration
- Flowengine - Search tag in package com.sas.services.events.broker.flowengine
- Section
- flush() - Method in class com.sas.iom.OutputStream
- flush() - Method in class com.sas.services.information.OMIServer
- flush() - Method in class com.sas.services.information.OMIServerRepository
- flush() - Method in interface com.sas.services.information.ServerInterface
-
flush any pending updates to the metadata server.
- flushAllCachedObjects() - Method in class com.sas.services.information.OMIServer
- Folder - Class in com.sas.services.information.metadata
-
This class implements the FolderInterface.
- Folder() - Constructor for class com.sas.services.information.metadata.Folder
-
Default constructor.
- Folder(TreeImpl) - Constructor for class com.sas.services.information.metadata.Folder
- Folder(TreeImpl_Stub) - Constructor for class com.sas.services.information.metadata.Folder
- Folder(Tree) - Constructor for class com.sas.services.information.metadata.Folder
- Folder(RepositoryInterface, String, FolderInterface) - Constructor for class com.sas.services.information.metadata.Folder
-
Construct a new Folder metadata object using the Repository name and parent folder.
- Folder(Class) - Constructor for class com.sas.services.information.metadata.Folder
- Folder(Object) - Constructor for class com.sas.services.information.metadata.Folder
-
Construct a folder given an object to initialize with.
- Folder(Object, Class) - Constructor for class com.sas.services.information.metadata.Folder
-
Construct a folder given an object to initialize with.
- FOLDER_MANAGER_PROPERTY - Static variable in class com.sas.services.webdav.DAVConstants
-
SAS Folder manager class name property
- FOLDER_NAME_CHANNELS - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
The name of the folder serving as the node that parents publishing framework channels.
- FOLDER_NAME_EVENTSUBSCRIBERS - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
Deprecated.
- FOLDER_NAME_PACKAGESUBSCRIBERS - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
The name of the folder serving as the node that parents package subscribers and groups of package subscribers.
- FOLDER_NAME_PUBLISHING - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
The name of the folder serving as the node that parents nodes representing the content subscribers and channels.
- FOLDER_NAME_SUBSCRIBERS - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
The name of the folder serving as the subscriber's node.
- FOLDER_NAME_SYSTEM - Static variable in class com.sas.services.publish.DirectoryHierarchy
-
The name of the folder for an OMR Tree for System.
- FOLDER_TYPE_BIP - Static variable in interface com.sas.services.information.metadata.FolderInterface
-
The type string that most BIP applications like.
- FolderAdminInterface - Interface in com.sas.services.information.metadata
-
The interface used for administrative functions with the SAS Folders tree.
- FolderInterface - Interface in com.sas.services.information.metadata
-
This is a generic interface for interacting with a Folder object.
- FOLDERTYPE_APPFOLDER - Static variable in class com.sas.services.information.UserFolderType
-
A user's private folder for storing application data that will not be displayed directly by applications.
- FOLDERTYPE_HOME - Static variable in class com.sas.services.information.UserFolderType
-
A user's top-level home folder.
- FOLDERTYPE_MYFOLDER - Static variable in class com.sas.services.information.UserFolderType
-
A user's private, application-visible data folder.
- FolderUtil - Class in com.sas.services.information.metadata
- FolderUtil() - Constructor for class com.sas.services.information.metadata.FolderUtil
- FOREIGNKEY - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: This type represents the fact that a table has a foreign key in it to another table.
- ForeignKeyInterface - Interface in com.sas.services.information.metadata
-
Represents foreign key associated with the relational table
- formatComment(String) - Method in class com.sas.services.information.metadata.Comment
- formatComment(String) - Method in interface com.sas.services.information.metadata.CommentInterface
-
Format the content of the comment with the transformation
- formats - Static variable in class com.sas.services.information.metadata.Metadata
-
Date formats using for Date parsing.
- Foundation Service Deployment - Search tag in package com.sas.services.events.broker
- Section
- Foundation Service Interface (ServiceType) - Search tag in package com.sas.services.deployment
- Section
- Foundation Services (ServiceComponent) - Search tag in package com.sas.services.deployment
- Section
- Foundation Services Deployment - Search tag in package com.sas.services.deployment
- Section
- Foundation Services Deployment (SoftwareComponent) - Search tag in package com.sas.services.deployment
- Section
- Foundation Services Facade - Search tag in package com.sas.services.deployment
- Section
- Foundation Services Facade - Search tag in package com.sas.services.deployment
- Section
- Foundation Services Manager plug-in - Search tag in class com.sas.services.session.SessionServiceInitObject
- Section
- Foundation Services Overview - Search tag in package com.sas.services
- Section
- FRAME_COMPANION - Static variable in interface com.sas.services.publish.HTMLFileInterface
-
A companion frame file.
- freeCredentials(String) - Method in interface com.sas.services.information.MetadataRepositoryInterface
-
Free a credential handle.
- freeCredentials(String) - Method in interface com.sas.services.information.MetadataServerInterface
-
Free a credential handle.
- freeCredentials(String) - Method in interface com.sas.services.information.OMIRepositoryInterface
-
Free a credential handle.
- freeCredentials(String) - Method in class com.sas.services.information.OMIServer
- freeCredentials(String) - Method in class com.sas.services.information.OMIServerRepository
- freeResource() - Method in class com.sas.services.information.DAVRepository
-
Free the resource previously acquired.
- FROM - Static variable in class com.sas.services.webdav.DAVConstants
- fromByteArray(byte[]) - Method in class com.sas.services.session.SessionService
- fromByteArray(byte[]) - Method in interface com.sas.services.session.SessionServiceInterface
-
Instantiate a SessionContext from a passivated byte array.
- fromByteArray(byte[]) - Method in class com.sas.services.session.SessionServiceProxy
- fromByteArray(byte[]) - Method in class com.sas.services.user.UserService
- fromByteArray(byte[]) - Method in interface com.sas.services.user.UserServiceInterface
-
Create a UserContext from a byte array returned from the
UserContext.toByteArray()method. - fromByteArray(RepositoryInterface, byte[]) - Static method in class com.sas.services.information.metadata.Metadata
- fromByteArray(UserContextInterface, byte[]) - Method in class com.sas.services.information.OMIServer
- fromByteArray(UserContextInterface, byte[]) - Method in interface com.sas.services.information.ServerInterface
-
Initialize an instance of the server from a byte array.
- fromByteArry(UserContextInterface, byte[]) - Method in class com.sas.services.information.DAVRepository
- fromByteArry(UserContextInterface, byte[]) - Method in class com.sas.services.information.OMIServerRepository
- fromByteArry(UserContextInterface, byte[]) - Method in interface com.sas.services.information.RepositoryInterface
-
Initialize an instance of a repository from state saved in a byte array.
- fromURI(SASURI) - Static method in class com.sas.services.connection.Server
-
Convert a URI into a Server.
- FtpServerInterface - Interface in com.sas.services.information.metadata
- FULLTEXT - Static variable in class com.sas.services.information.FilterComponent
-
For this component to test true, the entity should contain the value specified in this component (full text search).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form