|
||||||||
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(java.lang.Class<?> type,
java.util.Map<java.lang.String,PropertyDefinitionBase> propDefDictionary)
Adds schema properties to dictionary. |
protected static void |
addSchemaPropertyNamesToDictionary(java.lang.Class<?> type,
java.util.Map<PropertyDefinition,java.lang.String> propertyNameDictionary)
Adds the schema property names to dictionary. |
protected static PropertyDefinitionBase |
findPropertyDefinition(java.lang.String uri)
Finds the property definition. |
protected java.util.List<PropertyDefinition> |
getFirstClassProperties()
* Gets the list of first class properties for this service object type. |
protected java.util.List<PropertyDefinition> |
getFirstClassSummaryProperties()
* Gets the list of first class summary properties for this service object type. |
protected static void |
initializeSchemaPropertyNames()
Initialize schema property names. |
java.util.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(java.lang.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(java.lang.Class<?> type, java.util.Map<java.lang.String,PropertyDefinitionBase> propDefDictionary)
type
- Schema type.propDefDictionary
- The property definition dictionary.protected static void addSchemaPropertyNamesToDictionary(java.lang.Class<?> type, java.util.Map<PropertyDefinition,java.lang.String> propertyNameDictionary)
type
- The type.propertyNameDictionary
- The property name dictionary.protected static PropertyDefinitionBase findPropertyDefinition(java.lang.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 java.util.List<PropertyDefinition> getFirstClassProperties()
protected java.util.List<PropertyDefinition> getFirstClassSummaryProperties()
protected boolean tryGetPropertyDefinition(java.lang.String xmlElementName, OutParam<PropertyDefinition> propertyDefinitionOutParam)
xmlElementName
- Name of the XML element.propertyDefinitionOutParam
- The property definition.
public java.util.Iterator<PropertyDefinition> iterator()
iterator
in interface java.lang.Iterable<PropertyDefinition>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |