|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
public abstract class ServiceObjectSchema
Represents the base class for all item and folder schema.
| Field Summary | |
|---|---|
static PropertyDefinition |
extendedProperties
Defines the ExtendedProperties property. |
| Constructor Summary | |
|---|---|
protected |
ServiceObjectSchema()
Initializes a new instance. |
| Method Summary | |
|---|---|
protected static void |
addSchemaPropertiesToDictionary(Class<?> type,
Map<String,PropertyDefinitionBase> propDefDictionary)
Adds schema property to dictionary. |
protected static void |
addSchemaPropertyNamesToDictionary(Class<?> type,
Map<PropertyDefinition,String> propertyNameDictionary)
Adds the schema property names to dictionary. |
static PropertyDefinitionBase |
findPropertyDefinition(String uri)
Finds the property definition. |
List<PropertyDefinition> |
getFirstClassProperties()
Gets the list of first class property for this service object type. |
List<PropertyDefinition> |
getFirstClassSummaryProperties()
Gets the list of first class summary property for this service object type. |
static void |
initializeSchemaPropertyNames()
Initialize schema property names. |
Iterator<PropertyDefinition> |
iterator()
Returns an iterator over a set of elements of type T. |
protected void |
registerIndexedProperty(IndexedPropertyDefinition indexedProperty)
Registers an indexed property. |
protected void |
registerInternalProperty(PropertyDefinition property)
Registers an internal schema property. |
protected void |
registerProperties()
Registers property. |
protected void |
registerProperty(PropertyDefinition property)
Registers a schema property that will be visible to developers. |
boolean |
tryGetPropertyDefinition(String xmlElementName,
OutParam<PropertyDefinition> propertyDefinitionOutParam)
Tries to get property definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final PropertyDefinition extendedProperties
| Constructor Detail |
|---|
protected ServiceObjectSchema()
| Method Detail |
|---|
protected static void addSchemaPropertiesToDictionary(Class<?> type,
Map<String,PropertyDefinitionBase> propDefDictionary)
type - Schema type.propDefDictionary - The property definition dictionary.
protected static void addSchemaPropertyNamesToDictionary(Class<?> type,
Map<PropertyDefinition,String> propertyNameDictionary)
type - The type.propertyNameDictionary - The property name dictionary.public static PropertyDefinitionBase findPropertyDefinition(String uri)
uri - The URI.
public static void initializeSchemaPropertyNames()
protected void registerProperty(PropertyDefinition property)
property - The property to register.protected void registerInternalProperty(PropertyDefinition property)
property - The property to register.protected void registerIndexedProperty(IndexedPropertyDefinition indexedProperty)
indexedProperty - The indexed property to register.protected void registerProperties()
public List<PropertyDefinition> getFirstClassProperties()
public List<PropertyDefinition> getFirstClassSummaryProperties()
public boolean tryGetPropertyDefinition(String xmlElementName,
OutParam<PropertyDefinition> propertyDefinitionOutParam)
xmlElementName - Name of the XML element.propertyDefinitionOutParam - The property definition.
public Iterator<PropertyDefinition> iterator()
iterator in interface Iterable<PropertyDefinition>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||