|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdaptationHome | |
com.softwareag.mdm.adaptation | Provides core classes and interfaces for accessing schema instances, tables and their occurrences. |
com.softwareag.mdm.instance | Provides interfaces for accessing schema instances. |
com.softwareag.mdm.schema.trigger | |
com.softwareag.mdm.service | Provides classes and interfaces for implementing specific services and access rules on webMethods MDM. |
com.softwareag.mdm.service.comparison | |
com.softwareag.mdm.service.directory | |
com.softwareag.mdm.ui | Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager. |
Uses of AdaptationHome in com.softwareag.mdm.adaptation |
Methods in com.softwareag.mdm.adaptation that return AdaptationHome | |
AdaptationHome |
AdaptationHome.getParent()
Returns the parent home, null if this home is the Reference branch.
|
AdaptationHome |
AdaptationHome.getParentBranch()
Returns the parent branch, null if this home is the Reference branch.
|
AdaptationHome |
Adaptation.getHome()
Returns the home which contains this instance. |
Methods in com.softwareag.mdm.adaptation with parameters of type AdaptationHome | |
boolean |
AdaptationHome.isAncestorOf(AdaptationHome anotherHome)
Returns true if this home is an ancestor of
the home specified (home itself is excluded). |
Uses of AdaptationHome in com.softwareag.mdm.instance |
Methods in com.softwareag.mdm.instance that return AdaptationHome | |
AdaptationHome |
ValueContext.getHome()
Returns the current repository. |
abstract AdaptationHome |
Repository.getReferenceBranch()
Returns the Reference Branch. |
abstract AdaptationHome |
Repository.lookupHome(HomeKey aKey)
Returns the home specified. |
abstract AdaptationHome |
Repository.createHome(AdaptationHome parentBranch,
HomeKey aKey,
Profile owner,
Session aSession,
UserMessage aLabel,
UserMessage aDescription)
Creates the home specified. |
Methods in com.softwareag.mdm.instance with parameters of type AdaptationHome | |
abstract AdaptationHome |
Repository.createHome(AdaptationHome parentBranch,
HomeKey aKey,
Profile owner,
Session aSession,
UserMessage aLabel,
UserMessage aDescription)
Creates the home specified. |
abstract void |
Repository.lock(AdaptationHome aBranch,
boolean lockParentBranch,
Session aSession)
Locks the branch specified. |
abstract void |
Repository.lock(AdaptationHome aBranch,
boolean lockParentBranch,
String aComment,
Session aSession)
Locks the branch specified. |
abstract void |
Repository.unlock(AdaptationHome aBranch,
boolean unlockParentBranch,
Session aSession)
Unlocks the branch specified. |
abstract void |
Repository.setDocumentationLabel(AdaptationHome aHome,
String aLabel,
Locale aLocale,
Session aSession)
Sets the documentation label for the home specified. |
abstract void |
Repository.setDocumentationDescription(AdaptationHome aHome,
String aDescription,
Locale aLocale,
Session aSession)
Sets the documentation label for the home specified. |
abstract void |
Repository.closeHome(AdaptationHome aHome,
Session aSession)
Closes the home specified. |
Uses of AdaptationHome in com.softwareag.mdm.schema.trigger |
Methods in com.softwareag.mdm.schema.trigger that return AdaptationHome | |
AdaptationHome |
TableTriggerExecutionContext.getAdaptationHome()
Returns the current home. |
AdaptationHome |
InstanceTriggerExecutionContext.getAdaptationHome()
Returns the current home. |
Uses of AdaptationHome in com.softwareag.mdm.service |
Methods in com.softwareag.mdm.service that return AdaptationHome | |
abstract AdaptationHome |
ServiceContext.getCurrentHome()
Returns the home currently selected in Manager. |
AdaptationHome |
ProgrammaticService.getCurrentHome()
Returns the current branch or version of this service. |
AdaptationHome |
ProcedureContext.getAdaptationHome()
Returns the current home. |
Methods in com.softwareag.mdm.service with parameters of type AdaptationHome | |
AccessPermission |
SessionPermissions.getHomeAccessPermission(AdaptationHome aHome)
Returns the current user's access right on the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToCreateChildBranch(AdaptationHome aHome)
Current user's action permission for creating child branches on the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToCreateChildVersion(AdaptationHome aHome)
Current user's action permission for creating child versions on the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToInitializeMerge(AdaptationHome aHome)
Current user's action permission for merging the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToExportArchive(AdaptationHome aHome)
Current user's action permission for archive export of the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToImportArchive(AdaptationHome aHome)
Current user's action permission for archive import on the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToCloseHome(AdaptationHome aHome)
Current user's action permission for closing the home specified. |
boolean |
SessionPermissions.isHomeOwner(AdaptationHome aHome)
|
ActionPermission |
SessionPermissions.getHomeActionPermissionToLockHome(AdaptationHome aHome)
Current user's action permission for locking the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToUnlockHome(AdaptationHome aHome)
Current user's action permission for unlocking the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToChangeOwner(AdaptationHome aHome)
Current user's action permission for changing the owner of the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToChangePermission(AdaptationHome aHome)
Current user's action permission for changing permissions of the home specified. |
static ProgrammaticService |
ProgrammaticService.createForSession(Session aSession,
AdaptationHome aHome)
Instantiates a service that will execute as the session specified in the home specified. |
void |
ProcedureContext.doMergeToParent(AdaptationHome source)
Merges source branch to current branch. |
Uses of AdaptationHome in com.softwareag.mdm.service.comparison |
Methods in com.softwareag.mdm.service.comparison that return AdaptationHome | |
AdaptationHome |
DifferenceBetweenHomes.getHomeOnLeft()
the comparison left instance of AdaptationHome. |
AdaptationHome |
DifferenceBetweenHomes.getHomeOnRight()
the comparison right instance of AdaptationHome. |
Methods in com.softwareag.mdm.service.comparison with parameters of type AdaptationHome | |
static DifferenceBetweenHomes |
DifferenceHelper.compareHomes(AdaptationHome leftHome,
AdaptationHome rightHome,
boolean isResolvedMode)
Compares two homes and returns the result. |
Uses of AdaptationHome in com.softwareag.mdm.service.directory |
Methods in com.softwareag.mdm.service.directory with parameters of type AdaptationHome | |
abstract Directory |
DirectoryFactory.createDirectory(AdaptationHome aHome)
Creates the directory. |
Directory |
DirectoryDefaultFactory.createDirectory(AdaptationHome aHome)
|
Uses of AdaptationHome in com.softwareag.mdm.ui |
Methods in com.softwareag.mdm.ui with parameters of type AdaptationHome | |
void |
UIHttpManagerComponent.selectHome(AdaptationHome aHome)
Selects the home (branch or version) specified. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.