|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.dictionary.types.period.AbstractPeriodProvider
org.alfresco.repo.dictionary.types.period.Immediately
public class Immediately
Immediate Period type "immediate"
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.repository.PeriodProvider |
---|
PeriodProvider.ExpressionMutiplicity |
Field Summary | |
---|---|
static java.lang.String |
PERIOD_TYPE
|
Fields inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider |
---|
MSG_PREFIX |
Constructor Summary | |
---|---|
Immediately()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getDefaultExpression()
Get the default expression - this could be null |
QName |
getExpressionDataType()
Return the Alfresco data type QName to which the string value of the expression will be converted. |
PeriodProvider.ExpressionMutiplicity |
getExpressionMutiplicity()
Is the expression required etc ... |
java.util.Date |
getNextDate(java.util.Date date,
java.lang.String expression)
Get the next date - the provided date + period |
java.lang.String |
getPeriodType()
Get the name for the period. |
Methods inherited from class org.alfresco.repo.dictionary.types.period.AbstractPeriodProvider |
---|
afterPropertiesSet, getDisplayLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PERIOD_TYPE
Constructor Detail |
---|
public Immediately()
Method Detail |
---|
public java.lang.String getDefaultExpression()
PeriodProvider
public PeriodProvider.ExpressionMutiplicity getExpressionMutiplicity()
PeriodProvider
public java.util.Date getNextDate(java.util.Date date, java.lang.String expression)
PeriodProvider
public java.lang.String getPeriodType()
PeriodProvider
public QName getExpressionDataType()
PeriodProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |