Uses of Interface
com.sas.services.information.metadata.MetadataInterface
Packages that use MetadataInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information service cache.
Information Service metadata.
Manages favorites folders and their contents.
Information Service prompt model.
Information service property bag.
Public Objects are Information Service objects which represent SAS information which is rooted in metadata.
This SAS Folders Model provides a light-weight, non visual, mechanism for browsing
the SAS Folders tree structure.
The com.sas.services.information.search package performs and manages metadata searches for public objects.
Publish Service metadata.
Perform Authentication against modular authentication providers with user identities.
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 MetadataInterface in com.sas.services.information
Methods in com.sas.services.information that return MetadataInterfaceModifier and TypeMethodDescriptionDAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.copyTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.copyTo(DAVEntityInterface m, DAVFolderInterface f, String name) Copy a smart object.DAVRepository.factoryProcess(Object o) OMIRepository.factoryProcess(Object o) OMIServer.factoryProcess(Object o) OMIServerRepository.factoryProcess(Object o) RepositoryInterface.factoryProcess(Object o) Process a raw repository object into a smart object.ServerInterface.factoryProcess(Object o) Process a raw repository object into a smart object.DAVRepository.fetch(String repositoryKey) Fetch an object from the repository with this repository key (reposKey).DAVRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository with this repository key (reposKey).OMIChildRepository.fetch(String repositoryKey) OMIChildServer.fetch(String repositoryKey) OMIChildServer.fetch(String repositoryKey, boolean bypassCache) OMIRepository.fetch(String repositoryKey) Fetch an object from the repository given the repository key.OMIRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.OMIServer.fetch(String objectURI) OMIServer.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.OMIServerRepository.fetch(String repositoryKey) Fetch an object from the repository given the repository key.OMIServerRepository.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.RepositoryInterface.fetch(String repositoryKey) Fetch an object from the repository given the repository key.RepositoryInterface.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.ServerInterface.fetch(String objectURI) Fetch an object from the metadat based on its URI.ServerInterface.fetch(String repositoryKey, boolean bypassCache) Fetch an object from the repository given the repository key.DAVRepository.fetchByUrl(String entityURL, boolean bypassCache) OMIRepository.fetchByUrl(String entityURL, boolean bypassCache) OMIServerRepository.fetchByUrl(String entityURL, boolean bypassCache) RepositoryInterface.fetchByUrl(String entityURL, boolean bypassCache) Fetch an object from the repository given the URL.InformationService.fetchEntityByKey(UserContextInterface user, String key) Fetch an object from the metadata stores by its entity key.InformationService.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an object from the metadata stores by its entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an object from the metadata stores by its url.InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an object from the metadata stores by its url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) protected MetadataInterfaceDAVRepository.fetchUsingUrl(String url, Map<String, String> extraProperties) DAVRepository.getObjectByPath(PathUrl url) DAVRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.DAVRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathStringInformationService.getObjectByPath(UserContextInterface user, PathUrl path) InformationServiceInterface.getObjectByPath(UserContextInterface user, PathUrl path) Retrieve an object using the PathUrl.InformationServiceProxy.getObjectByPath(UserContextInterface user, PathUrl path) OMIRepository.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String, String, String )OMIRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathString.OMIServer.getObjectByPath(PathUrl url) OMIServerRepository.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIServerRepository.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String, String, String )OMIServerRepository.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathString.RepositoryInterface.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.RepositoryInterface.getObjectByPath(String rootFolderName, String path, Class type) Deprecated.Use getObjectByPath( String rootFolderName, String path, String type)RepositoryInterface.getObjectByPath(String rootFolderName, String path, String type) Deprecated.in favor of getObjectByPathStringServerInterface.getObjectByPath(PathUrl url) Get an object in the BIP tree using a PathUrl to find it.OMIServer.getObjectByPathFilter(PathUrl url) ServerInterface.getObjectByPathFilter(PathUrl url) Get an object in the BIP tree using a PathUrl to create a filter to search for it, rather than walking the folder hierarchy.OMIServer.getObjectByPathNew(PathUrl url) DAVRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object by path.OMIRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object from the repository given a root folder, path and type.OMIServerRepository.getObjectByPathString(String rootFolderName, String path, String type) Get an object from the repository given a root folder, path and type.RepositoryInterface.getObjectByPathString(String rootFolderName, String path, String type) Get an object by path.AuthorizationObjectsResult.getResource()AbstractRepository2.getTrackedObject(int trackingId) DAVRepository.getTrackedObject(int trackingId) Deprecated.InformationService.getTrackedObject(UserContextInterface user, int trackingId) Deprecated.Use of tracking ids is no longer supported.InformationServiceInterface.getTrackedObject(UserContextInterface user, int trackingId) Fetch an item based on its tracking ID number.InformationServiceProxy.getTrackedObject(UserContextInterface user, int trackingId) Deprecated.Use of tracking ids is no longer supported.OMIRepository.getTrackedObject(int trackingId) Deprecated.OMIServerRepository.getTrackedObject(int trackingId) Deprecated.RepositoryInterface.getTrackedObject(int trackingId) Deprecated.Tracking id usage is no longer supported.DAVRepository.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectDAVRepositoryInterface.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectDAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f) Deprecated.DAVRepository.moveTo(DAVEntityInterface de, DAVFolderInterface f, String name) DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f) Deprecated.DAVRepositoryInterface.moveTo(DAVEntityInterface m, DAVFolderInterface f, String name) Move a smart object.DAVRepository.newMetadata(MetadataInterface model, String name) Deprecated.DAVRepository.newMetadata(String repositoryId, String name, String type) Create a new metadata entity.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.OMIRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.OMIRepository.newMetadata(String reposId, String name, String type) Create a new metadata entity.OMIServer.newMetadata(String reposId, String name, String type) Create a new metadata item.OMIServerRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.OMIServerRepository.newMetadata(String reposId, String name, String type) Create a new metadata entity.RepositoryInterface.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.RepositoryInterface.newMetadata(String reposId, String name, String type) Create a new metadata entity.ServerInterface.newMetadata(String reposId, String name, String type) Create a new metadata item.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.DAVRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationService.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceInterface.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceProxy.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIServerRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.RepositoryInterface.newMetadataByModel(MetadataInterface model, String name) 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.process(Object o) Deprecated.Factory.processWithRepository(Object o, RepositoryInterface ri) Process an object from a repository and turn it into a "smart object".DAVRepository.produceDefaultMetadata(Object o) OMIRepository.produceDefaultMetadata(Object o) OMIServerRepository.produceDefaultMetadata(Object o) RepositoryInterface.produceDefaultMetadata(Object o) Return the default metadata object for this repository.Methods in com.sas.services.information with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidDAVChildRepository.addEntity(MetadataInterface input) voidDAVRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidOMIChildRepository.addEntity(MetadataInterface input) voidOMIRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidOMIServerRepository.addEntity(MetadataInterface input) Add an entity to the repository.voidRepositoryInterface.addEntity(MetadataInterface input) Add an entity to the repository.voidDAVRepository.addToCache(MetadataInterface mi) voidDAVRepositoryInterface.addToCache(MetadataInterface mi) voidMetadataRepositoryInterface.addToCache(MetadataInterface newMetadata) Add a MetadataInterface object to a repository's cache.voidOMIRepository.addToCache(MetadataInterface newMetadata) voidOMIRepositoryInterface.addToCache(MetadataInterface newMetadata) Add a MetadataInterface object to a repository's cache.voidOMIServer.addToCache(MetadataInterface newMetadata) voidOMIServerRepository.addToCache(MetadataInterface newMetadata) voidServerInterface.addToCache(MetadataInterface newMetadata) Explicitly add a new metadata object to the cache.voidDAVRepository.checkin(MetadataInterface entity) Check in the entityvoidDAVRepository.checkin(MetadataInterface entity, String comment) Check in the entityvoidDAVRepositoryInterface.checkin(MetadataInterface entity) Check in the entityvoidDAVRepositoryInterface.checkin(MetadataInterface entity, String comment) Check in the entityvoidDAVRepository.checkout(MetadataInterface entity) Check out the entityvoidDAVRepositoryInterface.checkout(MetadataInterface entity) Check out the entityvoidDAVChildRepository.deleteEntity(MetadataInterface input) voidDAVRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidOMIChildRepository.deleteEntity(MetadataInterface input) voidOMIRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidOMIServer.deleteEntity(MetadataInterface input) voidOMIServerRepository.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidRepositoryInterface.deleteEntity(MetadataInterface input) Delete an entity in the repository.voidServerInterface.deleteEntity(MetadataInterface input) Delete an entity in the repository.DateMetadataRepositoryInterface.getCreateDate(MetadataInterface mi) DateMetadataServerInterface.getCreateDate(MetadataInterface mi) Get the Created date of a metadata object as a Date rather than a String.DateOMIRepository.getCreateDate(MetadataInterface mi) DateOMIRepositoryInterface.getCreateDate(MetadataInterface mi) DateOMIServer.getCreateDate(MetadataInterface mi) DateOMIServerRepository.getCreateDate(MetadataInterface mi) String[][]MetadataRepositoryInterface.getInheritedIdentities(MetadataInterface mi) String[][]OMIRepository.getInheritedIdentities(MetadataInterface mi) String[][]OMIRepositoryInterface.getInheritedIdentities(MetadataInterface mi) String[][]OMIServerRepository.getInheritedIdentities(MetadataInterface mi) String[][]MetadataRepositoryInterface.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIRepository.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIRepositoryInterface.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) String[][]OMIServerRepository.getInheritedPermissions(IdentityInterface identity, MetadataInterface metadata, List permissions) DateMetadataRepositoryInterface.getModifiedDate(MetadataInterface mi) DateMetadataServerInterface.getModifiedDate(MetadataInterface mi) Get the modified date of a metadata object as a Date rather than a String.DateOMIRepository.getModifiedDate(MetadataInterface mi) DateOMIRepositoryInterface.getModifiedDate(MetadataInterface mi) DateOMIServer.getModifiedDate(MetadataInterface mi) DateOMIServerRepository.getModifiedDate(MetadataInterface mi) ListDAVRepository.getPreviousVersionNames(MetadataInterface entity) Returns a list of version names for the objectListDAVRepositoryInterface.getPreviousVersionNames(MetadataInterface entity) Returns a list of version names for the objectDAVRepository.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectDAVRepositoryInterface.getVersion(MetadataInterface entity, String versionName) Retrieves a particular version of the specified objectbooleanInformationService.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceInterface.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceProxy.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanMetadataRepositoryInterface.isAuthorized(MetadataInterface mi, String permission) booleanOMIRepository.isAuthorized(MetadataInterface mi, String permission) booleanOMIRepositoryInterface.isAuthorized(MetadataInterface mi, String permission) booleanOMIServerRepository.isAuthorized(MetadataInterface mi, String permission) booleanMetadataRepositoryInterface.isInChild(MetadataInterface metadata) Return a flag indicating if the metadata object is in a dependent child repository to the default one.booleanOMIRepository.isInChild(MetadataInterface metadata) Return a flag indicating if the metadata object is in a dependent child repository to the default one.booleanOMIRepositoryInterface.isInChild(MetadataInterface metadata) Return a flag indicating if the metadata object is in a dependent child repository to the default one.booleanOMIServerRepository.isInChild(MetadataInterface metadata) Return a flag indicating if the metadata object is in a dependent child repository to the default one.booleanMetadataRepositoryInterface.isInParent(MetadataInterface metadata) Return a flag indicating if the metadata object is in a parent repository to the default one.booleanOMIRepository.isInParent(MetadataInterface metadata) Return a flag indicating if the metadata object is in a parent repository to the default one.booleanOMIRepositoryInterface.isInParent(MetadataInterface metadata) Return a flag indicating if the metadata object is in a parent repository to the default one.booleanOMIServerRepository.isInParent(MetadataInterface metadata) Return a flag indicating if the metadata object is in a parent repository to the default one.booleanMetadataRepositoryInterface.isInProject(MetadataInterface metadata) Returns a flag indicating if the object came from a project repository.booleanOMIRepository.isInProject(MetadataInterface metadata) booleanOMIRepositoryInterface.isInProject(MetadataInterface metadata) Returns a flag indicating if the object came from a project repository.booleanOMIServerRepository.isInProject(MetadataInterface metadata) DAVRepository.newMetadata(MetadataInterface model, String name) Deprecated.OMIRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.OMIServerRepository.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.RepositoryInterface.newMetadata(MetadataInterface model, String name) Deprecated.in favor of newMetadataByModel.DAVRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationService.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceInterface.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.InformationServiceProxy.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.OMIServerRepository.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.RepositoryInterface.newMetadataByModel(MetadataInterface model, String name) Create a new metadata entity.voidDAVRepository.refreshEntity(MetadataInterface mi) Refresh an existing entity in the repository.voidOMIRepository.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidOMIServer.refreshEntity(MetadataInterface mi) voidOMIServerRepository.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidRepositoryInterface.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.voidServerInterface.refreshEntity(MetadataInterface mi) Refresh an entity from the data in the server.intDAVRepository.trackEntity(MetadataInterface entity) Add a new object to the tracking cache.intDAVRepositoryInterface.trackEntity(MetadataInterface entity) Add a new object to the tracking cache.intOMIRepository.trackEntity(MetadataInterface entity) Deprecated.Tracking ids are no longer supported.intOMIRepositoryInterface.trackEntity(MetadataInterface entity) Deprecated.Tracking ids are no longer supported.intOMIServerRepository.trackEntity(MetadataInterface entity) Deprecated.Tracking ids are no longer supported.voidDAVRepository.uncheckout(MetadataInterface entity) Uncheck out/Cancel updatevoidDAVRepositoryInterface.uncheckout(MetadataInterface entity) Uncheck out/Cancel updatevoidDAVChildRepository.updateEntity(MetadataInterface input) voidDAVRepository.version(MetadataInterface entity) Put the entity under version controlvoidDAVRepositoryInterface.version(MetadataInterface entity) Put the entity under version controlMethod parameters in com.sas.services.information with type arguments of type MetadataInterfaceModifier and TypeMethodDescriptionMetadataServerInterface.getAuthorizationsForObjects(List<MetadataInterface> resources, List<String> permissions) Get authorization information for a list of metadata objects.OMIServer.getAuthorizationsForObjects(List<MetadataInterface> resources, List<String> permissions) Constructors in com.sas.services.information with parameters of type MetadataInterfaceModifierConstructorDescriptionAuthorizationObjectsResult(MetadataInterface resource, List<String> granted) -
Uses of MetadataInterface in com.sas.services.information.cache
Methods in com.sas.services.information.cache that return MetadataInterfaceModifier and TypeMethodDescriptionDAVRepositoryCache.get(String reposId) Get an object from the cache.Methods in com.sas.services.information.cache with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidDAVRepositoryCache.put(MetadataInterface entity) Put a new object into the cache.voidMapRepositoryCache.put(MetadataInterface entity) Put a new object into the cache.voidRepositoryCache.put(MetadataInterface entity) Put a new object into the cache. -
Uses of MetadataInterface in com.sas.services.information.metadata
Classes in com.sas.services.information.metadata with type parameters of type MetadataInterfaceModifier and TypeClassDescriptionclassMetadataBuilder<T extends MetadataInterface,J extends com.sas.metadata.remote.PrimaryType, B extends MetadataBuilder<T, J, B>> Abstract base class for a metadata object builder.Subinterfaces of MetadataInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is the interface for an AccessControlTemplate object.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis interface represents a repository neutral accessor class for an IT Channel entity in a metadata repository.interfaceinterfaceBoth indexes and keys represent a somewhat similar data structure in a sense that they both are column container so it make sense to generalize the functionality around the column handling in a base interface and specialize this functionality in the respective Index and keys interfaces.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceManipulation of the actual content of a Content smart objectinterfaceThis is a generic interface for objects coming out of the repositories that represent groups of content subscribers.interfacePackage subscriber interface.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceDeployedDataPackageInterfaceinterfaceThis interface represents a repository neutral accessor class for a Directory object in a metadata repository.interfaceThis is a simple interface for representing documents that are coming from a metadata repository.interfaceinterfaceEvent data is persisted as an XML document.interfaceDeprecated.interfaceDeprecated.interfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a Folder object.interfaceThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.interfaceThis is a generic interface for interacting with a Folder object.interfaceRepresents foreign key associated with the relational tableinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for objects coming out of the repositories that represent groups.interfaceinterfaceThis is a generic interface for interacting with a repository entry that represents an HTTP server of some sort.interfaceinterfaceinterfaceRepresents Index associated with Physical Table.interfaceinterfaceEach Key association represents a pair of column from the foreign key defining table and the unique Key from the referring tableinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis interface is kind of a place holder.interfaceThis is a generic interface for interacting with a repository entry that represents a login object.interfaceMessage queue interface.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents a person.interfaceinterfaceinterfaceinterfaceThis is a simple interface for representing properties that are coming from a metadata repository.interfaceinterfaceinterfaceinterfaceProxyInterfaceinterfaceProxyListInterfaceinterfaceinterfaceinterfaceRepresents Unique Key associated with the Relational Table.interfaceinterfaceThis interface is just a place holder for the table class hierarchy in the meta model.interfaceRemarks are a list of comments, which forms a way of grouping comments on a related topic together.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents a server of some sort.interfaceinterfaceinterfaceinterfaceinterfaceSubscriber interface.interfaceinterfaceinterfaceA simple interface representing TextStore objects from the metadata store.interfaceThis interface and its implementation exist solely to service the needs of the DM server component.interfaceInterface used to model a virtual folder contained within the SAS Folders tree.interfaceClasses in com.sas.services.information.metadata that implement MetadataInterfaceModifier and TypeClassDescriptionclassclassclassclassContent is an example of a smartobject that surfaces content from the underlying repository entity (DAV is an example a repository where entities have content).classRepresents a WebDAV Access Control EntryclassA smart object that represents event data stored in a DAV repository.classDAV Smart object implementation for PersonInterface.classThis is a generic interface for interacting with a Folder object.classThis class represents basically the same thing as a FilteredFolder, except that it's the repository level.classThis class implements the FolderInterface.classAn abstract class to represent objects that can exist in multiple types of repositories.classRepresents the Documents folder for a person.classRepresents the Inbox folder for a person.classRepresents the Inbox folder for a person.classOMRConnectionclassThis is a smart object for database servers.classclassThis is a smart object for Hadoop servers.classclassclassOMRProxyclassOMRProxyListclassclassOMRServerServer persisted in a SAS Metadata Repository.classOMRServerComponentServerComponent persisted in a SAS Metadata Repository.classOMRSoftwareComponentclassclassOMRTCPIPConnectionclassThis implementation of Transformation is only to support DM servers.classImplements the personal repository.classclassclassRepresents a set of comments or discussion thread on a particular topic.classclassclassRepresents the Server virtual folder.classclassAn implementation of a virtual folder.classFields in com.sas.services.information.metadata declared as MetadataInterfaceModifier and TypeFieldDescriptionprotected TMetadataBuilder.builtSmartObjectprotected MetadataInterfaceAuthorizationInheritanceInfo.objMethods in com.sas.services.information.metadata that return MetadataInterfaceModifier and TypeMethodDescriptionFolder.addNewItem(String name, String type) Create a new metadata object to add to the folder.FolderInterface.addNewItem(String name, String type) Create a new metadata object to add to the folder.OMRServerRootFolder.addNewItem(String name, String type) VirtualFolder.addNewItem(String name, String type) Metadata.copyTo(FolderInterface folder, String name) Make a copy of this object.MetadataInterface.copyTo(FolderInterface folder, String name) Make a copy of this object.VirtualMetadata.copyTo(FolderInterface folder, String name) Make a copy of this object.static MetadataInterfaceMetadata.fromByteArray(RepositoryInterface ri, byte[] data) OMRProperty.getAssociatedObject()PropertyInterface.getAssociatedObject()This is a convenience method to get the object that this property is associated with.EmbeddedObjectInterface.getEmbeddedObject(String subpath) Get a child object using the supplied subpath.OMRChannel.getEmbeddedObject(String subpath) IndirectPermissionInfo.getIndirectObject()IndirectPermissionInfoInterface.getIndirectObject()Returns the indirect Metadata object reference when an Permission comes from an ACT, UserGroup membership, or by Inheritance.FilteredFolder.getItem(String name) Get a named item from the folder.FilteredFolder.getItem(String name, Class itemClass) Deprecated.in favor of getItemByClassFilteredFolder.getItem(String name, String metadataType) Deprecated.in favor of getItemByType.Folder.getItem(String name) Get a named item from the folder.FolderInterface.getItem(String name) Get a named item from the folder.OMRServerRootFolder.getItem(String name) VirtualFolder.getItem(String name) FilteredFolder.getItemByClass(String name, Class itemClass) Get a named item from the folder.Folder.getItemByClass(String name, Class itemClass) Get a named item from the folder.FolderInterface.getItemByClass(String name, Class itemClass) Get a named item from the folder.OMRServerRootFolder.getItemByClass(String name, Class itemClass) VirtualFolder.getItemByClass(String name, Class itemClass) FilteredFolder.getItemByType(String name, String metadataType) Get a named item from the folder.Folder.getItemByType(String name, String metadataType) Get a named item from the folder.FolderInterface.getItemByType(String name, String metadataType) Get a named item from the folder.OMRServerRootFolder.getItemByType(String name, String metadataType) VirtualFolder.getItemByType(String name, String publicType) AuthorizationInheritanceInfo.getObject()AuthorizationInheritanceInfoInterface.getObject()Returns the object for this inheritance instanceExternalIdentityInterface.getOwningObject()Get the object that owns this external identityOMRExternalIdentity.getOwningObject()Get the object that owns the external identity.OMRPropertySet.getOwningObject()Get the object that owns this property set.PropertySetInterface.getOwningObject()Get the object that owns this property set.Folder.getPublicTypeItem(String name, String type) Find an item in this Folder with the given name and type.FolderInterface.getPublicTypeItem(String name, String type) Find an item in this Folder with the given name and type.OMRServerRootFolder.getPublicTypeItem(String name, String type) VirtualFolder.getPublicTypeItem(String name, String type) Metadata.getUsingPrototype()Get the prototype which this object uses for description/validation.MetadataInterface.getUsingPrototype()Get the prototype which this object uses for description/validation.VirtualMetadata.getUsingPrototype()Metadata.getVersion(String versionName) Return a smart object that represents a particular versionMetadataInterface.getVersion(String versionName) Return a smart object that represents a particular versionVirtualMetadata.getVersion(String versionName) Return a smart object that represents a particular versionMetadata.startTransaction()Start a Transaction for this Metadata object.MetadataInterface.startTransaction()Start a Transaction for this Metadata object.VirtualMetadata.startTransaction()Methods in com.sas.services.information.metadata that return types with arguments of type MetadataInterfaceModifier and TypeMethodDescriptionList<MetadataInterface> AllUsersIdentity.getCreatedObjects()List<MetadataInterface> AuthenticatedIdentity.getCreatedObjects()List<MetadataInterface> DavPerson.getCreatedObjects()List<MetadataInterface> OMRPerson.getCreatedObjects()List<MetadataInterface> PersonInterface.getCreatedObjects()Returns the list of objects this person has created.List<MetadataInterface> PropertyIdentity.getCreatedObjects()List<MetadataInterface> ReferenceIdentity.getCreatedObjects()List<MetadataInterface> SelfIdentity.getCreatedObjects()List<MetadataInterface> UnauthenticatedIdentity.getCreatedObjects()List<MetadataInterface> EmailInterface.getEmailSubscriber()Gets the List ofSubscriberInterfaceinstancesList<MetadataInterface> OMREmail.getEmailSubscriber()List<MetadataInterface> OMRSoftwareComponent.getImplementedObjects()List<MetadataInterface> SoftwareComponentInterface.getImplementedObjects()Get the list of objects that are implemented by the software described by this SoftwareComponent.List<MetadataInterface> VirtualFolder.getItems()List<MetadataInterface> VirtualFolder.getItemsByClass(Class itemClass) List<MetadataInterface> VirtualFolder.getItemsByType(String metadataType) List<MetadataInterface> AllUsersIdentity.getModifiedObjects()List<MetadataInterface> AuthenticatedIdentity.getModifiedObjects()List<MetadataInterface> DavPerson.getModifiedObjects()List<MetadataInterface> OMRPerson.getModifiedObjects()List<MetadataInterface> PersonInterface.getModifiedObjects()Returns the list of objects this person has modified.List<MetadataInterface> PropertyIdentity.getModifiedObjects()List<MetadataInterface> ReferenceIdentity.getModifiedObjects()List<MetadataInterface> SelfIdentity.getModifiedObjects()List<MetadataInterface> UnauthenticatedIdentity.getModifiedObjects()List<MetadataInterface> ConnectionInterface.getProperties()Get the properties for connection.List<MetadataInterface> OMRConnection.getProperties()List<MetadataInterface> OMRTransformation.getTransformationSources()List<MetadataInterface> TransformationInterface.getTransformationSources()Methods in com.sas.services.information.metadata with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionprotected voidOMRContentSubscriberGroup.add(MetadataInterface member, boolean ordered) protected voidOMREventSubscriberGroup.add(MetadataInterface member, boolean ordered) protected voidOMRGroup.add(MetadataInterface member, boolean ordered) voidOMRServer.addComputeTask(MetadataInterface task) voidServerInterface.addComputeTask(MetadataInterface task) Add a compute task to this server.voidDirectoryInterface.addFile(MetadataInterface file) Add a file to this directory.voidOMRDirectory.addFile(MetadataInterface file) voidFolder.addItem(MetadataInterface item) Add an item to the folder.protected voidFolder.addItem(MetadataInterface item, int index) voidFolderInterface.addItem(MetadataInterface item) Add an item to the folder.voidOMRServerRootFolder.addItem(MetadataInterface item) voidVirtualFolder.addItem(MetadataInterface item) voidFilteredFolder.addLocalItem(MetadataInterface obj) Add a filtered result object to this folder.voidFilteredFolderInterface.addLocalItem(MetadataInterface obj) Add a filtered result object to this folder.voidGroupInterface.addMember(MetadataInterface member) Add a new member to the group.voidOMRGroup.addMember(MetadataInterface member) voidGroupInterface.addMemberOrdered(MetadataInterface member) Add a new member to the group such that it will be ordered even if it's in another repository (This is primarily for OMR groups).voidOMRGroup.addMemberOrdered(MetadataInterface member) voidDocumentInterface.addObject(MetadataInterface newObject) Add an object to the document's Objects association.voidOMRDocument.addObject(MetadataInterface newObject) voidDirectoryInterface.addServer(MetadataInterface server) Add a server to the list that has access to this directory.voidOMRDirectory.addServer(MetadataInterface server) voidMetadata.addTransactionListener(MetadataInterface mi) voidMetadataInterface.addTransactionListener(MetadataInterface mi) Add a listener to receive event notifications when a transaction is committed or rolled back.voidVirtualMetadata.addTransactionListener(MetadataInterface mi) voidMetadata.addUsedByPrototype(MetadataInterface prototyped) Add an object which uses this object as a prototype.voidMetadataInterface.addUsedByPrototype(MetadataInterface prototyped) Add an object which uses this object as a prototype.voidVirtualMetadata.addUsedByPrototype(MetadataInterface prototyped) voidFolder.deleteItem(MetadataInterface item) Delete an item from this folder.voidFolderInterface.deleteItem(MetadataInterface item) Delete an item from this folder.voidOMRServerRootFolder.deleteItem(MetadataInterface item) voidVirtualFolder.deleteItem(MetadataInterface item) static FolderInterfaceFolderUtil.getSharedDataFolder(MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.static FolderInterfaceFolderUtil.getSystemFolder(MetadataInterface object) Returns the System folder in the repository for a specified object.static FolderInterfaceFolderUtil.getTopLevelFolder(String name, MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.static booleanFolderUtil.isInProjectRepository(MetadataInterface mi, FolderInterface folder) Is the given object or its folder in a project repository.booleanFolder.isItemNameUnique(MetadataInterface member) Validate that the name of the metadata object is unique within the Folder.booleanFolderInterface.isItemNameUnique(MetadataInterface member) Validate that the name of the metadata object is unique within the Folder.booleanOMRServerRootFolder.isItemNameUnique(MetadataInterface member) Since the root folder has to implmement the FolderInterface, it has to have this method.booleanVirtualFolder.isItemNameUnique(MetadataInterface member) booleanMetadataNameConstraint.isNameValid(MetadataInterface object, String name) Returns true if name is valid for objectstatic FolderInterfaceFolderUtil.makeDocumentsFolder(MetadataInterface object) Returns the Documents folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeNotesFolder(MetadataInterface object) Returns the Notes folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeOrphanedCubesFolder(MetadataInterface object) Returns the Orphaned Cubes folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeOrphanedTablesFolder(MetadataInterface object) Returns the Orphaned Tables folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeSharedDataFolder(MetadataInterface object) Returns the Shared Data folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeSystemFolder(MetadataInterface object) Returns the System folder in the repository for a specified object.static FolderInterfaceFolderUtil.makeTopLevelFolder(String name, MetadataInterface object, boolean systemFolder) Returns a top level folder of the specified name for a specified object.static StringFolderUtil.makeValidObjectName(FolderInterface folder, MetadataInterface object) Makes a valid object name for an object given a target folder.static StringFolderUtil.makeValidObjectName(FolderInterface folder, MetadataInterface object, MetadataNameConstraint constraint) Makes a valid object name for an object given a target folder.voidOMRServer.removeComputeTask(MetadataInterface task) voidServerInterface.removeComputeTask(MetadataInterface task) Remove a compute task from this server.voidDirectoryInterface.removeFile(MetadataInterface file) Remove a file from this directory.voidOMRDirectory.removeFile(MetadataInterface file) voidFolder.removeItem(MetadataInterface item) Remove an item from the folder.voidFolderInterface.removeItem(MetadataInterface item) Remove an item from the folder.voidOMRServerRootFolder.removeItem(MetadataInterface item) voidVirtualFolder.removeItem(MetadataInterface item) booleanGroupInterface.removeMember(MetadataInterface member) Remove a member from the group.booleanOMRGroup.removeMember(MetadataInterface member) voidDocumentInterface.removeObject(MetadataInterface object) Remove an object from the document's Objects association.voidOMRDocument.removeObject(MetadataInterface object) voidDirectoryInterface.removeServer(MetadataInterface server) Remove a server from the list that has access to this Directory.voidOMRDirectory.removeServer(MetadataInterface server) voidMetadata.removeUsedByPrototype(MetadataInterface prototyped) Remove an object from the list prototyped by this object.voidMetadataInterface.removeUsedByPrototype(MetadataInterface prototyped) Remove an object from the list prototyped by this object.voidVirtualMetadata.removeUsedByPrototype(MetadataInterface prototyped) voidIndirectPermissionInfo.setIndirectObject(MetadataInterface indirectObject) voidExternalIdentityInterface.setOwningObject(MetadataInterface owner) Set the object that this external identity modifies.voidOMRExternalIdentity.setOwningObject(MetadataInterface owner) Set the object that this external identity modifies.voidOMRPropertySet.setOwningObject(MetadataInterface owner) Set the object that this propertyset modifies.voidPropertySetInterface.setOwningObject(MetadataInterface owner) Set the object that this propertyset modifies.voidMetadata.setUsingPrototype(MetadataInterface prototype) Set the prototype which is used by this object for description/validation.voidMetadataInterface.setUsingPrototype(MetadataInterface prototype) Set the prototype which is used by this object for description/validation.voidVirtualMetadata.setUsingPrototype(MetadataInterface prototype) voidMetadata.transactionEvent(MetadataInterface mi) voidMetadataInterface.transactionEvent(MetadataInterface mi) Notify this object that a child transaction has completed either because of a commit or a rollback.voidVirtualMetadata.transactionEvent(MetadataInterface mi) Method parameters in com.sas.services.information.metadata with type arguments of type MetadataInterfaceModifier and TypeMethodDescriptionvoidEmailInterface.setEmailSubscribers(List<MetadataInterface> subscribers) Sets the List ofSubscriberInterfaceinstancesvoidOMREmail.setEmailSubscribers(List<MetadataInterface> subscribers) voidOMRSoftwareComponent.setImplementedObjects(List<MetadataInterface> objects) voidSoftwareComponentInterface.setImplementedObjects(List<MetadataInterface> objects) Set the list of objects that are implemented by the software component described by this object.Constructors in com.sas.services.information.metadata with parameters of type MetadataInterfaceModifierConstructorDescriptionAuthorizationInheritanceInfo(boolean hidden, MetadataInterface obj, boolean hasDirectPerms, String roleName) AuthorizationUtil(MetadataInterface obj, boolean actDef) -
Uses of MetadataInterface in com.sas.services.information.metadata.businessruleflow
Methods in com.sas.services.information.metadata.businessruleflow that return MetadataInterfaceModifier and TypeMethodDescriptionprotected MetadataInterfaceBusinessRuleFlowSmartObject.getDAVContent()protected MetadataInterfaceBusinessRuleFlowSmartObject.getDAVContentForVersion(String version) -
Uses of MetadataInterface in com.sas.services.information.metadata.dataexplorer
Subinterfaces of MetadataInterface in com.sas.services.information.metadata.dataexplorerModifier and TypeInterfaceDescriptioninterfaceBookmarkEntryInterface Defines the interface for aOMRBookmarkEntry.interfaceDataExplorationEntryInterface Defines the interface for a data exploration smart class object.Methods in com.sas.services.information.metadata.dataexplorer that return MetadataInterfaceModifier and TypeMethodDescriptionstatic MetadataInterfaceOMRUtils.getMetaDataObjectFromId(String id, RepositoryInterface repository) static MetadataInterfaceOMRUtils.getMetaDataObjectFromId(String id, ServerInterface server) Methods in com.sas.services.information.metadata.dataexplorer with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionstatic booleanOMRUtils.changePropertyValueFromIDtoURL(MetadataInterface source, com.sas.metadata.remote.Transformation trans, RepositoryInterface repository, String propertyNameWithID, String propertyNameWithURL) static voidOMRUtils.checkPermissions(MetadataInterface source, String permission, MetadataInterface parent) static booleanOMRUtils.isTempObj(MetadataInterface obj) -
Uses of MetadataInterface in com.sas.services.information.metadata.etl
Subinterfaces of MetadataInterface in com.sas.services.information.metadata.etlModifier and TypeInterfaceDescriptioninterfaceThis is the class for ActionInterface.interfaceThis is the class for ConditionActionSetInterface.interfaceThis is the class for ConditionInterface.interfaceThis is the class for DirectiveInterface.interfaceThis object is used to represent a generated transformation object.interfaceThis object is used to represent a job object.interfaceThis is the class for ProfileReportInterface. -
Uses of MetadataInterface in com.sas.services.information.metadata.favorites
Subinterfaces of MetadataInterface in com.sas.services.information.metadata.favoritesModifier and TypeInterfaceDescriptioninterfaceBase interface used for any favorites container object, such as a FavoritesFolder or a FavoritesGroup.interfaceInterface representing the FavoritesFolder public object.interfaceInterface representing the FavoritesGroup public object.Methods in com.sas.services.information.metadata.favorites that return types with arguments of type MetadataInterfaceModifier and TypeMethodDescriptionList<MetadataInterface> FavoritesContainer.getFavorites()Returns the list of all favorites contained within this container.List<MetadataInterface> FavoritesContainer.getFavorites(SortOrder[] order) Deprecated.should not be usedMethods in com.sas.services.information.metadata.favorites with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidFavoritesContainer.addFavorite(MetadataInterface favorite) Adds a new item to the list of favorites.booleanFavoritesContainer.containsFavorite(MetadataInterface favorite) Returns true if the specified object is a direct member of this container.intFavoritesContainer.getFavoriteIndex(MetadataInterface favorite) Returns the index of the specified favorite, or -1 if the favorite does not exist within this container.voidFavoritesContainer.insertFavorite(MetadataInterface favorite, int index) Inserts a new item to the list of favorites at the specified index.voidFavoritesContainer.moveFavorite(MetadataInterface favorite, int newPosition) voidFavoritesContainer.removeFavorite(MetadataInterface favorite) Removes the specified object from the list of favorites. -
Uses of MetadataInterface in com.sas.services.information.metadata.favorites.impl
Methods in com.sas.services.information.metadata.favorites.impl that return MetadataInterfaceModifier and TypeMethodDescriptionFavoritesFolderImpl.getEmbeddedObject(String subpath) Methods in com.sas.services.information.metadata.favorites.impl that return types with arguments of type MetadataInterfaceModifier and TypeMethodDescriptionList<MetadataInterface> AbstractFavoritesContainer.getFavorites()List<MetadataInterface> AbstractFavoritesContainer.getFavorites(SortOrder[] order) Methods in com.sas.services.information.metadata.favorites.impl with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidAbstractFavoritesContainer.addFavorite(MetadataInterface favorite) booleanAbstractFavoritesContainer.containsFavorite(MetadataInterface favorite) intAbstractFavoritesContainer.getFavoriteIndex(MetadataInterface favorite) voidAbstractFavoritesContainer.insertFavorite(MetadataInterface favorite, int index) voidAbstractFavoritesContainer.moveFavorite(MetadataInterface favorite, int newPosition) Deprecated.voidAbstractFavoritesContainer.removeFavorite(MetadataInterface favorite) -
Uses of MetadataInterface in com.sas.services.information.metadata.olap
Subinterfaces of MetadataInterface in com.sas.services.information.metadata.olapModifier and TypeInterfaceDescriptioninterfaceThis object is used to represent a cube object.interfaceThis object is used to represent an OLAPSchema object.interfaceThis object is used to represent a cube object. -
Uses of MetadataInterface in com.sas.services.information.metadata.prompt
Subinterfaces of MetadataInterface in com.sas.services.information.metadata.promptModifier and TypeInterfaceDescriptioninterfaceThe interface of methods common to all prompt model objects.interfaceInterface for a smart object that represents acom.sas.prompts.groups.PromptGroupInterface.Classes in com.sas.services.information.metadata.prompt that implement MetadataInterfaceModifier and TypeClassDescriptionfinal classThis smart object stores acom.sas.prompts.definition.PromptDefintionInterfacein metadata as a string of XML passed tosetPromptInfo().final classThis object represents an instance ofcom.sas.prompts.groups.PromptGroupInterfaceas stored in metadata.Methods in com.sas.services.information.metadata.prompt that return MetadataInterfaceModifier and TypeMethodDescriptionBaseOMRPromptInterface.getPromptEnabledObject()Gets the metadata object associated with this prompt.static MetadataInterfaceMetadataDescriptorResolver.resolve(com.sas.util.xmlpersist.MetadataDescriptor descriptor, UserContextInterface userContext) Resolves a MetadataDescriptor into a MetadataInterface object matching that description.Methods in com.sas.services.information.metadata.prompt with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidBaseOMRPromptInterface.addValueSource(MetadataInterface metaObject) Adds the metaObject as a value source.voidBaseOMRPromptInterface.setPromptEnabledObject(MetadataInterface metaObject) Sets an association between the prompt and metaObject unless the prompt is public. -
Uses of MetadataInterface in com.sas.services.information.metadata.propertybag
Methods in com.sas.services.information.metadata.propertybag that return MetadataInterfaceModifier and TypeMethodDescriptionPropertyBag.getSmartObject()PropertyBagInterface.getSmartObject()Constructors in com.sas.services.information.metadata.propertybag with parameters of type MetadataInterface -
Uses of MetadataInterface in com.sas.services.information.metadata.secureddata.impl
Methods in com.sas.services.information.metadata.secureddata.impl that return MetadataInterfaceModifier and TypeMethodDescriptionSecuredLibraryImpl.getEmbeddedObject(String subpath) -
Uses of MetadataInterface in com.sas.services.information.publicobject
Methods in com.sas.services.information.publicobject that return MetadataInterfaceModifier and TypeMethodDescriptionChangeManagementAdapter.getVersion(String versionName) ChangeManagementProcessorInterface.getVersion(String versionName) Return a smart object that represents a particular versionConstructors in com.sas.services.information.publicobject with parameters of type MetadataInterface -
Uses of MetadataInterface in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that return MetadataInterfaceModifier and TypeMethodDescriptionstatic MetadataInterfaceSASFoldersUtil.getSmartObject(ServerInterface server, PublicObjectInterface publicObject) Returns a smart object (MetadataInterface) given an existing public object.static MetadataInterfaceSASFoldersUtil.getSmartObject(ServerInterface server, String objectID, String metadataType) Returns a smart object (MetadataInterface) given an object's id and metadata typeMethods in com.sas.services.information.sasfolders with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionprotected PublicObjectNodeInterfaceSASFoldersModel.getObjectNode(MetadataInterface smartObject) -
Uses of MetadataInterface in com.sas.services.information.search
Subinterfaces of MetadataInterface in com.sas.services.information.searchModifier and TypeInterfaceDescriptioninterfaceThe SearchFolder class is a "smart" object for metadata searches. -
Uses of MetadataInterface in com.sas.services.publish.metadata
Subinterfaces of MetadataInterface in com.sas.services.publish.metadataModifier and TypeInterfaceDescriptioninterfaceThis is a generic interface to represent a published SAS package persisted to a file system.interfaceThis is a specific interface extension for binary packages stored in DAV repositories.interfaceA package event can be associated with the publishing of results and this event can be stored in a repository.interfaceThis is a generic interface to represent a published SAS package persisted to a file system.interfacePublishDirectoryInterfaceClasses in com.sas.services.publish.metadata that implement MetadataInterfaceModifier and TypeClassDescriptionclassDAV implementation of a PackageInterface (DAVBinaryPackageInterface) for a binary package. -
Uses of MetadataInterface in com.sas.services.security
Methods in com.sas.services.security that return MetadataInterfaceModifier and TypeMethodDescriptionPermission.getOwningObject()PermissionInterface.getOwningObject()Get the object that this permission is directly owned by.Methods in com.sas.services.security with parameters of type MetadataInterfaceModifier and TypeMethodDescriptionvoidPermission.setOwningObject(MetadataInterface mi) Set the owning object of this permission.Constructors in com.sas.services.security with parameters of type MetadataInterfaceModifierConstructorDescriptionPermission(String type, String action, MetadataInterface owner) Constructs a permission. -
Uses of MetadataInterface in com.sas.services.storedprocess.metadata
Subinterfaces of MetadataInterface in com.sas.services.storedprocess.metadataModifier and TypeInterfaceDescriptioninterfaceThis class represents a sas stored process alert item, which keeps track of the results of a stored process.interfaceThis is a generic interface for interacting with a repository entry that represents a SAS stored process object.Classes in com.sas.services.storedprocess.metadata that implement MetadataInterfaceModifier and TypeClassDescriptionclassThis class represents a sas stored process alert item, which keeps track of the results of a stored process.Methods in com.sas.services.storedprocess.metadata that return MetadataInterface -
Uses of MetadataInterface in com.sas.services.user
Methods in com.sas.services.user that return MetadataInterfaceModifier and TypeMethodDescriptionProfileStoreInterface.getRepositoryEntity()Get the repository entity that represents the profile in the back-end store.Methods in com.sas.services.user with parameters of type MetadataInterfaceModifier 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 MetadataInterface in com.sas.services.user.dav
Methods in com.sas.services.user.dav that return MetadataInterfaceModifier and TypeMethodDescriptionDAVProfileStore.getRepositoryEntity()Get the repository entity that represents the profile in the back-end storeConstructors in com.sas.services.user.dav with parameters of type MetadataInterfaceModifierConstructorDescriptionDAVProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new DAVProfileStore. -
Uses of MetadataInterface in com.sas.services.user.omi
Methods in com.sas.services.user.omi that return MetadataInterfaceModifier and TypeMethodDescriptionOMIProfileStore.getRepositoryEntity()Get the repository entity that represents the profile in the back-end store.Constructors in com.sas.services.user.omi with parameters of type MetadataInterfaceModifierConstructorDescriptionOMIProfileStore(MetadataInterface anchor, ProfileInterface profile, RepositoryInterface repos) Construct a new OMIProfileStore.