Uses of Class
org.cristalise.kernel.common.GTimeStamp
Packages that use GTimeStamp
Package
Description
-
Uses of GTimeStamp in org.cristalise.kernel.events
Constructors in org.cristalise.kernel.events with parameters of type GTimeStampModifierConstructorDescriptionEvent(Integer id, ItemPath itemPath, AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, String smName, Integer smVersion, int transitionId, int originState, int targetState, String schemaName, Integer schemaVersion, String viewName, boolean hasAttachment, GTimeStamp ts) Constructor for recreating object from backendEvent(Integer id, ItemPath itemPath, AgentPath agentPath, 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 -
Uses of GTimeStamp in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return GTimeStampMethods in org.cristalise.kernel.lifecycle.instance with parameters of type GTimeStampModifier and TypeMethodDescriptionvoidActivity.setActiveDate(GTimeStamp date) Deprecated.voidActivity.setStartDate(GTimeStamp date) Deprecated.voidActivity.setStateDate(GTimeStamp startDate) -
Uses of GTimeStamp in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return GTimeStampModifier and TypeMethodDescriptionstatic GTimeStampDateUtility.fromOffsetDateTime(OffsetDateTime ts) static GTimeStampDateUtility.fromSqlTimestamp(Timestamp ts) static GTimeStampDateUtility.getNow()static GTimeStampDateUtility.parseTimeString(String time) static GTimeStampDateUtility.setToNow(GTimeStamp date) Methods in org.cristalise.kernel.utils with parameters of type GTimeStampModifier and TypeMethodDescriptionintGTimeStampComparator.compare(GTimeStamp t0, GTimeStamp t1) static longDateUtility.diff(GTimeStamp date1, GTimeStamp date2) static intDateUtility.getNbDayInMonth(GTimeStamp date) static intDateUtility.getNbDayInYear(GTimeStamp date) static StringDateUtility.getSQLFormat(GTimeStamp timeStamp) static GTimeStampDateUtility.setToNow(GTimeStamp date) static StringDateUtility.timeStampToUtcString(GTimeStamp gts) static StringDateUtility.timeToString(GTimeStamp timeStamp) Return the TimeStamp in a form that will convert nicely to a String: YYYY-MM-DD HH:MI:SS.sssstatic DateDateUtility.toDate(GTimeStamp gts) static OffsetDateTimeDateUtility.toOffsetDateTime(GTimeStamp ts) static TimestampDateUtility.toSqlTimestamp(GTimeStamp gts)