|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObjectSchema
public abstract class ServiceObjectSchema
Represents the base class for all item and folder schemas.
| 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 properties to dictionary. |
protected static void |
addSchemaPropertyNamesToDictionary(Class<?> type,
Map<PropertyDefinition,String> propertyNameDictionary)
Adds the schema property names to dictionary. |
protected static PropertyDefinitionBase |
findPropertyDefinition(String uri)
Finds the property definition. |
protected List<PropertyDefinition> |
getFirstClassProperties()
* Gets the list of first class properties for this service object type. |
protected List<PropertyDefinition> |
getFirstClassSummaryProperties()
* Gets the list of first class summary properties for this service object type. |
protected 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 properties. |
protected void |
registerProperty(PropertyDefinition property)
Registers a schema property that will be visible to developers. |
protected 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.protected static PropertyDefinitionBase findPropertyDefinition(String uri)
uri - The URI.
protected 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()
protected List<PropertyDefinition> getFirstClassProperties()
protected List<PropertyDefinition> getFirstClassSummaryProperties()
protected 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 | ||||||||