|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
|
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 | |
---|---|
SoftwareComponentInterface |
ServerInterface.getDescriptiveComponent()
Get the server's descriptive component if one exits. |
Methods in com.sas.services.information.metadata with parameters of type SoftwareComponentInterface | |
---|---|
void |
PropertyGroupInterface.addCustomizer(SoftwareComponentInterface softcom)
Add a SoftwareComponentInterface object as a customizer of this PropertyGroup. |
void |
AbstractPropertyInterface.addCustomizer(SoftwareComponentInterface customizer)
Add a customizer to this property. |
void |
AbstractPropertyInterface.addEditor(SoftwareComponentInterface editor)
Add an editor to this property. |
void |
VirtualMetadata.addImplementor(SoftwareComponentInterface softwareComponent)
|
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. |
void |
AbstractPropertyInterface.addValidator(SoftwareComponentInterface validator)
Add a validator to the property. |
static MultiHostDeployment |
OMRMultiHostDeployedObject.getInstance(SoftwareComponentInterface metadataObject)
|
void |
PropertyGroupInterface.removeCustomizer(SoftwareComponentInterface softcom)
Remove a SoftwareComponentInterface from the list of customizers of this PropertyGroup. |
void |
AbstractPropertyInterface.removeCustomizer(SoftwareComponentInterface customizer)
Remove a customizer from this property. |
void |
AbstractPropertyInterface.removeEditor(SoftwareComponentInterface editor)
Remove an editor from this property. |
void |
VirtualMetadata.removeImplementor(SoftwareComponentInterface softwareComponent)
|
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. |
void |
AbstractPropertyInterface.removeValidator(SoftwareComponentInterface validator)
Remove a validator from the property. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |