Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.conductor.annotation
Annotation Type PublicParameter


@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface PublicParameter

Annotation to decorate parameters for method metadata and input parameters.


Required Element Summary
 java.lang.String parameterName
          The parameter name to use in the method metadata.

 

Optional Element Summary
 java.lang.String descriptionBundleKey
          The resource bundle key to use for localizing the description of this parameter.

 

Element Detail

parameterName

public abstract java.lang.String parameterName
The parameter name to use in the method metadata.

descriptionBundleKey

public abstract java.lang.String descriptionBundleKey
The resource bundle key to use for localizing the description of this parameter.
Default:
""

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.