| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyMap | |
| com.togethersoft.openapi.model.elements | |
| com.togethersoft.openapi.model.extension | |
| com.togethersoft.openapi.model.util | |
| Uses of PropertyMap in com.togethersoft.openapi.model.elements |
| Subinterfaces of PropertyMap in com.togethersoft.openapi.model.elements | |
interface | ElementThis interface represents a basic element of the model. |
interface | ReferenceThis interface defines behaviour of reference -- separate item of model, which refers to Element, has it's own properties and parent. |
| Fields in com.togethersoft.openapi.model.elements declared as PropertyMap | |
final static PropertyMap | Property.lnkPropertyMap |
| Methods in com.togethersoft.openapi.model.elements that return PropertyMap | |
PropertyMap | Property.getSubproperties()Provides an access to the nested properties tree |
| Uses of PropertyMap in com.togethersoft.openapi.model.extension |
| Methods in com.togethersoft.openapi.model.extension that return PropertyMap | |
PropertyMap | ExtensionManager.createPropertyMap() |
PropertyMap | ExtensionManager.createPropertyMap(Property[] properties) |
PropertyMap | ExtensionManager.createPropertyMap(Map values) |
| Methods in com.togethersoft.openapi.model.extension with parameters of type PropertyMap | |
boolean | DeleteProvider.canDelete(PropertyMap propertyMap)This method is called when it's neccesssary to know if Element or
Reference can be deleted. |
void | DeleteProvider.delete(PropertyMap propertyMap)This method is called when object is to be deleted. |
boolean | DeleteProvider.isApplicable(PropertyMap propertyMap)This method is guaranteed to be called with the corresponding argument right before any other method of provider is invoked. |
boolean | DeleteProvider.isDeleted(PropertyMap propertyMap)This method is called, when isDeleted opertation of Element or
Reference was invoked. |
Property | PropertyGetProvider.getProperty(PropertyMap propertyMap, String propertyName)Will be called, when getProperty operation of PropertyMap was invoked. |
String | PropertyGetProvider.getPropertyValue(PropertyMap propertyMap, String propertyName)Will be called, when getPropertyValue operation of PropertyMap was invoked. |
boolean | PropertyGetProvider.hasProperty(PropertyMap propertyMap, String propertyName)Will be called, when hasProperty operation of PropertyMap was invoked. |
boolean | PropertyGetProvider.hasPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)Will be called, when hasPropertyValue operation of PropertyMap was
invoked. |
boolean | PropertyGetProvider.isPropertyReadable(PropertyMap propertyMap, String propertyName)Will be called, when isPropertyReadable operation of PropertyMap was invoked. |
PropertyEnumeration | PropertyGetProvider.properties(PropertyMap propertyMap, String propertyName)Will be called, when properties(String propertyName) operation of PropertyMap was invoked. |
PropertyEnumeration | PropertyGetProvider.properties(PropertyMap propertyMap)Will be called, when properties() operation of PropertyMap was invoked. |
boolean | PropertyProvider.isApplicable(PropertyMap propertyMap, String propertyName)This method is called right before any other methods of PropertyGetProvider and PropertysetProvider are called. |
Property | PropertySetProvider.addProperty(PropertyMap propertyMap, String propertyName, String propertyValue)Provider must add property with a specified value to propertyMap. |
boolean | PropertySetProvider.canAddProperty(PropertyMap propertyMap, String propertyName, String propertyValue)Provider must return true, if propertyName property with
propertyValue value can be added to propertyMap
This method is called, when canAddProperty method of PropertyMap was
invoked or before addProperty method invokation. |
boolean | PropertySetProvider.canSetPropertyValue(PropertyMap propertyMap, String propertyName, boolean propertyValue)See descriprtion of canSetPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue) |
boolean | PropertySetProvider.canSetPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)Provider must return true if propertyName property can be set
to the propertyValue value. |
boolean | PropertySetProvider.isPropertyWritable(PropertyMap propertyMap, String propertyName)Provider must return true if propertyName property is writable. |
void | PropertySetProvider.setPropertyValue(PropertyMap propertyMap, String propertyName, boolean propertyValue)See description of setPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)
method. |
void | PropertySetProvider.setPropertyValue(PropertyMap propertyMap, String propertyName, String propertyValue)Provider must set property with a specified value. |
| Uses of PropertyMap in com.togethersoft.openapi.model.util |
| Methods in com.togethersoft.openapi.model.util that return PropertyMap | |
PropertyMap | PropertyAdapter.getSubproperties() |
| Methods in com.togethersoft.openapi.model.util with parameters of type PropertyMap | |
boolean | ChildrenProviderAdapter.canDelete(PropertyMap propertyMap) |
void | ChildrenProviderAdapter.delete(PropertyMap propertyMap) |
abstract boolean | ChildrenProviderAdapter.isApplicable(PropertyMap propertyMap)This method should return true if this provider can somehow
deal with the given property map deleting. |
abstract boolean | ChildrenProviderAdapter.isDeleted(PropertyMap propertyMap)This method should return actual information. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||