public interface PropertyManagerOperations
| Modifier and Type | Method and Description |
|---|---|
Property[] |
get_default_properties() |
Property[] |
get_properties(Object object_group) |
Property[] |
get_type_properties(String type_id) |
void |
remove_default_properties(Property[] props) |
void |
remove_type_properties(String type_id,
Property[] props) |
void |
set_default_properties(Property[] props) |
void |
set_properties_dynamically(Object object_group,
Property[] overrides) |
void |
set_type_properties(String type_id,
Property[] overrides) |
void set_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertyProperty[] get_default_properties()
void remove_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertyvoid set_type_properties(String type_id, Property[] overrides) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertyvoid remove_type_properties(String type_id, Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertyvoid set_properties_dynamically(Object object_group, Property[] overrides) throws InvalidProperty, ObjectGroupNotFound, UnsupportedProperty
Property[] get_properties(Object object_group) throws ObjectGroupNotFound
ObjectGroupNotFoundCopyright © 2017 JacORB. All rights reserved.