Uses of Interface
com.sas.services.information.metadata.SoftwareComponentInterface

Packages that use SoftwareComponentInterface
com.sas.services.information Interact with data repositories on behalf of client applications. 
com.sas.services.information.metadata Information Service metadata. 
 

Uses of SoftwareComponentInterface in com.sas.services.information
 

Methods in com.sas.services.information with parameters of type SoftwareComponentInterface
 java.util.List OMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app)
           
abstract  java.util.List MetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app)
          Get the authorizations on an application's actions.
 java.util.List<com.sas.services.security.ApplicationAuthorization> OMIServer.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions)
           
abstract  java.util.List MetadataServerInterface.getApplicationActionsAuthorizations(SoftwareComponentInterface app, RoleInterface role, boolean explicitRoleActions)
          Get the authorizations on an application's actions.
 

Uses of SoftwareComponentInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return SoftwareComponentInterface
abstract  SoftwareComponentInterface ServerInterface.getDescriptiveComponent()
          Get the server's descriptive component if one exits.
 

Methods in com.sas.services.information.metadata with parameters of type SoftwareComponentInterface
abstract  void PropertyGroupInterface.addCustomizer(SoftwareComponentInterface softcom)
          Add a SoftwareComponentInterface object as a customizer of this PropertyGroup.
abstract  void AbstractPropertyInterface.addCustomizer(SoftwareComponentInterface customizer)
          Add a customizer to this property.
abstract  void AbstractPropertyInterface.addEditor(SoftwareComponentInterface editor)
          Add an editor to this property.
 void VirtualMetadata.addImplementor(SoftwareComponentInterface softwareComponent)
           
abstract  void MetadataInterface.addImplementor(SoftwareComponentInterface softwareComponent)
          Add a SoftwareComponent as an implementor of this object.
 void Metadata.addImplementor(SoftwareComponentInterface softwareComponent)
          Add a SoftwareComponent as an implementor of this object.
abstract  void AbstractPropertyInterface.addValidator(SoftwareComponentInterface validator)
          Add a validator to the property.
static MultiHostDeployment OMRMultiHostDeployedObject.getInstance(SoftwareComponentInterface metadataObject)
           
abstract  void PropertyGroupInterface.removeCustomizer(SoftwareComponentInterface softcom)
          Remove a SoftwareComponentInterface from the list of customizers of this PropertyGroup.
abstract  void AbstractPropertyInterface.removeCustomizer(SoftwareComponentInterface customizer)
          Remove a customizer from this property.
abstract  void AbstractPropertyInterface.removeEditor(SoftwareComponentInterface editor)
          Remove an editor from this property.
 void VirtualMetadata.removeImplementor(SoftwareComponentInterface softwareComponent)
           
abstract  void MetadataInterface.removeImplementor(SoftwareComponentInterface softwareComponent)
          Remove a SoftwareComponent from the list of implementors on this object.
 void Metadata.removeImplementor(SoftwareComponentInterface softwareComponent)
          Remove a SoftwareComponent from the list of implementors on this object.
abstract  void AbstractPropertyInterface.removeValidator(SoftwareComponentInterface validator)
          Remove a validator from the property.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.