Package | Description |
---|---|
com.ibm.tivoli.maximo.fdmbo.generate | |
com.ibm.tivoli.maximo.fdmbo.map | |
com.ibm.tivoli.maximo.interaction.generate | |
com.ibm.tivoli.maximo.interaction.process | |
com.ibm.tivoli.maximo.notification | |
com.ibm.tivoli.maximo.oslc | |
com.ibm.tivoli.maximo.oslc.consumer | |
com.ibm.tivoli.maximo.oslc.provider | |
com.ibm.tivoli.maximo.rest | |
com.ibm.tivoli.maximo.skd.app | |
com.ibm.tivoli.maximo.skd.gworkassign.service | |
com.ibm.tivoli.maximo.skd.objservice | |
com.ibm.tivoli.maximo.skd.objservice.amcrew | |
com.ibm.tivoli.maximo.skd.objservice.asset | |
com.ibm.tivoli.maximo.skd.objservice.costtype | |
com.ibm.tivoli.maximo.skd.objservice.location | |
com.ibm.tivoli.maximo.skd.objservice.pm | |
com.ibm.tivoli.maximo.skd.objservice.rottool | |
com.ibm.tivoli.maximo.skd.service | |
com.ibm.tivoli.maximo.weather | |
psdi.app.appsetup |
The AppSetup package includes basic information about applications and how they are grouped
on the main menu within modules.
|
psdi.app.assetcatalog |
The Asset Catalog package includes MBOs for the setup of
class structures and class specifications.
|
psdi.app.configure |
The Configure package includes Mbos related to database tables, columns, and indexes.
|
psdi.app.dbinfo |
The Configure package includes Mbos related to database tables, columns, and indexes.
|
psdi.app.financial |
The Financial package deals with all the General Ledger (GL) accounting practices that are supported within MAXIMO's
applications.
|
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.inventory.virtual | |
psdi.app.item |
The Item package includes MAXIMO Business Objects related to items.
|
psdi.app.location |
The Location package includes MBOs mostly related to operating locations. |
psdi.app.person | |
psdi.app.signature |
The Signature package defines users and security groups.
|
psdi.app.site |
An organization is a legal entity within a company that can have one or more sites.
|
psdi.app.system |
The System package includes classes for common system data, such as
domains and long descriptions, that are utilized across business packages
and by the system framework.
|
psdi.app.workorder |
The work order package includes Mbos related to work order planning, reporting and tracking.
|
psdi.dm.pkg | |
psdi.dm.util | |
psdi.iface.jms | |
psdi.iface.load | |
psdi.iface.mic | |
psdi.iface.migexits | |
psdi.iface.mos | |
psdi.mbo | |
psdi.server | |
psdi.txn | |
psdi.workflow |
The Workflow package includes Mbos related to workflow.
|
Modifier and Type | Method and Description |
---|---|
static void |
JSONMaxArtifactsCreator.create(JSONResourceInfo resourceInfo,
java.lang.String url,
java.lang.String jsonType,
java.lang.String useWith,
java.lang.String description,
java.lang.String endPointName,
java.lang.String appObject,
java.lang.String collectionProp,
java.lang.String pageParams,
java.lang.String orderbyParam,
java.lang.String nullFormat,
java.lang.String stringQualifier,
int pageLimit,
java.lang.String processor,
UserInfo userInfo,
MXTransaction mxTrans) |
static void |
JSONMaxArtifactsRemover.remove(java.lang.String resourceName,
UserInfo userInfo,
MXTransaction mxTrans)
This method will remove the following TPAE related artifacts.
|
Modifier and Type | Method and Description |
---|---|
MboRemote |
ExternalJSONMapper.processJSON(com.ibm.json.java.JSONArtifact jsonData,
java.lang.String messageType,
java.lang.String mosName,
UserInfo userInfo,
MXTransaction mxTrans)
Map JSON to object structure and process it to Maximo
|
Modifier and Type | Method and Description |
---|---|
void |
OptionGenerator.addAllAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String prerequisite,
java.lang.String conditionNum,
UserInfo userInfo,
MXTransaction trans)
Grant authorization to groups which have all prerequisite options with the application.
|
void |
OptionGenerator.addAllAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String prerequisite,
UserInfo userInfo,
MXTransaction trans)
Grant authorization to groups which have all prerequisite options with the application.
|
int |
OptionGenerator.addAppToolOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String imageSource,
int preferredSpot,
UserInfo userInfo,
MXTransaction trans)
Make sure the menu option with the given name exists in the application.
|
void |
ActionGenerator.addCustomAction(java.lang.String actionName,
java.lang.String description,
java.lang.String objectName,
UserInfo userInfo,
MXTransaction trans)
Add support for workflow to the application named by this Mbo.
|
void |
ActionGenerator.addGroupAction(java.lang.String optionName,
java.lang.String description,
java.lang.String objectName,
java.util.List<java.lang.String> memebers,
UserInfo userInfo,
MXTransaction trans)
Add support for workflow to the application named by this Mbo.
|
void |
OptionGenerator.addMenuOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String menuType,
int preferredSpot,
int preferredSubSpot,
java.lang.String tabDisplay,
java.lang.String imageSource,
java.lang.String accessKey,
UserInfo userInfo,
MXTransaction trans)
Make sure the menu option with the given name exists in the application.
|
void |
OptionGenerator.addMenuOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String menuType,
int preferredSpot,
int preferredSubSpot,
java.lang.String tabDisplay,
java.lang.String imageSource,
UserInfo userInfo,
MXTransaction trans)
Make sure the menu option with the given name exists in the application.
|
java.lang.String |
OptionGenerator.addOption(java.lang.String appName,
java.lang.String interaction,
java.lang.String mapOption,
MXTransaction trans,
UserInfo userInfo,
java.util.Vector selected)
generates Signature Option and give authorization.
|
java.lang.String |
OptionGenerator.addOption(java.lang.String appName,
java.lang.String interaction,
java.lang.String description,
UserInfo userInfo,
boolean createMenu,
MXTransaction trans,
java.util.Vector selected,
boolean isSilent)
Add support for workflow to the application named by this Mbo.
|
void |
ActionGenerator.addSetValueAction(java.lang.String optionName,
java.lang.String objectName,
java.lang.String value,
java.lang.String parameter,
java.lang.String object,
UserInfo userInfo,
MXTransaction trans)
Add support for workflow to the application named by this Mbo.
|
java.lang.String |
OptionGenerator.addSigOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String sigDesc,
java.lang.String alsoGrants,
java.lang.String alsoRevokes,
java.lang.String prerequisite,
UserInfo userInfo,
MXTransaction trans)
Make sure the SigOption with the given name exists for the application.
|
java.lang.String |
OptionGenerator.addSigOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String sigDesc,
UserInfo userInfo,
MXTransaction trans)
Make sure the SigOption with the given name exists for the application.
|
static void |
WSIOMaxArtifactsCreator.create(WSIO optimizedRequest,
WSIO optimizedResponse,
IntGeneratorInfo interActionInfo,
UserInfo userInfo,
MXTransaction mxTrans) |
void |
ActionGenerator.deleteAction(java.lang.String optionName,
UserInfo userInfo,
MXTransaction trans)
Add support for workflow to the application named by this Mbo.
|
void |
ActionGenerator.deleteActionGroup(java.lang.String optionName,
UserInfo userInfo,
MXTransaction trans)
Add support for workflow to the application named by this Mbo.
|
void |
OptionGenerator.deleteOption(java.lang.String appName,
java.lang.String optionName,
UserInfo userInfo,
MXTransaction trans)
Delete signature option.
|
void |
OptionGenerator.includeAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String conditionNum,
UserInfo userInfo,
MXTransaction trans,
java.util.Set<java.lang.String> groupNames)
Grant authorization for the application option to the list of groups.
|
void |
OptionGenerator.includeAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String conditionNum,
UserInfo userInfo,
MXTransaction trans,
java.util.Vector selected)
Make sure the users which have read access with the application are given
authorization for the sig option.
|
void |
OptionGenerator.includeAppAuth(java.lang.String appName,
java.lang.String sigName,
UserInfo userInfo,
MXTransaction trans,
java.util.Vector selected)
Make sure the users which have read access with the application are given
authorization for the sig option.
|
java.lang.String |
OptionGenerator.includeSigOption(java.lang.String interaction,
java.lang.String appName,
java.lang.String sigName,
java.lang.String sigDesc,
boolean isSilent,
org.jdom.Document appDocument,
UserInfo userInfo,
MXTransaction trans,
int start)
Make sure the SigOption with the given name exists for the application.
|
static void |
WSIOMaxArtifactsRemove.remove(java.lang.String interactionName,
UserInfo userInfo,
MXTransaction mxTrans)
This method will remove the following TPAE related artifacts.
|
Constructor and Description |
---|
InteractionMigrator(java.lang.String name,
MXTransaction trans,
UserInfo userInfo)
Construct migrator
|
Modifier and Type | Method and Description |
---|---|
void |
MsgHubMXTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
MsgHubMXTransactable.fireEventsAfterDB(MXTransaction txn) |
void |
MsgHubMXTransactable.fireEventsAfterDBCommit(MXTransaction txn) |
void |
MsgHubMXTransactable.fireEventsBeforeDB(MXTransaction txn) |
void |
NotificationMessageProcessor.processMessage(java.util.Map<java.lang.String,java.lang.String> header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
MsgHubMXTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
MsgHubMXTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MsgHubMXTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
boolean |
MsgHubMXTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
void |
NotificationChannel.writeDataToQueue(MXTransaction mxtran,
java.lang.String eventForUser,
java.util.Map<java.lang.String,java.lang.String> properties,
UserInfo userInfo,
byte[] queueData,
java.lang.String textData) |
Modifier and Type | Method and Description |
---|---|
static void |
OslcUtils.logTransaction(OslcRequest request,
java.lang.Long mboId,
MXTransaction mxTran) |
Constructor and Description |
---|
OslcProviderMigrator(MXTransaction trans,
UserInfo userInfo)
Construct migrator
|
Modifier and Type | Method and Description |
---|---|
void |
RESTActionHandler.setMXTransaction(MXTransaction mxTrans) |
void |
OslcActionProcessor.setMXTransaction(MXTransaction mxTrans) |
Modifier and Type | Method and Description |
---|---|
MboSetRemote |
RestServiceRemote.xmlToMboSet(UserInfo info,
java.util.List<org.jdom.Element> data,
java.util.Map<java.lang.String,java.lang.String> params,
MXTransaction trans,
java.lang.String appName)
Deprecated.
|
MboSetRemote |
RestService.xmlToMboSet(UserInfo info,
java.util.List<org.jdom.Element> data,
java.util.Map<java.lang.String,java.lang.String> params,
MXTransaction trans,
java.lang.String appName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SKDPropertySet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
CTRLCONDPROP . |
void |
SKDPropertySet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
WMActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn) |
void |
WMActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn) |
void |
WMActivityDataManager.saveActivities(IMXActivity activity,
MXTransaction txn) |
Modifier and Type | Method and Description |
---|---|
void |
WOActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn) |
void |
WOActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn)
Apply activity changes to the oroginal table.
|
void |
WOActivityDataManager.applyAssignmentChanges(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save assignment with activity changes
|
void |
WOConstraintDataManager.applyConstraintChange(MboRemote constraint,
MXTransaction txn)
Apply changes to constraint.
|
void |
WOConstraintDataManager.applyConstraintChange(MboRemote constraint,
java.lang.String ids,
MXTransaction txn)
Apply changes to constraint.
|
void |
WOReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply changes to reservation
|
void |
WOResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource changes to the database
|
void |
WOActivityDataManager.applyScenarioChange(MboRemote activity,
MboRemote parentactivity,
MXTransaction txn)
qiuping- scheduler752
Apply activity changes to the oroginal table.
|
void |
WOActivityDataManager.applyScenarioChange(MboRemote activity,
MboRemote parentactivity,
java.lang.String ids,
MXTransaction txn)
qiuping- scheduler752
Apply activity changes to the oroginal table.
|
void |
WOActivityDataManager.saveActivities(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save activities
|
Modifier and Type | Method and Description |
---|---|
void |
CrewActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn)
Update crew related information during commit
|
void |
CrewActivityDataManager.applyAssignmentChanges(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save assignment with activity changes
|
void |
CrewActivityDataManager.saveActivities(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save activities
|
Modifier and Type | Method and Description |
---|---|
void |
AssetActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn) |
void |
AssetActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn)
Update PM related information during commit
|
Modifier and Type | Method and Description |
---|---|
void |
CostTypeReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply reservation change to the database
|
void |
CostTypeResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource change to the database
|
Modifier and Type | Method and Description |
---|---|
void |
LocationActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn) |
void |
LocationActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn)
Update PM related information during commit
|
Modifier and Type | Method and Description |
---|---|
void |
PMActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn) |
void |
PMActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn)
Update PM related information during commit
|
Modifier and Type | Method and Description |
---|---|
void |
RotatingToolReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply reservation change to the database
|
void |
RotatingToolPMReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply reservation change to the database
|
void |
RotatingToolResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource change to the database
|
void |
RotatingToolPMResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource change to the database
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn)
Apply activity changes to the database
|
void |
AbstractActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
MXTransaction txn)
Apply activity change to the database
|
void |
ActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn)
Apply activity changes to the database
|
void |
AbstractActivityDataManager.applyActivityChange(MboRemote activityMboRemote,
java.lang.String ids,
MXTransaction txn) |
void |
AbstractConstraintDataManager.applyConstraintChange(MboRemote constraintMboRemote,
MXTransaction txn)
Apply constraint change to the database
|
void |
ConstraintDataManager.applyConstraintChange(MboRemote constraintMboRemote,
MXTransaction txn)
Apply constraint change to the database
|
void |
AbstractConstraintDataManager.applyConstraintChange(MboRemote constraintMboRemote,
java.lang.String ids,
MXTransaction txn)
Apply constraint change to the database
|
void |
ConstraintDataManager.applyConstraintChange(MboRemote constraintMboRemote,
java.lang.String ids,
MXTransaction txn)
Apply constraint change to the database
|
void |
ReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply reservation changes to the database
|
void |
AbstractReservationDataManager.applyReservationChange(MboRemote reservationMboRemote,
MXTransaction txn)
Apply reservation change to the database
|
void |
ResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource changes to the database
|
void |
AbstractResourceDataManager.applyResourceChange(MboRemote resourceMboRemote,
MXTransaction txn)
Apply resource change to the database
|
void |
ActivityDataManager.applyScenarioChange(MboRemote activityMboRemote,
MboRemote ParentActMboRemote,
MXTransaction txn)
qiuping scheduler752
Apply Scenario changes to the database
|
void |
AbstractActivityDataManager.applyScenarioChange(MboRemote activityMboRemote,
MboRemote ParentActMboRemote,
MXTransaction txn)
Apply scenario change to the database
|
void |
ActivityDataManager.applyScenarioChange(MboRemote activityMboRemote,
MboRemote ParentActMboRemote,
java.lang.String ids,
MXTransaction txn)
qiuping scheduler752
Apply Scenario changes to the database
|
void |
AbstractActivityDataManager.applyScenarioChange(MboRemote activityMboRemote,
MboRemote ParentActMboRemote,
java.lang.String ids,
MXTransaction txn)
Apply scenario change to the database
|
void |
ActivityDataManager.saveActivities(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save activities to the database
|
void |
AbstractActivityDataManager.saveActivities(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save activities to the database
|
void |
SKDAppServiceBean.saveActivities(UserInfo userInfo,
MboRemote projectMbo,
ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXTransaction txn)
Save activities related data for data source.
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherMessageProcessor.processMessage(java.util.Map<java.lang.String,java.lang.String> header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
void |
SigOptFlagSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SIGNATURE and MAXIMODD-ESIGOPTIONS . |
void |
MaxModulesSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SIGNATURE . |
void |
MaxMessagesSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
MAXMESSAGECACHE . |
void |
MaxMenuSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SIGNATURE . |
void |
MaxAppsSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SIGNATURE . |
void |
CtrlGroupSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
CTRLCONDPROP . |
void |
CtrlCondPropSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SITE . |
void |
CtrlConditionSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
CTRLCONDPROP . |
void |
SigOptFlagSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
MaxModulesSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
MaxMessagesSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
MaxMenuSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
MaxAppsSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
CtrlGroupSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
CtrlCondPropSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
CtrlConditionSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
ClassStructureSet.saveTransaction(MXTransaction txn) |
void |
ClassSpecSet.saveTransaction(MXTransaction txn)
08-21999
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
MaxRelationshipSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
MAXIMODD-RELATIONS . |
void |
MaxRelationshipSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
DBInfoRelationViewSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
MAXIMODD-RELATIONS . |
Modifier and Type | Method and Description |
---|---|
void |
FinancialService.addCOA(java.lang.String orgid,
java.lang.String compvalue,
java.lang.String comptext,
UserInfo userInfo,
MXTransaction trans) |
void |
FinancialService.componenetsSetup(java.util.Map<java.lang.String,java.lang.Object> components,
java.lang.String orgid,
java.lang.String compvalue,
MXTransaction trans,
UserInfo userInfo) |
void |
GLConfigureSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
MAXIMODD-GLCONFIGURE . |
void |
GLConfigureSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
FinancialService.updateApptracker(com.ibm.json.java.JSONArray ja,
boolean complete,
UserInfo userInfo,
MXTransaction trans) |
Modifier and Type | Method and Description |
---|---|
void |
InvCostSet.saveTransaction(MXTransaction txn)
Overwrite saveTransaction on the set level to validate if in the whole
set there is one-and-only-one 100 percentage condition rate before
actual save of the set.
|
Modifier and Type | Method and Description |
---|---|
void |
WhereUsedSet.saveTransaction(MXTransaction txn) |
Modifier and Type | Method and Description |
---|---|
void |
ItemSpecSet.saveTransaction(MXTransaction txn)
08-23855
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
LocHierarchySet.saveTransaction(MXTransaction txn)
12-14257/IV27403: override saveTransaction to clear the static vector parentsVector
|
Modifier and Type | Method and Description |
---|---|
void |
PersonService.activateUser(MboRemote person,
java.lang.String memo,
MXTransaction mxTran) |
Modifier and Type | Method and Description |
---|---|
void |
SigOptionSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SIGNATURE and MAXIMODD-ESIGOPTIONS . |
void |
MAXSessionSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then call
disconnectUser
with data from usersToDisconnect , which was populated via
appValidate . |
void |
MaxGroupSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then call
resetPasswordExpiration
passing usersToUpdate , which was populated via
appValidate . |
void |
SigOptionSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
void |
SiteSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SITE . |
void |
OrganizationSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
SITE . |
void |
SiteSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
OrganizationSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RecLockOptionGenerator.addSigOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String sigDesc,
boolean isVisible,
java.lang.String alsoGrants,
java.lang.String alsoRevokes,
java.lang.String prerequisite,
UserInfo userInfo,
MXTransaction trans) |
void |
RecLockOptionGenerator.deleteAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String groupname,
UserInfo userInfo,
MXTransaction trans)
Authorize/Unauthorize a sigoption and add it to the current transaction
|
void |
RecLockOptionGenerator.deleteOption(java.lang.String appName,
java.lang.String optionName,
java.lang.String menutype,
UserInfo userInfo,
MXTransaction trans) |
void |
MaxVarsSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache
MAXVARS . |
void |
MaxVarsSet.saveTransaction(MXTransaction txn)
Call super, then set value for
refreshCache . |
void |
MXValueSet.saveTransaction(MXTransaction txn) |
Modifier and Type | Method and Description |
---|---|
void |
AssignmentSet.fireEventsAfterDB(MXTransaction txn)
If we're doing something that involves an explicit save by the user, saving or deleting rows in
the Work List of Assignment Manager, where the objects are WMAssignment Mbos as opposed to regular
Assignments, this will set the main MboSet on the app back to being saved at this point in the
process; without this action, the WMAssignmentSet is removed from the transaction queue permanently,
its status is never advanced, and no further new rows in Assignment Manager can be saved.
|
void |
AssignmentSetRemote.fireEventsAfterDB(MXTransaction txn) |
void |
AssignmentSet.fireEventsAfterDBCommit(MXTransaction txn) |
void |
WOSet.storeUncommittedAncestorVector(MXTransaction uncommitted)
12-10173/IV12943: store the uncommited transaction in vector
|
Modifier and Type | Method and Description |
---|---|
void |
DMPackage.processPreviewXML(MXTransaction mxTrans,
UserInfo ui,
java.lang.String mos,
byte[] content,
boolean recordRollback)
Process xml using preview mode.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DMUtil.inMEATransaction(MXTransaction txn)
Checks if creation of a mbo is from MEA or not.
|
Constructor and Description |
---|
DMXMLSplitter(MXTransaction tn,
UserInfo ui,
boolean flag,
int memory)
Splitter class for MM
|
Modifier and Type | Method and Description |
---|---|
void |
MIFMsgHubMXTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
JMSMXTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
MIFMsgHubMXTransactable.fireEventsAfterDB(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsAfterDB(MXTransaction txn) |
void |
MIFMsgHubMXTransactable.fireEventsAfterDBCommit(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsAfterDBCommit(MXTransaction txn) |
void |
MIFMsgHubMXTransactable.fireEventsBeforeDB(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsBeforeDB(MXTransaction txn) |
void |
QueueToMaximoProcessor.processMessage(java.util.Map<java.lang.String,java.lang.String> header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
QueueToDestManagerProcessor.processMessage(java.util.Map<java.lang.String,java.lang.String> header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
MessageProcessor.processMessage(java.util.Map<java.lang.String,java.lang.String> header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
MIFMsgHubMXTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
JMSMXTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
MIFMsgHubMXTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
void |
JMSMXTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MIFMsgHubMXTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
void |
JMSMXTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
boolean |
MIFMsgHubMXTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
boolean |
JMSMXTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
void |
MEAQueueProcessor.writeDataToQueue(MXTransaction mxtran,
java.lang.String sender,
java.util.Map<java.lang.String,ExternalDataInfo> finalData,
boolean isEvent,
UserInfo userInfo) |
void |
MEAQueueProcessor.writeDataToQueue(MXTransaction mxtran,
java.lang.String sender,
java.util.Map<java.lang.String,ExternalDataInfo> finalData,
UserInfo userInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectStructureLoader.processData(byte[] data,
int intCurrentNoun,
int recStart,
int recEnd,
MboRemote npMbo,
MXTransaction trans)
Process the incoming Data.
|
void |
JSONObjectStructureLoader.processData(com.ibm.json.java.JSONArtifact data,
int intCurrentNoun,
MboRemote npMbo,
MXTransaction trans)
Process the incoming Data.
|
Modifier and Type | Method and Description |
---|---|
void |
MicTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
MicTransactable.fireEventsAfterDB(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MicTransactable.fireEventsAfterDBCommit(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MicTransactable.fireEventsBeforeDB(MXTransaction txn)
This method will be called during save of the transaction
|
byte[] |
MicService.internalProcessData(byte[] in,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test
This method will be called for every object structure service to process
incoming transactions.
|
byte[] |
MicService.internalProcessExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test.
|
byte[] |
EntMicService.internalProcessExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test.
|
byte[] |
MicServiceRemote.loadData(byte[] in,
UserInfo info,
MXTransaction trans,
java.util.Map defaults)
This method will be called to load Object Structure XML data.
|
byte[] |
MicService.loadData(byte[] in,
UserInfo info,
MXTransaction trans,
java.util.Map defaults)
This method will be called to load object structure XML data.
|
byte[] |
EntMicService.processDataIn(StructureData irData,
EnterpriseServiceInfo detailInfo,
java.lang.String extSystem,
UserInfo info,
MXTransaction mxTrans)
This method will be called for every object structure to process
External data.
|
byte[] |
MicServiceRemote.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
MicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
EntMicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
MicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans,
boolean fromQueue)
Process data comimg from external system.
|
byte[] |
EntMicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo userInfo,
MXTransaction trans,
boolean fromQueue)
Process data comimg from external system.
|
byte[] |
MicServiceRemote.processObjectStructureService(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every MOS to process
External data.
|
byte[] |
MicService.processObjectStructureService(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every object structure service to process
incoming transactions.
|
byte[] |
MicService.processObjectStructureService(org.jdom.Document doc,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every object structure service to process
incoming transactions.
|
long |
MicService.processOSLC(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format)
Deprecated.
|
long |
MicService.processOSLCAsJSON(com.ibm.json.java.JSONArtifact jsonData,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format) |
long |
MicService.processOSLCAsJSON(com.ibm.json.java.JSONArtifact jsonData,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format,
OslcRequest oslcRequest) |
long |
MicService.processOSLCJSON(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo)
This method will be called for every object structure service to process
incoming transactions.
|
void |
MicSetIn.processResponse(StructureData data,
java.lang.String ifaceName,
java.lang.Object target,
int action,
UserInfo info,
MXTransaction mxTrans,
java.util.Map<java.lang.String,?> md)
Process response for Invokation Channel.
|
void |
MicTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
MicTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MicTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
boolean |
MicTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
void |
MicService.writeDataToNotificationQueue(MXTransaction mxtran,
java.lang.String eventForUser,
java.util.Map<java.lang.String,java.lang.String> properties,
UserInfo userInfo,
byte[] queueData,
java.lang.String textData,
boolean syntheticEvent)
Write notification to the queue.
|
void |
EntMicService.writeDataToNotificationQueue(MXTransaction mxtran,
java.lang.String eventForUser,
java.util.Map<java.lang.String,java.lang.String> properties,
UserInfo userInfo,
byte[] queueData,
java.lang.String textData,
boolean syntheticEvent)
Write notification to the queue.
|
Modifier and Type | Method and Description |
---|---|
MXTransaction |
BaseExit.getMXTransaction()
Return a MAXIMO interface name.
|
Modifier and Type | Method and Description |
---|---|
StructureData |
UserExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData erData,
MXTransaction mxTrans,
java.lang.String messageType) |
StructureData |
ExternalExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData data,
MXTransaction mxTrans,
java.lang.String messageType)
Set external system statements for outbound transactions
|
StructureData |
UserExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData erData,
StructureData irData,
MXTransaction mxTrans,
java.lang.String messageType) |
StructureData |
UserExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData irData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
StructureData |
ExternalExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData userExitData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
StructureData |
UserExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData irData,
StructureData erData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
void |
BaseExit.initExitsIn(java.lang.String extSystem,
MXTransaction mxTrans,
UserInfo userInfo,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String intPointName,
java.lang.String messageType) |
void |
BaseExit.initExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String ifaceName,
MXTransaction mxTrans,
UserInfo userInfo,
java.lang.String messageType) |
StructureData |
ExternalExit.mapExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String mosName,
StructureData data,
MXTransaction mxTrans,
java.lang.String messageType)
External exit map method for outbound transactions.
|
StructureData |
ExternalExit.mapExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData userExitData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String MessageType) |
java.util.Map<java.lang.String,ExternalDataInfo> |
ExitProcessor.processExitsAndRulesOut(PublishInfo pubInfo,
java.lang.String forExtSystem,
byte[] pubXmlData,
boolean isEvent,
MXTransaction mxTx,
java.util.List<MboRemote> usedMboList,
UserInfo userInfo)
Exits and Rules task being called as part of publish process
Called from: Publish Channel
|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
byte[] erData,
MXTransaction mxTrans)
Exit called as part of incoming query process
Called from: Query
|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
StructureData exitInputData,
MXTransaction mxTrans)
Exit called as part of incoming data sync processes
Called from: integration services - create, update, delete, sync
|
StructureData |
ExitProcessor.processExitsIn(InvokeInfo invkInfo,
byte[] xmlData,
MXTransaction mxTx,
UserInfo userInfo)
Exit called as part of invocation process's response
Called from: Invoke
|
byte[] |
ExitProcessor.processExitsOut(InvokeInfo invkInfo,
byte[] xmlData,
MXTransaction mxTx,
java.util.List<MboRemote> usedMboList,
UserInfo userInfo)
Exit called as part of invocation process
Called from: Invoke
|
byte[] |
ExitProcessor.processExitsOutForInProcess(EnterpriseServiceInfo serviceInfo,
java.lang.String extSystem,
byte[] pubXmlData,
MXTransaction mxTx,
java.util.List<MboRemote> usedMboList,
UserInfo userInfo)
Exit called as part of incoming process's response
Called from: Query's response, Create's response
|
Modifier and Type | Method and Description |
---|---|
MXTransaction |
OSProcessScriptContext.getMxtran() |
MXTransaction |
MosProcess.getTransaction()
Retern reference to transaction object
|
Modifier and Type | Method and Description |
---|---|
byte[] |
MosProcessImpl.processExternalData(StructureData data,
java.lang.String mosName,
UserInfo info,
MXTransaction trans)
Process data coming from external systems using Enterprise Service definition.
|
byte[] |
MosProcessImpl.processObjectStructureService(StructureData data,
java.lang.String mosName,
java.lang.String msgType,
UserInfo info,
MXTransaction trans)
Process Object Structure Service XML.
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(UserInfo info,
ObjectList data,
java.util.Map<java.lang.String,java.lang.String> params,
MXTransaction trans)
Creates MboSet and converts XML data to it
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(UserInfo info,
ObjectList data,
java.util.Map<java.lang.String,java.lang.String> params,
MXTransaction trans,
java.lang.String appName)
Creates MboSet and converts XML data to it
|
Constructor and Description |
---|
OSProcessScriptContext(java.lang.String scriptName,
java.lang.String launchPointName,
Mbo mbo,
UserInfo userInfo,
MXTransaction mxtran,
StructureData sData,
java.lang.String processTable) |
Modifier and Type | Method and Description |
---|---|
MXTransaction |
FauxMboSet.getMXTransaction()
Undefined in the faux set.
|
MXTransaction |
MboSet.getMXTransaction()
Return the currently active transaction.
|
MXTransaction |
Mbo.getMXTransaction()
Return the MXTransaction that this Mbo participates in.
|
MXTransaction |
MboSetRemote.getMXTransaction()
Get the currently active transaction for this object.
|
MXTransaction |
MboRemote.getMXTransaction()
Return the transaction that this Mbo participates in.
|
Modifier and Type | Method and Description |
---|---|
void |
FauxMboSet.commitTransaction(MXTransaction txn) |
void |
MboSet.commitTransaction(MXTransaction txn)
Commit the object for the specified transaction
|
void |
FauxMboSet.fireEventsAfterDB(MXTransaction txn) |
void |
MboSet.fireEventsAfterDB(MXTransaction txn)
fire events for all mbos in the transaction after db operation.
|
void |
FauxMboSet.fireEventsAfterDBCommit(MXTransaction txn) |
void |
MboSet.fireEventsAfterDBCommit(MXTransaction txn)
fire events for all mbos in the transaction after db commit.
|
void |
FauxMboSet.fireEventsBeforeDB(MXTransaction txn) |
void |
MboSet.fireEventsBeforeDB(MXTransaction txn)
fire events for all mbos in the transaction before db operation.
|
void |
MboSet.handleMLMbo(Mbo mbo,
MXTransaction txn,
java.lang.String action)
Deprecated.
Replaced by #handleMLMbo(Mbo, String)
|
void |
FauxMboSet.rollbackTransaction(MXTransaction txn) |
void |
MboSet.rollbackTransaction(MXTransaction txn)
Rollback the object for the specified transaction
|
void |
MboSet.save(MXTransaction txn)
Save the object using within the specified transaction.
|
void |
MboSet.save(MXTransaction txn,
long flags)
Save the transaction using the specified flags.
|
void |
FauxMboSet.saveTransaction(MXTransaction txn)
Save the object on the specified transaction.
|
void |
MboSet.saveTransaction(MXTransaction txn)
Save the object on the specified transaction.
|
void |
FauxMboSet.setMXTransaction(MXTransaction txn)
Undefined in the faux set.
|
void |
MboSet.setMXTransaction(MXTransaction txn)
Sets the currently active transaction for this object.
|
void |
MboSetRemote.setMXTransaction(MXTransaction txn)
Set the transaction information for the object
|
void |
FauxMboSet.undoTransaction(MXTransaction txn) |
void |
MboSet.undoTransaction(MXTransaction txn)
Undo the transaction AFTER it has been committed.
|
boolean |
FauxMboSet.validateTransaction(MXTransaction txn) |
boolean |
MboSet.validateTransaction(MXTransaction txn)
validate the object for the specified transaction
|
Modifier and Type | Method and Description |
---|---|
MXTransaction |
MXServer.createMXTransaction()
Create a new transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
MXTransactionImpl
Implementation of the MXTransaction object.
|
Modifier and Type | Method and Description |
---|---|
void |
Transactable.commitTransaction(MXTransaction txn)
Commit the object.
|
void |
MXTransactionImpl.commitTransaction(MXTransaction txn)
Commit the transaction
|
void |
Transactable.fireEventsAfterDB(MXTransaction txn)
fire events for all mbos in the transaction after db operation.
|
void |
MXTransactionImpl.fireEventsAfterDB(MXTransaction txn)
fire events for all mbos in the transaction after db operation.
|
void |
Transactable.fireEventsAfterDBCommit(MXTransaction txn)
fire events for all mbos in the transaction after db commit.
|
void |
MXTransactionImpl.fireEventsAfterDBCommit(MXTransaction txn)
fire events for all mbos in the transaction after db commit.
|
void |
Transactable.fireEventsBeforeDB(MXTransaction txn)
fire events for all mbos in the transaction before db operation.
|
void |
MXTransactionImpl.fireEventsBeforeDB(MXTransaction txn)
fire events for all mbos in the transaction before db operation.
|
void |
Transactable.rollbackTransaction(MXTransaction txn)
Rollback the object.
|
void |
MXTransactionImpl.rollbackTransaction(MXTransaction txn)
Rollback the transaction
|
void |
Transactable.saveTransaction(MXTransaction txn)
Called to write the object to storage.
|
void |
MXTransactionImpl.saveTransaction(MXTransaction txn)
Save the transaction.
|
void |
Transactable.undoTransaction(MXTransaction txn)
If an object is committed, and another object in the transaction fails to commit, the undoTransaction()
method is called so that the object can attemp to undo the committed transaction.
|
void |
MXTransactionImpl.undoTransaction(MXTransaction txn)
Undo a transaction if it has been committed.
|
boolean |
Transactable.validateTransaction(MXTransaction txn)
validate the object.
|
boolean |
MXTransactionImpl.validateTransaction(MXTransaction txn)
validate transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
WFProcessSet.fireEventsAfterDBCommit(MXTransaction txn)
After the process is committed, clear the AutoInit cache for the Process' Mbo type if
the AutoInit attribute was updated or if the AutoInit process was deleted.
|