|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.VectorProperty.WebCacheVectorProperty
com.starteam.MapProperty.WebCacheMapProperty
public static class MapProperty.WebCacheMapProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Returns the default String value for this property instance |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
java.lang.Object value)
Creates a new query expression that tests this property. |
| Methods inherited from class com.starteam.VectorProperty.WebCacheVectorProperty |
|---|
getMaxLength, getMinLength, setMaxLength, setMinLength |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getDefaultValue()
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
java.lang.Object value)
relation - The query relation.value - The value to be tested. If the query relation is
Key_Contains_Value, then the value is really in 2 parts, a key
to test for and a value to pair up against the key. In this
case, the value MUST be specified as an Object[] of 2 parts.
the first part is the Key, the second is the Value. For the
other supported relations, i.e. CONTAINS, CONTAINS_KEY and
CONTAINS_VALUE the value must be an object from one of the
primitive value types below. String, Integer, Long, Double,
DateTime
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||