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 ContextualProvider


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

Function provider annotation to annotate contextual services for scenarios.


Required Element Summary
 java.lang.String contextName
          Specifies the root context variable name to use in the scenario context
 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 resourceBundle
          The resource bundle to use for the provider metadata.

 

Element Detail

contextName

public abstract java.lang.String contextName
Specifies the root context variable name to use in the scenario context

resourceBundle

public abstract java.lang.String resourceBundle
The resource bundle to use for the provider 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
11g Release 1 (11.1.1.4.0)
E15995-03


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