|
|||||||||
| 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.BinaryProperty.WebCacheBinaryProperty
public static class BinaryProperty.WebCacheBinaryProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
byte[] |
getDefaultValue()
returns the default value for this property instance |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
byte[] value)
Creates a new query expression that tests this property. |
void |
setDefaultValue(byte[] value)
sets the default value for this property instance |
| 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 byte[] getDefaultValue()
public void setDefaultValue(byte[] value)
value - byte[]
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
byte[] value)
relation - The query relation.value - The value to be tested.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||