Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.core.definition.element.Property

Packages that use Property
oracle.stellent.wcm.core.definition.element   

 

Uses of Property in oracle.stellent.wcm.core.definition.element

 

Subclasses of Property in oracle.stellent.wcm.core.definition.element
static class Property.ComplexProperty
          A complex property holds a reference to a map of properties
static class Property.DataProperty
          A data property
static class Property.ListProperty
          List property
static class Property.StringProperty
          A string property

 

Methods in oracle.stellent.wcm.core.definition.element that return Property
 Property IReferencesDefinition.getProperty(java.lang.String propertyName)
          Get property by property name
 Property ReferencesDefinition.getProperty(java.lang.String name)
           

 

Methods in oracle.stellent.wcm.core.definition.element that return types with arguments of type Property
 java.util.Map<java.lang.String,Property> Property.ComplexProperty.getValue()
           

 

Methods in oracle.stellent.wcm.core.definition.element with parameters of type Property
 void IReferencesDefinition.addProperty(Property newProperty)
          Add a new property
 void ReferencesDefinition.addProperty(Property property)
           
 void Property.ComplexProperty.addProperty(Property property)
           

 

Method parameters in oracle.stellent.wcm.core.definition.element with type arguments of type Property
 void Property.ComplexProperty.setValue(java.util.Map<java.lang.String,Property> value)
           

 

Constructor parameters in oracle.stellent.wcm.core.definition.element with type arguments of type Property
Property.ComplexProperty(java.lang.String name, java.util.Map<java.lang.String,Property> value)
           

 


Skip navigation links

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

E17273-03


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