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 FunctionProvider


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FunctionProvider

Annotation used to decorate implementations of IFunctionProvider.

See Also:
IFunctionProvider

Required Element Summary
 java.lang.String descriptionBundleKey
          The bundle key to use for the description of this service.
 java.lang.String nameBundleKey
          The resource bundle key to use to localize the name of the provider.
 java.lang.String prefix
          The prefix/category or namespace of the function.
 java.lang.String resourceBundle
          The resource bundle to use for provider localization.

 

Element Detail

prefix

public abstract java.lang.String prefix
The prefix/category or namespace of the function.

resourceBundle

public abstract java.lang.String resourceBundle
The resource bundle to use for provider localization. metadata.

nameBundleKey

public abstract java.lang.String nameBundleKey
The resource bundle key to use to localize the name of the provider.

descriptionBundleKey

public abstract java.lang.String descriptionBundleKey
The bundle key to use for the description of this service.

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.