@PublicSpi
public interface ObjectConfigurable
Modifier and Type | Method and Description |
---|---|
String |
getDefaultProperty(String propertyKey)
Returns the default property value for a key
|
String |
getKey()
Return the key of this object
|
Long |
getLongProperty(String propertyKey)
Returns a property of this object with the specified key as a long
|
ObjectConfiguration |
getObjectConfiguration()
Retrieves an object configuration object with properties that can be set
|
com.opensymphony.module.propertyset.PropertySet |
getProperties()
Retrieve all the specified Properties for this object
|
String |
getProperty(String propertyKey)
Returns a property of this object with the specified key
|
String |
getTextProperty(String propertyKey)
Returns a property of this object with the specified key, the property is of type text
|
boolean |
hasProperty(String propertyKey)
Checks if this object has a particular property
|
ObjectConfiguration getObjectConfiguration() throws ObjectConfigurationException
ObjectConfigurationException
boolean hasProperty(String propertyKey) throws ObjectConfigurationException
propertyKey
- to look forObjectConfigurationException
String getProperty(String propertyKey) throws ObjectConfigurationException
propertyKey
- String key used to retrieve the property valueObjectConfigurationException
String getTextProperty(String propertyKey) throws ObjectConfigurationException
propertyKey
- String key used to retrieve the property valueObjectConfigurationException
Long getLongProperty(String propertyKey) throws ObjectConfigurationException
propertyKey
- String key used to retrieve the property valueObjectConfigurationException
String getDefaultProperty(String propertyKey) throws ObjectConfigurationException
propertyKey
- String key used to retrieve the properties default valueObjectConfigurationException
com.opensymphony.module.propertyset.PropertySet getProperties() throws ObjectConfigurationException
ObjectConfigurationException
String getKey()
Copyright © 2002-2017 Atlassian. All Rights Reserved.