nl.gx.product.wmpuserprofilessearchextension.api
Class WCBConstants

java.lang.Object
  extended by nl.gx.product.wmpuserprofilessearchextension.api.WCBConstants

public final class WCBConstants
extends java.lang.Object

This class contains the identifiers, namespaces, names and descriptions of the WCB itself and of the components it contains. If you need to use IDs defined by this WCB, use these constants rather then hard coded values.


Field Summary
static java.lang.String BUNDLE_DESCRIPTION
          The description of this WCB, equals the description of the component bundle definition.
static java.lang.String BUNDLE_ID
          The ID of the component bundle definition.
static java.lang.String BUNDLE_NAME
          The name of this WCB, equals the name of the component bundle definition.
static java.lang.String DOMAIN
          The domain of this WCB, i.e.
static java.lang.String NAMESPACE_PREFIX
          The namespace prefix used by JCR node types contained by this WCB.
static java.lang.String NAMESPACE_URI
          The full namespace URI used by JCR node types contained by this WCB.
static java.lang.String SERVICE_COMPONENT_DESCRIPTION
          The description of the service component.
static java.lang.String SERVICE_COMPONENT_ID
          The component definition ID of the service component.
static java.lang.String SERVICE_COMPONENT_NAME
          The name of the service component.
static java.lang.String WCB_ID
          The WCB ID of this WCB, i.e.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static final java.lang.String DOMAIN
The domain of this WCB, i.e. 'nl.gx.product'. By convention the domain contains only characters in the range [a-z] separated by dots.

See Also:
Constant Field Values

WCB_ID

public static final java.lang.String WCB_ID
The WCB ID of this WCB, i.e. 'helloworldpresentation'. By convention the WCB ID contains only characters in the range [a-z].

See Also:
Constant Field Values

NAMESPACE_URI

public static final java.lang.String NAMESPACE_URI
The full namespace URI used by JCR node types contained by this WCB.

See Also:
Constant Field Values

NAMESPACE_PREFIX

public static final java.lang.String NAMESPACE_PREFIX
The namespace prefix used by JCR node types contained by this WCB.

See Also:
Constant Field Values

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
The ID of the component bundle definition. Each WCB has exactly one component bundle definition but may have one or more component definitions.

See Also:
Constant Field Values

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
The name of this WCB, equals the name of the component bundle definition.

See Also:
Constant Field Values

BUNDLE_DESCRIPTION

public static final java.lang.String BUNDLE_DESCRIPTION
The description of this WCB, equals the description of the component bundle definition.

See Also:
Constant Field Values

SERVICE_COMPONENT_ID

public static final java.lang.String SERVICE_COMPONENT_ID
The component definition ID of the service component.

See Also:
Constant Field Values

SERVICE_COMPONENT_NAME

public static final java.lang.String SERVICE_COMPONENT_NAME
The name of the service component.

See Also:
Constant Field Values

SERVICE_COMPONENT_DESCRIPTION

public static final java.lang.String SERVICE_COMPONENT_DESCRIPTION
The description of the service component.

See Also:
Constant Field Values


Copyright © 2007-2011 GX Software BV. All Rights Reserved.