Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


oracle.stellent.wcm.core.definition.element
Class ElementDefinition

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.element.ElementReferencesDefinition
      extended by oracle.stellent.wcm.core.definition.element.ElementDefinition


public class ElementDefinition
extends ElementReferencesDefinition

Represents an individual element schema configuration.


Field Summary
static java.lang.String CLASSES
           
static java.lang.String CORE_CONTENT_ONLY
           
static java.lang.String CUSTOM_CONFIG
           
static java.lang.String CUSTOM_CONFIG_URLS
           
static int ERROR_UNKNOWN_TYPE
           
static java.lang.String FLAGS
          flags field name
static java.lang.String HEIGHT
          height field name
static java.lang.String INSERTFLASHQUERYTEXT
           
static java.lang.String INSERTIMAGEQUERYTEXT
           
static java.lang.String LIMIT_SCOPE
          search scope limit field name
static java.lang.String QUERY_TEXT
          query text field name
static java.lang.String RESULT_COUNT
          result count field name
static java.lang.String SORT_FIELD
          sort field name
static java.lang.String SORT_ORDER
          sort order field name
static java.lang.String STYLESHEETS
           
static java.lang.String TARGET_NODE_ID
          target node/section id
static java.lang.String TYPE
           
static int TYPE_CUSTOM
           
static int TYPE_DYNAMIC_LIST
           
static int TYPE_IMAGE
           
static int TYPE_PLAIN_TEXT
           
static int TYPE_STATIC_LIST
           
static int TYPE_WYSIWYG
           
static java.lang.String VALIDATE
          validate complex property
static java.lang.String VALIDATE_DOCNAME
           
static java.lang.String VALIDATE_LANGUAGE
           
static java.lang.String VALIDATE_METHODNAME
           
static java.lang.String VALIDATE_PARAMETERS
           
static java.lang.String VALIDATE_PARAMTYPE
           

 

Constructor Summary
ElementDefinition()
          Build an empty element schema
ElementDefinition(oracle.stellent.wcm.core.definition.element.model.ElementType elementType)
           

 

Method Summary
 java.lang.String getTypeName()
          Get the type as a friendly name
 int getTypeNumber()
           
 boolean isStaticList()
          Is this element definition a Static List

 

Methods inherited from class oracle.stellent.wcm.core.definition.element.ElementReferencesDefinition
addElementReference, addProperty, getDescription, getElementReference, getElementReferenceNames, getElementReferenceType, getElementReferenceValues, getFieldDescription, getFieldLabel, getFieldLocation, getModel, getProperty, getPropertyValue, removeElementReference, setDescription, setPropertyValue

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

QUERY_TEXT

public static final java.lang.String QUERY_TEXT
query text field name
See Also:
Constant Field Values

SORT_FIELD

public static final java.lang.String SORT_FIELD
sort field name
See Also:
Constant Field Values

SORT_ORDER

public static final java.lang.String SORT_ORDER
sort order field name
See Also:
Constant Field Values

RESULT_COUNT

public static final java.lang.String RESULT_COUNT
result count field name
See Also:
Constant Field Values

LIMIT_SCOPE

public static final java.lang.String LIMIT_SCOPE
search scope limit field name
See Also:
Constant Field Values

TARGET_NODE_ID

public static final java.lang.String TARGET_NODE_ID
target node/section id
See Also:
Constant Field Values

HEIGHT

public static final java.lang.String HEIGHT
height field name
See Also:
Constant Field Values

FLAGS

public static final java.lang.String FLAGS
flags field name
See Also:
Constant Field Values

VALIDATE

public static final java.lang.String VALIDATE
validate complex property
See Also:
Constant Field Values

VALIDATE_DOCNAME

public static final java.lang.String VALIDATE_DOCNAME
See Also:
Constant Field Values

VALIDATE_LANGUAGE

public static final java.lang.String VALIDATE_LANGUAGE
See Also:
Constant Field Values

VALIDATE_METHODNAME

public static final java.lang.String VALIDATE_METHODNAME
See Also:
Constant Field Values

VALIDATE_PARAMTYPE

public static final java.lang.String VALIDATE_PARAMTYPE
See Also:
Constant Field Values

VALIDATE_PARAMETERS

public static final java.lang.String VALIDATE_PARAMETERS
See Also:
Constant Field Values

INSERTIMAGEQUERYTEXT

public static final java.lang.String INSERTIMAGEQUERYTEXT
See Also:
Constant Field Values

INSERTFLASHQUERYTEXT

public static final java.lang.String INSERTFLASHQUERYTEXT
See Also:
Constant Field Values

CORE_CONTENT_ONLY

public static final java.lang.String CORE_CONTENT_ONLY
See Also:
Constant Field Values

CUSTOM_CONFIG

public static final java.lang.String CUSTOM_CONFIG
See Also:
Constant Field Values

CUSTOM_CONFIG_URLS

public static final java.lang.String CUSTOM_CONFIG_URLS
See Also:
Constant Field Values

STYLESHEETS

public static final java.lang.String STYLESHEETS
See Also:
Constant Field Values

CLASSES

public static final java.lang.String CLASSES
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

TYPE_WYSIWYG

public static final int TYPE_WYSIWYG
See Also:
Constant Field Values

TYPE_STATIC_LIST

public static final int TYPE_STATIC_LIST
See Also:
Constant Field Values

TYPE_DYNAMIC_LIST

public static final int TYPE_DYNAMIC_LIST
See Also:
Constant Field Values

TYPE_CUSTOM

public static final int TYPE_CUSTOM
See Also:
Constant Field Values

TYPE_IMAGE

public static final int TYPE_IMAGE
See Also:
Constant Field Values

TYPE_PLAIN_TEXT

public static final int TYPE_PLAIN_TEXT
See Also:
Constant Field Values

ERROR_UNKNOWN_TYPE

public static final int ERROR_UNKNOWN_TYPE
See Also:
Constant Field Values

Constructor Detail

ElementDefinition

public ElementDefinition()
Build an empty element schema

ElementDefinition

public ElementDefinition(oracle.stellent.wcm.core.definition.element.model.ElementType elementType)

Method Detail

isStaticList

public boolean isStaticList()
Is this element definition a Static List
Returns:
true if Static List Type

getTypeNumber

public int getTypeNumber()

getTypeName

public java.lang.String getTypeName()
Get the type as a friendly name
Returns:
friendly name of the type or the empty string

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


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