|
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 |
ObjectOperationTimes.getChangeTime()
|
Timestamp |
UserInfo.getConnectionTime()
Returns length of time user is connected to AR System. |
Timestamp |
CurrencyValue.getConversionDate()
Returns conversion date |
Timestamp |
ObjectOperationTimes.getCreateTime()
|
Timestamp |
ObjectOperationTimes.getDeleteTime()
|
Timestamp |
ValidateFormCacheInfo.getFormLastModified()
|
Timestamp |
ValidateFormCacheInfo.getGroupsLastChanged()
|
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 |
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. |
Timestamp |
ValidateFormCacheInfo.getUserLastChanged()
|
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 retrieveNumMatches)
Reserved for AR System internal only. |
ValidateFormCacheInfo |
ARServerUser.getValidateFormCache(String form,
Timestamp mostRecentActLink,
Timestamp mostRecentMenu,
Timestamp mostRecentGuide)
The call provides the schema change information that can be used by Java API clients to validate it's local cache for given form. |
void |
ObjectPrinter.printTimestamp(String indent,
String header,
Timestamp value)
|
void |
ObjectPrinter.printTimestampList(String indent,
String header,
Timestamp[] value)
|
void |
ObjectOperationTimes.setChangeTime(Timestamp t)
set the changeTime |
void |
ObjectOperationTimes.setCreateTime(Timestamp t)
set the createTime |
void |
ObjectOperationTimes.setDeleteTime(Timestamp t)
set the deleteTime |
void |
ARServerUser.setEntry(String formName,
String entryId,
Entry entry,
Timestamp getTime,
int nOption)
Updates an the given entry in ARSystem server. |
void |
ValidateFormCacheInfo.setFormLastModified(Timestamp formLastModified)
|
Entry |
ARServerUser.setGetEntry(String formName,
String entryId,
Entry setEntry,
Timestamp getTime,
int nOption,
int[] entryListFields)
Updates an the given entry in ARSystem server and fetch the entry back. |
void |
ValidateFormCacheInfo.setGroupsLastChanged(Timestamp groupsLastChanged)
|
void |
ARServerUser.setOperationTime(Timestamp operationTime)
|
void |
EntryPointInfo.setTimestamp(Timestamp timestamp)
Sets the time stamp of when the entry point was last changed. |
void |
ValidateFormCacheInfo.setUserLastChanged(Timestamp userLastChanged)
|
void |
Timestamp.setValue(Timestamp ts)
Sets the time to the time of the given timestamp. |
void |
MethodValidator.verifyARExecuteProcessForActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
Entry keywordList,
Entry parameterList,
boolean asyncMode)
|
void |
MethodValidator.verifyARExecuteProcessForActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
int fieldId,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
boolean asyncMode)
|
void |
MethodValidator.verifyARGetListSQLForActiveLink(com.bmc.arsys.apitransport.ApiUserContextI context,
String actlinkName,
int actionIndex,
int actionType,
Timestamp timestamp,
List<Value> keywordList,
List<Value> parameterList,
int maxRetrieve,
boolean retrieveTotalMatches)
|
void |
MethodValidator.verifyARSetEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option)
|
void |
MethodValidator.verifyARSetGetEntry(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
String entryId,
Entry entry,
Timestamp ts,
int option,
int[] entryListFields)
|
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. |
void |
MethodValidator.verifyARGetMultipleCurrencyRatioSets(com.bmc.arsys.apitransport.ApiUserContextI context,
List<Timestamp> arg1)
|
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)
|
|
ObjectOperationTimes(Timestamp createTime,
Timestamp setTime,
Timestamp deleteTime)
|
|
StatusHistoryItem(String user,
Timestamp timestamp)
|
|
Value(Timestamp v)
Create a AR_DATA_TYPE_TIME value. |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |