BusinessRulesMBean MBean

Partial ObjectName:
WebSphere:*,type=BusinessRulesMBean


MBean BusinessRulesMBean

BusinessRulesManager


Operation Summary
java.util.ListgetComponentDescriptions()
           retrieves a list of all of the committed business rule components
java.util.ListgetExportableArtifactsForComponents(java.lang.String user, java.util.List components)
           retrieves a list of the exportable artifacts associated with a given list of components
voidimportArtifacts(java.lang.String user, java.util.List importableArtifacts )
           Import the artifacts in the specified list

Operation Detail

getComponentDescriptions

public java.util.List getComponentDescriptions()
retrieves a list of all of the committed business rule components
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getExportableArtifactsForComponents

public java.util.List getExportableArtifactsForComponents(java.lang.String user, java.util.List components)
retrieves a list of the exportable artifacts associated with a given list of components
Parameters:
user - the user on whose behalf the request is being made
components - the list of components to export
Security Roles:
administrator
operator

importArtifacts

public void importArtifacts(java.lang.String user, java.util.List importableArtifacts )
Import the artifacts in the specified list
Parameters:
user - the user on whose behalf the request is being made
importableArtifacts - the list of artifacts to import
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005