Uses of Interface
com.sas.services.information.metadata.SoftwareComponentInterface
Packages that use SoftwareComponentInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Server classes for SAS Foundation Services.
-
Uses of SoftwareComponentInterface in com.sas.services.information
Methods in com.sas.services.information with parameters of type SoftwareComponentInterfaceModifier and TypeMethodDescriptionListMetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app) Get the authorizations on an application's actions.ListMetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions) Get the authorizations on an application's actions.ListOMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app) List<ApplicationAuthorization> OMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions) -
Uses of SoftwareComponentInterface in com.sas.services.information.metadata
Subinterfaces of SoftwareComponentInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents an HTTP server of some sort.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis interface is kind of a place holder.interfaceinterfaceinterfaceinterfaceProxyListInterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents a server of some sort.interfaceinterfaceinterfaceinterfaceClasses in com.sas.services.information.metadata that implement SoftwareComponentInterfaceModifier and TypeClassDescriptionclassclassThis is a smart object for database servers.classThis is a smart object for Hadoop servers.classclassOMRProxyListclassclassOMRServerServer persisted in a SAS Metadata Repository.classOMRServerComponentServerComponent persisted in a SAS Metadata Repository.classOMRSoftwareComponentclassMethods in com.sas.services.information.metadata that return SoftwareComponentInterfaceModifier and TypeMethodDescriptionOMRServer.getDescriptiveComponent()ServerInterface.getDescriptiveComponent()Get the server's descriptive component if one exits.Methods in com.sas.services.information.metadata with parameters of type SoftwareComponentInterfaceModifier and TypeMethodDescriptionvoidAbstractPropertyInterface.addCustomizer(SoftwareComponentInterface customizer) Add a customizer to this property.voidOMRAbstractProperty.addCustomizer(SoftwareComponentInterface customizer) voidOMRPropertyGroup.addCustomizer(SoftwareComponentInterface softcom) voidPropertyGroupInterface.addCustomizer(SoftwareComponentInterface softcom) Add aSoftwareComponentInterfaceobject as a customizer of this PropertyGroup.voidAbstractPropertyInterface.addEditor(SoftwareComponentInterface editor) Add an editor to this property.voidOMRAbstractProperty.addEditor(SoftwareComponentInterface editor) voidMetadata.addImplementor(SoftwareComponentInterface softwareComponent) Add a SoftwareComponent as an implementor of this object.voidMetadataInterface.addImplementor(SoftwareComponentInterface softwareComponent) Add a SoftwareComponent as an implementor of this object.voidVirtualMetadata.addImplementor(SoftwareComponentInterface softwareComponent) voidAbstractPropertyInterface.addValidator(SoftwareComponentInterface validator) Add a validator to the property.voidOMRAbstractProperty.addValidator(SoftwareComponentInterface validator) static MultiHostDeploymentOMRMultiHostDeployedObject.getInstance(SoftwareComponentInterface metadataObject) voidAbstractPropertyInterface.removeCustomizer(SoftwareComponentInterface customizer) Remove a customizer from this property.voidOMRAbstractProperty.removeCustomizer(SoftwareComponentInterface customizer) voidOMRPropertyGroup.removeCustomizer(SoftwareComponentInterface softcom) voidPropertyGroupInterface.removeCustomizer(SoftwareComponentInterface softcom) Remove aSoftwareComponentInterfacefrom the list of customizers of this PropertyGroup.voidAbstractPropertyInterface.removeEditor(SoftwareComponentInterface editor) Remove an editor from this property.voidOMRAbstractProperty.removeEditor(SoftwareComponentInterface editor) voidMetadata.removeImplementor(SoftwareComponentInterface softwareComponent) Remove a SoftwareComponent from the list of implementors on this object.voidMetadataInterface.removeImplementor(SoftwareComponentInterface softwareComponent) Remove a SoftwareComponent from the list of implementors on this object.voidVirtualMetadata.removeImplementor(SoftwareComponentInterface softwareComponent) voidAbstractPropertyInterface.removeValidator(SoftwareComponentInterface validator) Remove a validator from the property.voidOMRAbstractProperty.removeValidator(SoftwareComponentInterface validator) -
Uses of SoftwareComponentInterface in com.sas.services.information.metadata.servers
Classes in com.sas.services.information.metadata.servers with type parameters of type SoftwareComponentInterfaceModifier and TypeClassDescriptionclassServerBuilder<T extends SoftwareComponentInterface,J extends com.sas.metadata.remote.SoftwareComponent, B extends ServerBuilder<T, J, B>> Abstract base class for builders of server objects.