|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Timestamp in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return Timestamp | |
---|---|
Timestamp |
UserInfo.getConnectionTime()
Returns length of time user is connected to AR System. |
Timestamp |
CurrencyValue.getConversionDate()
Returns conversion date |
Timestamp |
UserLicenseInfo.getLastAccess()
|
Timestamp |
UserInfo.getLastAccessTime()
Returns last time that the user accessed AR System. |
Timestamp |
IARPersistentObject.getLastUpdateTime()
Returns time that the object was last modified. |
Timestamp |
ObjectBase.getLastUpdateTime()
Returns time that the object was last modified. |
Timestamp |
SupportFile.getLastUpdateTime()
Returns time stamp that limits the IDs retrieved to those modified after the specified time. |
Timestamp |
ARServerUser.getOperationTime()
Returns the operation time stamp. |
Timestamp |
AlertMessageInfo.getTimestamp()
Returns the timestamp when the alert was created. |
Timestamp |
DiaryItem.getTimestamp()
Returns the timestamp of the diary item. |
Timestamp |
EntryPointInfo.getTimestamp()
Gets the time stamp of when the entry point was last changed. |
Timestamp |
LocalizedValueInfo.getTimestamp()
Returns the time stamp of the message. |
Timestamp |
StatusHistoryItem.getTimestamp()
Returns the date and time of the last change to the request. |
Methods in com.bmc.arsys.api with parameters of type Timestamp | |
---|---|
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList)
Reserved for AR System internal only. |
ProcessResult |
ARServerUser.executeProcessForActiveLink(String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
boolean waitFlag)
Reserved for AR System internal only. |
SQLResult |
ARServerUser.getListSQLForActiveLink(String actlinkName,
int actionIndex,
int actionType,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
int maxRetrieve,
boolean retrieveTotalMatches)
Reserved for AR System internal only. |
void |
ObjectPrinter.printTimestamp(String indent,
String header,
Timestamp value)
|
void |
ObjectPrinter.printTimestampList(String indent,
String header,
Timestamp[] value)
|
void |
ARServerUser.setEntry(String formName,
String entryId,
Entry entry,
Timestamp getTime,
int nOption)
Updates an the given entry in ARSystem server. |
void |
EntryPointInfo.setTimestamp(Timestamp timestamp)
Sets the time stamp of when the entry point was last changed. |
void |
Timestamp.setValue(Timestamp ts)
Sets the time to the time of the given timestamp. |
Method parameters in com.bmc.arsys.api with type arguments of type Timestamp | |
---|---|
List<String> |
ARServerUser.getMultipleCurrencyRatioSets(List<Timestamp> ratioTimestamps)
Retrieves a list of formatted currency ratio sets valid for the time specified in the argument. |
Constructors in com.bmc.arsys.api with parameters of type Timestamp | |
---|---|
AlertMessageInfo(Timestamp time,
int type,
int prior,
String text,
String tag,
String svrName,
String form,
String id)
|
|
AlertMessageInfo(Timestamp time,
int type,
int prior,
String text,
String tag,
String svrName,
String svrAddr,
String form,
String id)
|
|
CurrencyValue(BigDecimal value,
String currencyCode,
Timestamp conversionDate,
List<FuncCurrencyInfo> funcCurrencyList)
|
|
CurrencyValue(String value,
String currencyCode,
Timestamp conversionDate,
List<FuncCurrencyInfo> funcCurrencyList)
|
|
DiaryItem(String user,
String text,
Timestamp ts)
|
|
LocalizedValueInfo(Value value,
Timestamp timestamp)
|
|
StatusHistoryItem(String user,
Timestamp timestamp)
|
|
Value(Timestamp v)
Create a AR_DATA_TYPE_TIME value. |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |