Uses of Interface
com.sas.services.information.RepositoryInterface
Packages that use RepositoryInterface
Package
Description
Provides a connection factory configuation for use with SAS Foundation Services.
Interact with data repositories on behalf of client applications.
Information service cache.
Information Service metadata.
Information Service WebDAV metadata.
Information Service prompt model.
Server classes for SAS Foundation Services.
Information service utilities.
Publish services.
Publish Service metadata.
Create and modify stored process metadata and obtain stored process service objects from metadata.
Maintain user identities and profiles.
WebDAV User.
OMI User.
-
Uses of RepositoryInterface in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that return RepositoryInterfaceModifier and TypeMethodDescriptionprotected RepositoryInterfacePlatformConnectionFactoryConfiguration.getCanonRepos()protected RepositoryInterfacePlatformConnectionFactoryConfiguration.getFoundationRepos()PlatformConnectionFactoryConfiguration.getRepository()Get the repository.protected RepositoryInterfaceRepositoryListener.getRepository()protected RepositoryInterfacePlatformConnectionFactoryConfiguration.getTargetRepos()Constructors in com.sas.services.connection.platform with parameters of type RepositoryInterfaceModifierConstructorDescriptionPlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID) Construct a connection factory configuration using a repository object and ID from the user service.PlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID, String privilegedUser) Construct a connection factory configuration using a repository object and ID from the user service.PlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID, String privilegedUser, UserServiceInterface userService) Construct a connection factory configuration using a repository object and ID from the user service.PlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID, String privilegedUser, UserServiceInterface userService, boolean monitorEnabled) Deprecated.PlatformConnectionFactoryConfiguration(RepositoryInterface,String,String,UserServiceInterface)protectedPlatformOMRAuthServer(PuddleEnvelope[] envs, RepositoryInterface repos, String poolDomain) protectedRepositoryListener(ConnectionFactoryKernel kernel, RepositoryInterface repository) -
Uses of RepositoryInterface in com.sas.services.information
Subinterfaces of RepositoryInterface in com.sas.services.informationModifier and TypeInterfaceDescriptioninterfaceinterfaceThis interface extends RepositoryInterface.interfaceinterfaceThis interface extends RepositoryInterface.Classes in com.sas.services.information that implement RepositoryInterfaceModifier and TypeClassDescriptionclassclassDAV child repository.classThe DAV Repository is a single persistent store for information used by client applications.classclassThis class interfaces with an OMI repository using the jOMA classes (com.sas.metadata.remote) as the repository-specific layer.Methods in com.sas.services.information that return RepositoryInterfaceModifier and TypeMethodDescriptionInformationService.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceInterface.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceProxy.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationService.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceInterface.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceProxy.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.OMIServer.getFoundationRepository()ServerInterface.getFoundationRepository()Get a handle to the foundation repository for this server.OMIChildServer.getRepository(String name) OMIServer.getRepository(String name) RepositoryData.getRepository()Get the repository this entity is persisted in.RepositoryDataInterface.getRepository()Get the repository this entity came from.RepositoryEvent.getRepository()Get a handle to the repository that reported the event.ServerInterface.getRepository(String name) Get a named repository managed by this server.Methods in com.sas.services.information with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionvoidMetadataServerInterface.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.voidOMIServer.createAccessControTemplate(RepositoryInterface repository, ACTEntry act) Create a new AccessControlTemplate in this repository.ListMetadataServerInterface.getAccessControlTemplateList(RepositoryInterface repository, int flags) Get the list of AccessControlTemplates for this repository.ListOMIServer.getAccessControlTemplateList(RepositoryInterface repository, int flags) Get the list of AccessControlTemplates for this repository.booleanMetadataRepositoryInterface.isChild(RepositoryInterface repos) Return a flag indicating if the repository provided is a child of the default repository.booleanOMIRepository.isChild(RepositoryInterface repos) Return a flag indicating if the repository provided is a child of the default repository.booleanOMIRepositoryInterface.isChild(RepositoryInterface repos) Return a flag indicating if the repository provided is a child of the default repository.booleanOMIServerRepository.isChild(RepositoryInterface repos) Return a flag indicating if the repository provided is a child of the default repository.booleanMetadataRepositoryInterface.isParent(RepositoryInterface repos) Return a flag indicating if the repository provided is a parent of the default repository.booleanOMIRepository.isParent(RepositoryInterface repos) Return a flag indicating if the repository provided is a parent of the default repository.booleanOMIRepositoryInterface.isParent(RepositoryInterface repos) Return a flag indicating if the repository provided is a parent of the default repository.booleanOMIServerRepository.isParent(RepositoryInterface repos) Return a flag indicating if the repository provided is a parent of the default repository.InformationService.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceInterface.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceProxy.newMetadata(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationService.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceInterface.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationServiceProxy.newMetadata913(String reposId, String name, RepositoryInterface repos, String type) Create a new metadata entity.InformationService.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) InformationServiceInterface.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) Create a new Metadata entity.InformationServiceProxy.newMetadataInFolder(FolderInterface folder, RepositoryInterface repos, String type, String name) Create a new Metadata entity.Factory.processWithRepository(Object o, RepositoryInterface ri) Process an object from a repository and turn it into a "smart object".voidMetadataServerInterface.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidOMIServer.setAccessControlTemplateAttribs(RepositoryInterface repository, ACTEntry act) Set attributes on an AccessControlTemplate.voidRepositoryData.setRepository(RepositoryInterface repos) Set the repository for this entity.voidRepositoryDataInterface.setRepository(RepositoryInterface repos) Set the repository this entity came from.Constructors in com.sas.services.information with parameters of type RepositoryInterfaceModifierConstructorDescriptionRepositoryEvent(RepositoryInterface repository, int event) Create a new RepositoryEvent. -
Uses of RepositoryInterface in com.sas.services.information.cache
Methods in com.sas.services.information.cache with parameters of type RepositoryInterface -
Uses of RepositoryInterface in com.sas.services.information.metadata
Fields in com.sas.services.information.metadata declared as RepositoryInterfaceModifier and TypeFieldDescriptionprotected RepositoryInterfaceMetadata._repositoryprotected RepositoryInterfaceVirtualFolder._repositoryprotected RepositoryInterfaceMetadataBuilder.repositoryMethods in com.sas.services.information.metadata that return RepositoryInterfaceModifier and TypeMethodDescriptionFilteredRepository.getRepository()FilteredRepositoryInterface.getRepository()Metadata.getRepository()Get the handle to the repository for this object.MetadataInterface.getRepository()Get the handle to the repository for this object.VirtualFolder.getRepository()VirtualMetadata.getRepository()Methods in com.sas.services.information.metadata with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionstatic MetadataInterfaceMetadata.fromByteArray(RepositoryInterface ri, byte[] data) ListOMRServerRootFolder.getSASFolders(RepositoryInterface ri) ListRootFolderInterface.getSASFolders(RepositoryInterface ri) protected booleanUniqueNameValidator.isObjectNameUnique(RepositoryInterface repo, String objName, String objType) voidFolder.setRepository(RepositoryInterface ri) voidMetadata.setRepository(RepositoryInterface repository) Set the repository that this item exists in.voidMetadataInterface.setRepository(RepositoryInterface repository) Set the repository that this item exists in.voidOMRPerson.setRepository(RepositoryInterface repos) voidOMRServerComponent.setRepository(RepositoryInterface repos) voidVirtualFolder.setRepository(RepositoryInterface repository) voidVirtualMetadata.setRepository(RepositoryInterface repository) Constructors in com.sas.services.information.metadata with parameters of type RepositoryInterfaceModifierConstructorDescriptionApplication(RepositoryInterface repos, String name, FolderInterface parent) FilteredRepository(RepositoryInterface repository) Folder(RepositoryInterface repos, String name, FolderInterface parent) Construct a new Folder metadata object using the Repository name and parent folder.OMRAbstractProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAbstractQueueManager(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRAbstractQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRAccessControlEntry(RepositoryInterface repos, String name, FolderInterface parent) create a new instace that doesn't exist in the repository yet, the repository handle and name are required.OMRAccessControlTemplate(RepositoryInterface repos, String name, FolderInterface parent) create a new instace that doesn't exist in the repository yet, the repository handle and name are required.OMRAnalyticTable(RepositoryInterface repos, String name, FolderInterface parent) OMRAssociationProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAttributeProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRAuthenticationDomain(RepositoryInterface repos, String name, FolderInterface parent) OMRChannel(RepositoryInterface repos, String name, FolderInterface parent) This is the constructor for a new metadata object.OMRClassifier(RepositoryInterface repos, String name, FolderInterface parent) OMRColumn(RepositoryInterface repos, String name, FolderInterface parent) OMRColumnHierarchy(RepositoryInterface repos, String name, FolderInterface parent) OMRCOMConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRConfigurationTextStore(RepositoryInterface repos, String name, FolderInterface parent) OMRConfiguredComponent(RepositoryInterface repos, String name, FolderInterface parent) OMRConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRConnectServer(RepositoryInterface repos, String name, FolderInterface parent) OMRConnectSpawner(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRConnectSpawner(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRContentSubscriber(RepositoryInterface repos, String name, FolderInterface parent) Constructs an instance of a package subscriber for a SAS Metadata Repository using the specified name.OMRContentSubscriberGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseCatalog(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseSchema(RepositoryInterface repos, String name, FolderInterface parent) OMRDatabaseServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDatabaseServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDataTable(RepositoryInterface repos, String name, FolderInterface parent) OMRDataTableRole(RepositoryInterface repos, String name, FolderInterface parent) OMRDeployedDataPackage(RepositoryInterface repos, String name, FolderInterface parent) OMRDirectory(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRDirectory(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRDocument(RepositoryInterface repos, String name, FolderInterface parent) OMREmail(RepositoryInterface repos, String name, FolderInterface parent) OMRESRIMapServer(RepositoryInterface repos, String name, FolderInterface parent) OMREventSubscriber(RepositoryInterface repos, String name, FolderInterface parent) Constructs an instance of a event subscriber for a SAS Metadata Repository using the specified name.OMREventSubscriberGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRExtension(RepositoryInterface repos, String name, FolderInterface parent) OMRExternalFile(RepositoryInterface repos, String name, FolderInterface parent) OMRExternalIdentity(RepositoryInterface repos, String name, FolderInterface parent) OMRFile(RepositoryInterface repos, String name, FolderInterface parent) OMRForeignKey(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Foreign Key ObjectOMRForeignKeyAssociation(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart keyAssociation ObjectOMRFtpServer(RepositoryInterface repos, String name, FolderInterface parent) OMRGridApplication(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridApplication(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRGridMonitoringServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridMonitoringServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRGridServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRGridServer(RepositoryInterface repos, String name, FolderInterface parent, Class<?> theClass) OMRGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRHadoopServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRHadoopServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRHost(RepositoryInterface repository, String name) OMRHttpServer(RepositoryInterface repos, String name, FolderInterface parent) OMRIdentityGroup(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRIdentityGroup(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRIndex(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Index ObjectOMRJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRJMSDestination(RepositoryInterface repos, String name, FolderInterface parent) OMRJMSDestination(RepositoryInterface repository, String jmsDestName, String jmsDestDescription, ServerComponentInterface jmsQueueManager) Creates a message queue.OMRJMSQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRJMSQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRLocation(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalConnectServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalDataStepBatchServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalFederationServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalGridServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalJavaBatchServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalOSServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogicalServer(RepositoryInterface repos, String name, FolderInterface parent) OMRLogin(RepositoryInterface repos, String name, FolderInterface parent) OMRMessageQueue(RepositoryInterface repos, String name, FolderInterface parent) OMRMessageQueue(RepositoryInterface repository, String queueName, String queueDescription, ServerComponentInterface queueManager) Creates a message queue.OMRMSMQQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRMSMQQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRNote(RepositoryInterface repos, String name, FolderInterface parent) OMROperatingSystemServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMROperatingSystemServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMROracleServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMROracleServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRPerson(RepositoryInterface repos, String name, FolderInterface parent) OMRPhone(RepositoryInterface repos, String name, FolderInterface parent) OMRPhysicalTable(RepositoryInterface repos, String name, FolderInterface parent) OMRPostgresServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRPostgresServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRProperty(RepositoryInterface repos, String name, FolderInterface parent, com.sas.metadata.remote.PropertyType owningType) OMRProperty(RepositoryInterface repos, String name, String propertyName, String value, String type) Create a new property, giving the Name, PropertyName, value, and type.OMRPropertyGroup(RepositoryInterface repos, String name, FolderInterface parent) OMRPropertySet(RepositoryInterface repos, String name, FolderInterface parent) OMRPrototype(RepositoryInterface repos, String name, FolderInterface parent) OMRPrototypeProperty(RepositoryInterface repos, String name, FolderInterface parent) OMRProxy(RepositoryInterface repos, String name, FolderInterface parent) Constructor for the OMRProxy objectOMRQueryClause(RepositoryInterface repos, String name, FolderInterface parent) OMRRelationalKey(RepositoryInterface repos, String name, FolderInterface parent) Creates the instance of Smart Unique Key ObjectOMRRelationalSchema(RepositoryInterface repos, String name, FolderInterface parent) OMRRelationalTable(RepositoryInterface repos, String name, FolderInterface parent) OMRRole(RepositoryInterface repos, String name, FolderInterface parent) OMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSAPServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSASClientConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRSasInProcessServer(RepositoryInterface repos, String name, FolderInterface parent) OMRSasInProcessServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSASLibrary(RepositoryInterface repos, String name, FolderInterface parent) OMRSchedulingServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSchedulingServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServerComponent(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRServerComponent(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRServerContext(RepositoryInterface repos, String name, FolderInterface parent) OMRServiceType(RepositoryInterface repos, String name, FolderInterface parent) OMRShareServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRShareServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRSoftwareComponent(RepositoryInterface repos, String name, FolderInterface parent) OMRSPDSServer(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRSPDSServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTableServer(RepositoryInterface repos, String name, FolderInterface parent) OMRTableServer(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTCPIPConnection(RepositoryInterface repos, String name, FolderInterface parent) OMRTextStore(RepositoryInterface repos, String name, FolderInterface parent) protectedOMRTextStore(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) OMRTransformation(RepositoryInterface repos, String name, FolderInterface parent) OMRWebsphereQueueManager(RepositoryInterface repos, String name, FolderInterface parent) OMRWebsphereQueueManager(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) -
Uses of RepositoryInterface in com.sas.services.information.metadata.businessruleflow
Constructors in com.sas.services.information.metadata.businessruleflow with parameters of type RepositoryInterfaceModifierConstructorDescriptionBusinessRuleFlowSmartObject(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of RepositoryInterface in com.sas.services.information.metadata.dataexplorer
Methods in com.sas.services.information.metadata.dataexplorer with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionstatic booleanOMRUtils.changePropertyValueFromIDtoURL(MetadataInterface source, com.sas.metadata.remote.Transformation trans, RepositoryInterface repository, String propertyNameWithID, String propertyNameWithURL) static FolderInterfaceOMRUtils.getFolderForPath(RepositoryInterface repository, PathUrl path, boolean create) static MetadataInterfaceOMRUtils.getMetaDataObjectFromId(String id, RepositoryInterface repository) static com.sas.metadata.remote.PropertyOMRUtils.getPropertyByName(com.sas.metadata.remote.Transformation trans, String propertyName, boolean create, RepositoryInterface repos) static com.sas.metadata.remote.PropertyTypeOMRUtils.getStringPropertyType(RepositoryInterface repos) Constructors in com.sas.services.information.metadata.dataexplorer with parameters of type RepositoryInterfaceModifierConstructorDescriptionOMRBookmarkEntry(RepositoryInterface repos, String name, FolderInterface parent) OMRDataExplorationEntry(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of RepositoryInterface in com.sas.services.information.metadata.dav
Fields in com.sas.services.information.metadata.dav declared as RepositoryInterfaceMethods in com.sas.services.information.metadata.dav that return RepositoryInterfaceModifier and TypeMethodDescriptionDAVEntity.getRepository()Get the repository associated with this entityDAVEntityInterface.getRepository()Get the repository associated with this entityMethods in com.sas.services.information.metadata.dav with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionstatic DAVEntityInterfaceDAVFactory.newDAVEntity(String objectType, String reposId, RepositoryInterface repos) Create an instance of a sublass of DAVEntity.voidDAVEntity.setRepository(RepositoryInterface repos) Set the repository associated with this entity.Constructors in com.sas.services.information.metadata.dav with parameters of type RepositoryInterfaceModifierConstructorDescriptionDAVApplitem(RepositoryInterface repos, String reposId) Creates a new DAVApplItem for the entity with a repository idreposIdin the repositoryreposDAVBinarypackage(RepositoryInterface repos, String reposId) Creates a new DAVBinarypackage for the entity with a repository idreposIdin the repositoryreposDAVEntity(RepositoryInterface repos, String reposId) Creates a new DAVEntity for the entity with a repository idreposIdin the repositoryreposDAVEvent(RepositoryInterface repos, String reposId) Creates a new DAVEvent for the entity with a repository idreposIdin the repositoryreposDAVFolder(RepositoryInterface repos, String reposId) Creates a new DAVFolder for the entity with a repository idreposIdin the repositoryreposDAVItem(RepositoryInterface repos, String reposId) Creates a new DAVItem for the entity with a repository idreposIdin the repositoryreposDAVPackage(RepositoryInterface repos, String reposId) Creates a new DAVPackage for the entity with a repository idreposIdin the repositoryreposDAVPackageevent(RepositoryInterface repos, String reposId) Creates a new DAVPackageevent for the entity with a repository idreposIdin the repositoryreposDAVPerson(RepositoryInterface repos, String reposId) Creates a new DAVPerson for the entity with a repository idreposIdin the repositoryreposDAVPersonalrepository(RepositoryInterface repos, String reposId) Creates a new DAVPersonalrepository for the entity with a repository idreposIdin the repositoryreposDAVProfile(RepositoryInterface repos, String reposId) Creates a new DAVProfile for the entity with a repository idreposIdin the repositoryreposDAVRemarks(RepositoryInterface repos, String reposId) Creates a new DAVRemarks object with a repository idreposIdin the repositoryreposDAVStoredprocessalert(RepositoryInterface repos, String reposId) Creates a new DAVStoredprocessalert for the entity with a repository idreposIdin the repositoryrepos -
Uses of RepositoryInterface in com.sas.services.information.metadata.favorites.impl
Constructors in com.sas.services.information.metadata.favorites.impl with parameters of type RepositoryInterfaceModifierConstructorDescriptionFavoritesFolderImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object.FavoritesGroupImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of RepositoryInterface in com.sas.services.information.metadata.prompt
Methods in com.sas.services.information.metadata.prompt with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionstatic OMRPromptDefinitionInterfacePromptsPersistUtil.newDefinitionSmartObject(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptDefinitionInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.newGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptGroupInterface in metadata.Constructors in com.sas.services.information.metadata.prompt with parameters of type RepositoryInterfaceModifierConstructorDescriptionOMRPromptDefinition(RepositoryInterface repos, String name, FolderInterface parent) Constructor for OMRPromptDefinition.OMRPromptGroup(RepositoryInterface repos, String name, FolderInterface parent) Constructor for OMRPromptGroup. -
Uses of RepositoryInterface in com.sas.services.information.metadata.secureddata.impl
Constructors in com.sas.services.information.metadata.secureddata.impl with parameters of type RepositoryInterfaceModifierConstructorDescriptionSecuredLibraryImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object.SecuredTableImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of RepositoryInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionLASRServerInterfaceLASRUtilities.createServer(RepositoryInterface repository, String name) Create a new LASR Server in a specified repository.BServerBuilder.repository(RepositoryInterface repository) Specifies the repository where the server definition is to be created.Constructors in com.sas.services.information.metadata.servers with parameters of type RepositoryInterfaceModifierConstructorDescriptionLASRServerImpl(RepositoryInterface repository, String name) SASInfrastructureDataServerImpl(RepositoryInterface repos, String name, FolderInterface parent) protectedSASInfrastructureDataServerImpl(RepositoryInterface repos, String name, FolderInterface parent, Class theClass) -
Uses of RepositoryInterface in com.sas.services.information.search.impl
Constructors in com.sas.services.information.search.impl with parameters of type RepositoryInterfaceModifierConstructorDescriptionSearchFolderImpl(RepositoryInterface repos, String name, FolderInterface parent) Main constructor called from Information Services to create this smart object. -
Uses of RepositoryInterface in com.sas.services.information.util
Constructors in com.sas.services.information.util with parameters of type RepositoryInterface -
Uses of RepositoryInterface in com.sas.services.publish
Methods in com.sas.services.publish with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionstatic final FolderInterfaceDirectoryHierarchy.getSystemFolder(RepositoryInterface repository) Queries the repository for the folder which is capable of parenting the publishing directory hierarchy.static final booleanDirectoryHierarchy.isValidDirectoryHierarchy(RepositoryInterface repository, boolean isCreateDirectoriesAsNeeded) Verifies that a valid publishing framework directory hieararchy exists within the specified repository, optionally creating one if possible.static final booleanDirectoryHierarchy.isValidDirectoryHierarchy(RepositoryInterface repository, boolean isCreateDirectoriesAsNeeded, Map directoryMap) Verifies that a valid publishing framework directory hierarchy exists within the specified repository, optionally creating one if possible.Constructors in com.sas.services.publish with parameters of type RepositoryInterfaceModifierConstructorDescriptionDirectoryHierarchy(RepositoryInterface repository, boolean isCreateDirectoriesAsNeeded) Constructs an instance of a publishing framework directory hierarchy for the specified information repository. -
Uses of RepositoryInterface in com.sas.services.publish.metadata
Constructors in com.sas.services.publish.metadata with parameters of type RepositoryInterfaceModifierConstructorDescriptionOMRArchive(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of RepositoryInterface in com.sas.services.storedprocess.metadata
Constructors in com.sas.services.storedprocess.metadata with parameters of type RepositoryInterfaceModifierConstructorDescriptionStoredProcess(RepositoryInterface repos, String name, FolderInterface parent) -
Uses of RepositoryInterface in com.sas.services.user
Methods in com.sas.services.user that return RepositoryInterfaceModifier and TypeMethodDescriptionUserContext.getAuthRepository()UserContextInterface.getAuthRepository()Deprecated.Use getAuthServer instead.ProfileStoreInterface.getRepository()Get a handle to the repository where this profile resides.UserContext.getRepository(String name) Gets the repository for the specified name.UserContextInterface.getRepository(String name) Get a repository based on the name.Methods in com.sas.services.user with parameters of type RepositoryInterfaceModifier and TypeMethodDescriptionvoidProfile.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidProfileInterface.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidGlobalProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfileInterface.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidGlobalProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfileInterface.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store. -
Uses of RepositoryInterface in com.sas.services.user.dav
Methods in com.sas.services.user.dav that return RepositoryInterfaceModifier and TypeMethodDescriptionDAVProfileStore.getRepository()Get a handle to the repository where this profile residesConstructors in com.sas.services.user.dav with parameters of type RepositoryInterfaceModifierConstructorDescriptionDAVProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new DAVProfileStore. -
Uses of RepositoryInterface in com.sas.services.user.omi
Methods in com.sas.services.user.omi that return RepositoryInterfaceModifier and TypeMethodDescriptionOMIProfileStore.getRepository()Get a handle to the repository where this profile resides.Constructors in com.sas.services.user.omi with parameters of type RepositoryInterfaceModifierConstructorDescriptionOMIProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new OMIProfileStore.