UiPath Documentation
activities
latest
false

Actividades de desarrollador

Última actualización 21 de abr. de 2026

Crear objeto de java

UiPath.Java.Activities.CreateJavaObject

Crea una variable JavaObject a partir de una clase utilizando el constructor especificado en el campo de propiedad TipoDeDestino . La clase debe definirse en el .jar proporcionado en la actividad Cargar jar .

Nota:

El paquete de actividades Java ahora es compatible con .NET 5 Windows.

Propiedades

Común
  • DisplayName - The display name of the activity. This field supports only String variables.
Entrada
  • Parameters - The list of arguments you want to pass to the Java method. The arguments must be specified in the same order as they are in the Java method. This field supports value-type variables (Int32, String, etc.), as well as Arrays of value-type variables.
  • ParametersList - An array of Object variables, containing the parameters you want to pass to the Java method. This field supports only List<Object> variables.
    Nota:

    The Parameters field enables you to add plain-text arguments and the ParametersList field enables you to load them from preexisting variables. These two property fields have the same function. An argument cannot be null.

Otros
  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Salida
  • Result - The created JavaObject variable.
Destino
  • TargetType - The name of the Java class you want to use to create the JavaObject. This field supports only strings and String variables.
    Nota:

    The TargetType property must be specified in the form package.name.ClassName. For example, if we have a package called com.package.example which contains the class User.Profile, which we want to use, then the TargetType property should look like com.package.example.User.Profile.

  • Propiedades

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado