|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property.WebCacheProperty
com.starteam.ScalarProperty.WebCacheScalarProperty
com.starteam.IntegerProperty.WebCacheIntegerProperty
public static class IntegerProperty.WebCacheIntegerProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
int |
getDefaultValue()
Returns the default integer value for this Property |
int |
getMaxValue()
Returns the maximum integer value for this Property or MAX_VALUE if none has been specified |
int |
getMinValue()
Returns the minimum integer value for this Property or MIN_VALUE if none has been specified |
boolean |
isRollupProperty()
Returns true if this Integer Property is a rollup property The value of this property on a parent tree item would be the summation of the values of all its children This feature was introduced in the 14.0 server |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
int value)
Creates a new query expression that tests this property. |
void |
setDefaultValue(int value)
Sets the default integer value for this Property |
void |
setMaxValue(int value)
Sets the maximum integer value for this Property |
void |
setMinValue(int value)
Sets the minimum integer value for this Property |
void |
setRollupProperty(boolean enable)
set this property to be a rollup property |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getDefaultValue()
public void setDefaultValue(int value)
value - int the default integer valuepublic int getMaxValue()
public int getMinValue()
public void setMinValue(int value)
value - int the minimum integer value for this Propertypublic void setMaxValue(int value)
value - int the maximum integer value for this Propertypublic boolean isRollupProperty()
public void setRollupProperty(boolean enable)
enable - true to set this property to be a rollup property
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
int 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 | ||||||||