| Package | Description |
|---|---|
| org.cristalise.kernel.common | |
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.events | |
| 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) |
| Constructor and Description |
|---|
Job(int id,
ItemPath itemPath,
String stepName,
String stepPath,
String stepType,
Transition transition,
String originStateName,
String targetStateName,
String agentRole,
AgentPath agentPath,
AgentPath delegatePath,
CastorHashMap actProps,
GTimeStamp creationDate)
Constructor for recreating Job from backend
|
| Constructor and Description |
|---|
Event(Integer id,
ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String smName,
Integer smVersion,
int transitionId,
int originState,
int targetState,
String schemaName,
Integer schemaVersion,
String viewName,
GTimeStamp ts)
Constructor for recreating object from backend
|
| 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.fromOffsetDateTime(java.time.OffsetDateTime ts) |
static GTimeStamp |
DateUtility.fromSqlTimestamp(Timestamp ts) |
static GTimeStamp |
DateUtility.getNow() |
static GTimeStamp |
DateUtility.parseTimeString(String time) |
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) |
static String |
DateUtility.timeStampToUtcString(GTimeStamp gts) |
static String |
DateUtility.timeToString(GTimeStamp timeStamp) |
static Date |
DateUtility.toDate(GTimeStamp gts) |
static java.time.OffsetDateTime |
DateUtility.toOffsetDateTime(GTimeStamp ts) |
static Timestamp |
DateUtility.toSqlTimestamp(GTimeStamp gts) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.