|
|||||||||
| 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.DateTimeProperty.WebCacheDateTimeProperty
public static class DateTimeProperty.WebCacheDateTimeProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache.
| Method Summary | |
|---|---|
DateTime |
getDefaultValue()
Returns the default DateTime value for this Property |
DateTime |
getMaxValue()
Returns the maximum DateTime value for this Property or MAX_VALUE if none has been specified |
DateTime |
getMinValue()
Returns the minimum DateTime value for this Property or MIN_VALUE if none has been specified |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
DateTime value)
Creates a new query expression that tests this property against a DateTime value. |
QueryPart.WebCacheQueryPart |
newQueryPart(QueryPart.Relation relation,
TimeSpan value)
Creates a new query expression that tests this property against a DateTime value. |
void |
setDefaultValue(DateTime value)
Sets the default DateTime value for this Property |
void |
setMaxValue(DateTime value)
Sets the minimum DateTime value for this Property |
void |
setMinValue(DateTime value)
Sets the minimum DateTime value for this Property |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DateTime getDefaultValue()
public void setDefaultValue(DateTime value)
value - the default DateTime value for this Propertypublic DateTime getMaxValue()
public void setMaxValue(DateTime value)
value - the minimum DateTime value for this Propertypublic DateTime getMinValue()
public void setMinValue(DateTime value)
value - the minimum DateTime value for this Property
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
DateTime value)
relation - The query relation.value - The DateTime value to be tested.
QueryPart.Relation.LESS_THAN,
QueryPart.Relation.LESS_THAN_OR_EQUAL_TO,
QueryPart.Relation.EQUAL_TO,
QueryPart.Relation.GREATER_THAN_OR_EQUAL_TO,
QueryPart.Relation.GREATER_THAN,
QueryPart.Relation.NOT_EQUAL_TO
public QueryPart.WebCacheQueryPart newQueryPart(QueryPart.Relation relation,
TimeSpan value)
relation - The query relation.value - The TimeSpan value to be tested.
QueryPart.Relation.DATE_WITHIN_LAST_DAYS,
QueryPart.Relation.DATE_WITHIN_LAST_WEEKS,
QueryPart.Relation.DATE_OLDER_THAN_DAYS,
QueryPart.Relation.DATE_OLDER_THAN_WEEKS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||