WebSphere:*,type=BusinessRulesMBean
MBean BusinessRulesMBean
BusinessRulesManager
Operation Summary | |
java.util.List | getComponentDescriptions() retrieves a list of all of the committed business rule components |
java.util.List | getExportableArtifactsForComponents( retrieves a list of the exportable artifacts associated with a given list of components |
void | importArtifacts( Import the artifacts in the specified list |
Operation Detail |
public java.util.List getComponentDescriptions()
public java.util.List getExportableArtifactsForComponents(java.lang.String user,
java.util.List components
)
user
-
the user on whose behalf the request is being madecomponents
-
the list of components to export
public void importArtifacts(java.lang.String user,
java.util.List importableArtifacts
)
user
-
the user on whose behalf the request is being madeimportableArtifacts
-
the list of artifacts to import