Uses of Interface
com.sas.services.information.publicobject.TypeDescriptorInterface
Packages that use TypeDescriptorInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
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.
-
Uses of TypeDescriptorInterface in com.sas.services.information
Methods in com.sas.services.information that return TypeDescriptorInterfaceModifier and TypeMethodDescriptionOMIServer.getTypeDescriptor(String typeName) ServerInterface.getTypeDescriptor(String typeName) Get the type descriptor for a known type name.Methods in com.sas.services.information that return types with arguments of type TypeDescriptorInterfaceModifier and TypeMethodDescriptionCollection<TypeDescriptorInterface> OMIServer.getTypeDescriptors()Collection<TypeDescriptorInterface> ServerInterface.getTypeDescriptors()Returns an unmodifiable collection of all known type descriptors. -
Uses of TypeDescriptorInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return TypeDescriptorInterfaceModifier and TypeMethodDescriptionMetadata.getTypeDescriptor()VirtualFolder.getTypeDescriptor()VirtualMetadata.getTypeDescriptor() -
Uses of TypeDescriptorInterface in com.sas.services.information.publicobject
Fields in com.sas.services.information.publicobject declared as TypeDescriptorInterfaceMethods in com.sas.services.information.publicobject that return TypeDescriptorInterfaceModifier and TypeMethodDescriptionBaseDetailsProcessor.getType()DetailsProcessor.getType()DetailsProcessorInterface.getType()Get the type descriptor associated to the public object.BasePublicObject.getTypeDescriptor()PublicObjectInterface.getTypeDescriptor()Get the type descriptor which should have the information from the Type Dictionary in metadata available for the clients.Methods in com.sas.services.information.publicobject with parameters of type TypeDescriptorInterfaceModifier and TypeMethodDescriptionstatic PublicObjectInterfacePublicObjectFactory.createPublicObject(ServerInterface server, String id, String name, TypeDescriptorInterface type) Creates a lightweight public object given the object's id, name, and type.Constructors in com.sas.services.information.publicobject with parameters of type TypeDescriptorInterfaceModifierConstructorDescriptionprotectedBasePublicObject(String id, String name, TypeDescriptorInterface type) -
Uses of TypeDescriptorInterface in com.sas.services.information.sasfolders
Methods in com.sas.services.information.sasfolders that return TypeDescriptorInterfaceMethods in com.sas.services.information.sasfolders with parameters of type TypeDescriptorInterfaceModifier and TypeMethodDescriptionstatic StringSASFoldersUtil.getISEntityKey(String id, TypeDescriptorInterface type) protected PublicObjectNodeInterfaceSASFoldersModel.getObjectNode(String id, TypeDescriptorInterface type) protected booleanSASFoldersModel.isContainerType(TypeDescriptorInterface type, String objectID) Returns whether or not objects of a specified type are a container.static booleanSASFoldersUtil.isValidContainerForChild(TypeDescriptorInterface childType, TypeDescriptorInterface containerType) Returns true if an object of typechildType> is allowed to be contained within the specified container.Constructors in com.sas.services.information.sasfolders with parameters of type TypeDescriptorInterfaceModifierConstructorDescriptionAbstractPublicObjectNode(String id, String name, TypeDescriptorInterface type) ContainerNode(String id, String name, TypeDescriptorInterface type) FolderNode(String id, String name, TypeDescriptorInterface type) MemberNode(String id, String name, TypeDescriptorInterface type)