Salesforce

Load Methods (Magic xpi 4.13)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Load Methods (Magic xpi 4.13)

The Browse Method dialog box is used to define or change methods and method parameters for a component.

This dialog box contains the following fields:

Name

Description

Browse Methods

Technology

The technology that you want to use to develop your component. Select one of the following from the drop-down list:

  • Java

  • .NET

Assemblies

Select the assembly that you want to include in the component from the drop-down list. This drop-down list is populated by the selections that you make in the Assembly Selection dialog box when you click the Assemblies button.

  • All dependent dlls must be added to the Assembly Selection list and not just the one containing the class that you want to use.

  • If the assembly is already loaded to the GAC, you do not need to select an assembly.

This parameter is available only if you selected .NET in the Technology parameter (above).

Class

A mandatory unique name in the project for the module.

If you select Java in the Technology parameter (above), click the button to select a class from a list of available classes in the classpath.

Then, click the Jars button and select the jar files that you want to include in the component.

Methods List

Name

The name of the method used by the server at runtime. This is a method name for Java components. Names with special characters, such as a period (.), question mark (?), or slash (/) cannot be loaded.

Number of Arguments

The number of arguments that this method accepts.

Type

Select the type of method that you want to include in the component.

Signature

This read-only section displays the full method signature.

Reference
Attachment 
Attachment