Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.conductor.annotation
Annotation Type PublicFunction


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PublicFunction

Annotation to decorate methods as a public function or method.

This annotation is designed to be used under the following circumstances:

See Also:
IFunctionProvider, IExecutableResource

Required Element Summary
 java.lang.String descriptionBundleKey
          The resource bundle key to use for localizing the description of this function or method.
 java.lang.String functionName
          The name of this function or method to be exposed as for tooling, EL resolution and provider method invocation.

 

Element Detail

functionName

public abstract java.lang.String functionName
The name of this function or method to be exposed as for tooling, EL resolution and provider method invocation.

descriptionBundleKey

public abstract java.lang.String descriptionBundleKey
The resource bundle key to use for localizing the description of this function or method.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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