Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo
Interface Properties

All Superinterfaces:
ExprWrappable
All Known Subinterfaces:
ApplicationModule, AttributeDef, AttributeInterface, Category, ComponentObject, RowSet, Variable, ViewLink, ViewObject, ViewObjectDynAttr, WSRowSet
All Known Implementing Classes:
AdapterException, AfterCommitException, AfterPostException, AfterRollbackException, AlreadyConnectedException, AlreadyLockedException, ApplicationModuleCreateException, ApplicationModuleHelper, ApplicationModuleImpl, ApplicationModuleImpl, ApplicationPoolException, AssociationDefImpl, AssociationReference, AttrDependencyException, AttributeDefHelper, AttributeDefImpl, AttributeDefImpl, AttributeDefImpl, AttributeDefOverAttr, AttributeInfo, AttributeLoadException, AttributeReadXMLException, AttrNotSelectedException, AttrSetValException, AttrValException, BatchDMLException, CategoryImpl, CmrAccessorDefImpl, CmrAccessorEntRowSet, CmrAccessorViewImpl, CmrAccessorViewRowSet, ComponentHintsHelper, ComponentObjectImpl, ComponentUsageImpl, ConfigException, ConnectionException, ContainerObjectImpl, CreateRowPrivilegeException, CustomClassNotFoundException, DataCreationException, DCCriteriaBaseVOImpl, DCCriteriaItemVOImpl, DCCriteriaOperatorVOImpl, DCCriteriaRowVOImpl, DCCriteriaValueVOImpl, DCCriteriaVOImpl, DCDataVO, DCGenericRowSetIteratorImpl, DCRowSetIteratorImpl, DCVariableImpl, DCVCSubstAttrDef, DeadEntityAccessException, DeadViewRowAccessException, DefaultVOCategoryImpl, DefinitionChangedException, DefPersistenceException, DMLConstraintException, DMLException, DomainAttributeDef, DomainValidationException, DSEntityCache, DSViewObjectImpl, EntityCache, EntityCacheOverRowSet, EntityFacadeCollImpl, EntityReference, EntityRowSetImpl, FinderViewImpl, GenericDomainException, GraphCycleException, HiddenDefException, InvalidAttrKindException, InvalidDefNameException, InvalidObjAccessException, InvalidObjNameException, InvalidOperException, InvalidOwnerException, InvalidParamException, InvalidSortCriteriaAttrException, JboAssert, JboException, JboExceptionHelper, JboExHelperLocalized, JboExMsgCarrier, JboSerializationException, JboSQLException, JboUnexpectedException, JboWarning, JIEvalException, JIEvaluationError, JIException, JISyntaxError, JUCtrlParameterDef, KeyNotFoundException, KeyNotPopulatedException, ListBindingMismatchException, LOVAppModuleImpl, NameClashException, NoDefException, NoObjException, NotConnectedException, NoXMLFileException, PCollException, PersInconsistentException, PersistenceException, PiggybackException, PlaceholderVOImpl, PropertiesHelper, ReadOnlyAttrException, ReadOnlyDefObjectException, ReadOnlyViewObjectException, ReadXMLException, RemoveRowPrivilegeException, RemoveWithDetailsException, ResourcePoolException, RowAlreadyDeletedException, RowCreateException, RowDMLException, RowIdAMImpl, RowIdGenerationException, RowInconsistentException, RowLimitExceededWarning, RowNotAvailableException, RowNotFoundException, RowReadXMLException, RowReference, RowSetHelper, RowSetIteratorHelper, RowValException, ServiceJboWarning, SQLDatumException, SQLStmtException, TooManyObjectsException, TxnValException, UnknownSQLTypeException, UpdateAttrPrivilegeException, ValidationException, VariableImpl, VariantException, ViewAttributeDefImpl, ViewCriteria, ViewCriteriaImpl, ViewCriteriaItem, ViewCriteriaItemCompound, ViewCriteriaItemCompoundImpl, ViewCriteriaItemImpl, ViewLinkAlreadyExistsException, ViewLinkImpl, ViewLinkImpl, ViewObjectImpl, ViewObjectNotPreparedException, ViewObjectOnRowSets, ViewReference, ViewRowSetImpl, ViewRowSetIteratorImpl, ViewUsageImpl, WSApplicationModuleImpl, WSAttributeDefImpl, WSComponentObjectImpl, WSRowSetImpl, WSViewLinkImpl, WSViewObjectImpl

public interface Properties
extends ExprWrappable

Provides access to custom name-value pairs stored in an object's metadata definition.

Since:
JDeveloper 3.0

Method Summary
 java.util.Hashtable getProperties()
          Gets the table of properties.
 java.lang.Object getProperty(java.lang.String hintName)
          Retrieves the specified property, if it exists.
 java.lang.Object getProperty(java.lang.String hintName, LocaleContext locale)
           
 java.lang.Object refreshProperty(java.lang.String hintName)
          Retrieves the specified property, if it exists.
 

Method Detail

getProperty

java.lang.Object getProperty(java.lang.String hintName)
Retrieves the specified property, if it exists.

Parameters:
hintName - Property name.
Returns:
the value of the property, if any, otherwise null.

getProperty

java.lang.Object getProperty(java.lang.String hintName,
                             LocaleContext locale)

refreshProperty

java.lang.Object refreshProperty(java.lang.String hintName)
Retrieves the specified property, if it exists. If the application running in a 3 tier environment, it retrieves the property from the middle-tier server, refreshing the value on the client side. If the application is running in a 2 tier environment, it is equivalent to getProperty.

Parameters:
hintName - Property name.
Returns:
the value of the property, if any, otherwise null.

getProperties

java.util.Hashtable getProperties()
Gets the table of properties.

Returns:
a hashtable of properties.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.