| Package | Description |
|---|---|
| org.cristalise.kernel.common | |
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.events |
Events are generated and stored whenever a step in an Item's lifecycle
changes state, and provide a full record of what was done, when, and by whom.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.utils |
| Modifier and Type | Field and Description |
|---|---|
GTimeStamp |
GTimeStampHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static GTimeStamp |
GTimeStampHelper.extract(Any a) |
static GTimeStamp |
GTimeStampHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GTimeStampHelper.insert(Any a,
GTimeStamp that) |
static void |
GTimeStampHelper.write(OutputStream ostream,
GTimeStamp value) |
| Constructor and Description |
|---|
GTimeStampHolder(GTimeStamp initialValue) |
| Modifier and Type | Method and Description |
|---|---|
GTimeStamp |
Job.getCreationDate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setCreationDate(GTimeStamp creationDate) |
| Modifier and Type | Method and Description |
|---|---|
static GTimeStamp |
Event.getGMT() |
GTimeStamp |
Event.getTimeStamp()
Return the Event's TimeStamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setTimeStamp(GTimeStamp inTimeStamp)
Set the TimeStamp in the Event, in parameter is an GTimeStamp
|
static String |
Event.timeToString(GTimeStamp timeStamp) |
| Modifier and Type | Method and Description |
|---|---|
GTimeStamp |
Activity.getStateDate()
Returns the startDate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setActiveDate(GTimeStamp date)
Deprecated.
|
void |
Activity.setStartDate(GTimeStamp date)
Deprecated.
|
void |
Activity.setStateDate(GTimeStamp startDate) |
| Modifier and Type | Method and Description |
|---|---|
static GTimeStamp |
DateUtility.setToNow(GTimeStamp date) |
| Modifier and Type | Method and Description |
|---|---|
int |
GTimeStampComparator.compare(GTimeStamp t0,
GTimeStamp t1) |
static long |
DateUtility.diff(GTimeStamp date1,
GTimeStamp date2) |
static int |
DateUtility.getNbDayInMonth(GTimeStamp date) |
static int |
DateUtility.getNbDayInYear(GTimeStamp date) |
static String |
DateUtility.getSQLFormat(GTimeStamp timeStamp) |
static GTimeStamp |
DateUtility.setToNow(GTimeStamp date) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.