public interface Queue
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CRON |
static String |
PROPERTY_DATE |
static String |
PROPERTY_EVENT |
static String |
PROPERTY_VALUES |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllCron(Collection<Cron> cron) |
void |
addAllValues(Collection<String> values) |
void |
addCron(Cron cron) |
void |
addValues(String values) |
void |
clearCron() |
void |
clearValues() |
Collection<Cron> |
getCron() |
Cron |
getCronByTopiaId(String topiaId) |
Date |
getDate() |
Event |
getEvent() |
Collection<String> |
getValues() |
boolean |
isCronEmpty() |
boolean |
isValuesEmpty() |
void |
removeCron(Cron cron) |
void |
removeValues(String values) |
void |
setCron(Collection<Cron> cron) |
void |
setDate(Date date) |
void |
setEvent(Event event) |
void |
setValues(Collection<String> values) |
int |
sizeCron() |
int |
sizeValues() |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_DATE
static final String PROPERTY_VALUES
static final String PROPERTY_EVENT
static final String PROPERTY_CRON
void setDate(Date date)
Date getDate()
void addValues(String values)
void addAllValues(Collection<String> values)
void setValues(Collection<String> values)
void removeValues(String values)
void clearValues()
Collection<String> getValues()
int sizeValues()
boolean isValuesEmpty()
void setEvent(Event event)
Event getEvent()
void addCron(Cron cron)
void addAllCron(Collection<Cron> cron)
void setCron(Collection<Cron> cron)
void removeCron(Cron cron)
void clearCron()
Collection<Cron> getCron()
int sizeCron()
boolean isCronEmpty()
Copyright © 2008-2013 Cybelia. All Rights Reserved.