|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeElement
Method Summary | |
---|---|
void |
forceSave()
Causes an immediate call to the underlying persistence mechanism's write-now method. |
java.math.BigDecimal |
getBigDecimalProperty(java.lang.String key)
Gets a BigDecimal property from the Runtime Element. |
java.math.BigDecimal |
getBigDecimalProperty(java.lang.String key,
java.math.BigDecimal defaultValue)
Gets a BigDecimal property from the Runtime Element. |
java.util.Date |
getDateProperty(java.lang.String key)
Gets a Date property from the Runtime Element. |
java.util.Date |
getDateProperty(java.lang.String key,
java.util.Date defaultValue)
Gets a Date property from the Runtime Element. |
java.lang.String |
getInstanceId()
|
java.util.List |
getListProperty(java.lang.String key)
Gets a List property from the Runtime Element |
boolean |
getLoaded()
|
int |
getLoggingLevel()
|
long |
getLongProperty(java.lang.String key,
long defaultValue)
Gets a property from the paramMap as a long using a default value if it doesn't exist in the map |
java.lang.Long |
getLongProperty(java.lang.String key,
java.lang.Long defaultValue)
Gets a Long property from the Runtime Element. |
java.util.Map |
getMapProperty(java.lang.String key)
Gets a Map property from the Runtime Element Special implementation note - Null values aren't supported in the Map. |
java.util.Set |
getParameterNames()
|
java.lang.String |
getParameterType(java.lang.String name)
Gets the type of the parameter |
java.lang.String |
getParentId()
|
java.lang.String |
getParentType()
|
int |
getRevision()
|
java.lang.String |
getSolutionId()
|
java.lang.String |
getStringProperty(java.lang.String key)
Gets a string property from the Runtime Element. |
java.lang.String |
getStringProperty(java.lang.String key,
java.lang.String defaultValue)
Gets a string property from the Runtime Element. |
void |
setAllowableAttributeNames(java.util.Collection allowableReadAttributeNames)
|
void |
setBigDecimalProperty(java.lang.String key,
java.math.BigDecimal value)
Sets a BigDecimal property in the Runtime Element. |
void |
setDateProperty(java.lang.String key,
java.util.Date value)
Sets a Date property in the Runtime Element. |
void |
setInstanceId(java.lang.String instanceId)
|
void |
setListProperty(java.lang.String key,
java.util.List value)
Sets a List Property in the Runtime Element |
void |
setLoaded(boolean value)
|
void |
setLongProperty(java.lang.String key,
long value)
Sets a Long property in the Runtime Element. |
void |
setLongProperty(java.lang.String key,
java.lang.Long value)
Sets a Long property in the Runtime Element. |
void |
setMapProperty(java.lang.String key,
java.util.Map value)
Sets a Map Property in the Runtime Element Special implementation note - Null values aren't supported in the Map. |
void |
setParentId(java.lang.String parentId)
|
void |
setParentType(java.lang.String parentType)
|
void |
setSolutionId(java.lang.String solutionId)
|
void |
setStringProperty(java.lang.String key,
java.lang.String value)
Sets a string property in the Runtime Element. |
java.lang.String |
toXML()
|
Method Detail |
---|
java.lang.String getParentId()
void setParentId(java.lang.String parentId)
parentId
- The parentId to set.java.lang.String getParentType()
void setParentType(java.lang.String parentType)
parentType
- The parent type to setjava.lang.String getInstanceId()
void setInstanceId(java.lang.String instanceId)
instanceId
- The instance Id to setjava.lang.String getSolutionId()
void setSolutionId(java.lang.String solutionId)
solutionId
- The solution Id to setint getRevision()
java.lang.String getStringProperty(java.lang.String key)
key
- The key of the property
java.lang.String getStringProperty(java.lang.String key, java.lang.String defaultValue)
key
- The key of the propertydefaultValue
- The value to return if the property doesn't exist
void setStringProperty(java.lang.String key, java.lang.String value)
key
- The key of the property to setvalue
- The value to associate with the keyjava.math.BigDecimal getBigDecimalProperty(java.lang.String key)
key
- The key of the property
java.math.BigDecimal getBigDecimalProperty(java.lang.String key, java.math.BigDecimal defaultValue)
key
- The key of the propertydefaultValue
- The value to return if the property doesn't exist
void setBigDecimalProperty(java.lang.String key, java.math.BigDecimal value)
key
- The key of the property to setvalue
- The value to associate with the key.java.util.Date getDateProperty(java.lang.String key)
key
- The key of the property
java.util.Date getDateProperty(java.lang.String key, java.util.Date defaultValue)
key
- The key of the propertydefaultValue
- The value to return if the property doesn't exist
void setDateProperty(java.lang.String key, java.util.Date value)
key
- The key of the property to setvalue
- The value to associate with the key.java.lang.Long getLongProperty(java.lang.String key, java.lang.Long defaultValue)
key
- The key of the propertydefaultValue
- The value to return if the property doesn't exist
long getLongProperty(java.lang.String key, long defaultValue)
key
- Key in the paramMapdefaultValue
- The default value if the property doesn't exist in the
paramMap.
void setLongProperty(java.lang.String key, java.lang.Long value)
key
- The key of the property to setvalue
- The value to associate with the key.void setLongProperty(java.lang.String key, long value)
key
- The key of the property to setvalue
- The value to associate with the key. Note - A new Long object
is constructed and stored.java.util.List getListProperty(java.lang.String key)
key
- The key of the property to get
java.util.Map getMapProperty(java.lang.String key)
key
- The key of the property to get
void setListProperty(java.lang.String key, java.util.List value)
key
- The key of the property to setvalue
- The List value to associate with the key.void setMapProperty(java.lang.String key, java.util.Map value)
key
- The key of the property to setvalue
- The Map value to associate with the key.java.lang.String toXML()
int getLoggingLevel()
void setAllowableAttributeNames(java.util.Collection allowableReadAttributeNames)
allowableReadAttributeNames
- The names of the attributes that this process is allowed to
read.java.util.Set getParameterNames()
java.lang.String getParameterType(java.lang.String name)
name
- Parameter name
void setLoaded(boolean value)
boolean getLoaded()
void forceSave()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |