Package | Description |
---|---|
com.ibm.tivoli.maximo.expression | |
com.ibm.tivoli.maximo.fdmbo | |
com.ibm.tivoli.maximo.script | |
com.ibm.tivoli.maximo.skd.service | |
com.ibm.tivoli.oslc.error | |
psdi.app.asset.virtual | |
psdi.app.assetcatalog |
The Asset Catalog package includes MBOs for the setup of
class structures and class specifications.
|
psdi.app.pm.virtual | |
psdi.app.po.virtual | |
psdi.app.workorder.virtual | |
psdi.common.asyncjob | |
psdi.dm.collection | |
psdi.dm.virtual | |
psdi.mbo | |
psdi.util |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
ExpressionContext.getValueFromMaxType(MaxType maxType) |
Modifier and Type | Method and Description |
---|---|
void |
JSONMbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ScriptUtil.getValueFromMaxType(MaxType maxType) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params) |
Modifier and Type | Method and Description |
---|---|
void |
SKDAsyncValidationJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Async process work .
|
void |
SKDAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Async process work .
|
void |
SKDAsyncJobHandler.asyncProcess(java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Call async process with job information
|
Modifier and Type | Method and Description |
---|---|
void |
OslcErrorResponse.setErrorMeta(java.lang.String attrName,
java.lang.String objPath,
java.lang.String apiCorrelationId,
MaxType errAttrValue) |
Modifier and Type | Method and Description |
---|---|
void |
AssetStatusAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Async process
|
void |
AssetMoveAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Async process
|
Modifier and Type | Method and Description |
---|---|
void |
SpecificationMbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier)
Override the frame work method as the mbo copy method calls setValue passing in the MaxType.
|
Modifier and Type | Method and Description |
---|---|
void |
PMForecastGenAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Async process
|
Modifier and Type | Method and Description |
---|---|
void |
BudgetUpdateJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params) |
void |
BudgetGenJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params) |
Modifier and Type | Method and Description |
---|---|
void |
NestedJobPlanAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncJobHandlerInterface.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
This method performs the Asynchronous operation.
|
abstract void |
AsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params) |
Modifier and Type | Method and Description |
---|---|
void |
DmCollAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Launch the async process to validate migrate collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DmCompareDelAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Launch the async process to delete Compare records from the Databases.
|
void |
DmCompareAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap<java.lang.String,MaxType> params)
Launch the async process to Compare the Databases.
|
Modifier and Type | Method and Description |
---|---|
MaxType |
MboValueData.getClonedMaxType()
Returns a cloned copy of the MaxType object corresponding to this MboValueData Object.
|
MaxType |
MboValue.getCurrentValue()
Return the current field value as a MaxType object
|
MaxType |
MboValue.getInitialValue()
Return the initial field value as a MaxType object
|
MaxType |
Mbo.getInitialValue(java.lang.String attributeName) |
MaxType |
MboRemote.getInitialValue(java.lang.String attributeName) |
MaxType |
MboValue.getMaxType()
Get a clone of the MaxType object of the current MboValue.
|
MaxType |
Mbo.getMboInitialValue(java.lang.String name)
Returns the MaxType (initial value) object given the column name.
|
MaxType |
MboRemote.getMboInitialValue(java.lang.String name) |
MaxType |
MboValue.getPreviousValue()
Return the previous field value as a MaxType object
|
Modifier and Type | Method and Description |
---|---|
void |
Mbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier)
Set the value based on the MaxType object passed in.
|
void |
MboRemote.setValue(java.lang.String attributeName,
MaxType value,
long accessModifier) |
Modifier and Type | Class and Description |
---|---|
class |
MaxTypeALN |
class |
MaxTypeAMOUNT |
class |
MaxTypeBIGINT |
class |
MaxTypeBLOB |
class |
MaxTypeCLOB |
class |
MaxTypeCRYPTO |
class |
MaxTypeCRYPTOX |
class |
MaxTypeDATE |
class |
MaxTypeDATETIME |
class |
MaxTypeDECIMAL |
class |
MaxTypeDURATION |
class |
MaxTypeFLOAT |
class |
MaxTypeGL |
class |
MaxTypeINTEGER |
class |
MaxTypeLONGALN |
class |
MaxTypeLOWER |
class |
MaxTypeSMALLINT |
class |
MaxTypeTIME |
class |
MaxTypeUPPER |
class |
MaxTypeYORN |
Modifier and Type | Method and Description |
---|---|
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type)
Instantiate a MaxType object based on the type, locale and timezone.
|
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type,
int length,
int scale)
Instantiate a MaxType object based on the locale, timezone, type, length and scale.
|
MaxType |
MXException.getErrorAttrValue() |
Modifier and Type | Method and Description |
---|---|
void |
MXException.setErrorAttrValue(MaxType val) |
void |
MaxTypeINTEGER.setValue(MaxType value) |
void |
MaxTypeYORN.setValue(MaxType value) |
void |
MaxTypeDATE.setValue(MaxType value) |
void |
MaxTypeDURATION.setValue(MaxType value) |
void |
MaxTypeUPPER.setValue(MaxType value) |
void |
MaxTypeDECIMAL.setValue(MaxType value) |
void |
MaxTypeCRYPTO.setValue(MaxType value) |
void |
MaxTypeFLOAT.setValue(MaxType value) |
void |
MaxTypeAMOUNT.setValue(MaxType value)
Clone the object.
|
abstract void |
MaxType.setValue(MaxType value) |
void |
MaxTypeALN.setValue(MaxType value)
Set value based on the MaxType value passed in.
|
void |
MaxTypeLOWER.setValue(MaxType value)
Set value of MaxType.
|
void |
MaxTypeDATETIME.setValue(MaxType value) |