|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AdaptationHome | |
| com.onwbp.adaptation | Provides core classes and interfaces for accessing schema instances, tables and their occurrences. |
| com.orchestranetworks.instance | Provides interfaces for accessing schema instances. |
| com.orchestranetworks.schema.trigger | |
| com.orchestranetworks.service | Provides classes and interfaces for implementing specific services and access rules on EBX.Platform. |
| com.orchestranetworks.service.comparison | |
| com.orchestranetworks.service.directory | |
| com.orchestranetworks.service.extensions | |
| com.orchestranetworks.ui | Provides the capability to create specific user interface components that are integrated within EBX.Manager. |
| Uses of AdaptationHome in com.onwbp.adaptation |
| Methods in com.onwbp.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.onwbp.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.orchestranetworks.instance |
| Methods in com.orchestranetworks.instance that return AdaptationHome | |
AdaptationHome |
ValueContext.getHome()
Returns the current home. |
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.orchestranetworks.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)
Deprecated. Replaced by LockSpec.lock(AdaptationHome, Session) |
abstract void |
Repository.lock(AdaptationHome aBranch,
boolean lockParentBranch,
String aComment,
Session aSession)
Deprecated. Replaced by LockSpec.lock(AdaptationHome, Session) |
abstract void |
Repository.unlock(AdaptationHome aBranch,
boolean unlockParentBranch,
Session aSession)
Deprecated. Replaced by LockSpec.unlock(AdaptationHome, Session) |
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. |
abstract void |
Repository.markHomeForPurge(AdaptationHome aHome,
Session aSession)
Marks the home specified for purge. |
| Uses of AdaptationHome in com.orchestranetworks.schema.trigger |
| Methods in com.orchestranetworks.schema.trigger that return AdaptationHome | |
AdaptationHome |
TableTriggerExecutionContext.getAdaptationHome()
Returns the current home. |
AdaptationHome |
InstanceTriggerExecutionContext.getAdaptationHome()
Returns the current home. |
| Uses of AdaptationHome in com.orchestranetworks.service |
| Methods in com.orchestranetworks.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.orchestranetworks.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 (branch or version) specified. |
boolean |
SessionPermissions.isHomeOwner(AdaptationHome aHome)
|
ActionPermission |
SessionPermissions.getHomeActionPermissionToLockHome(LockSpec aSpec,
AdaptationHome aHome)
Current user's action permission for locking the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToUnlockHome(LockSpec aSpec,
AdaptationHome aHome)
Current user's action permission for unlocking the home specified. |
ActionPermission |
SessionPermissions.getHomeActionPermissionToCreateRootInstance(AdaptationHome aHome)
Current user's action permission to create adaptation instance root. |
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. |
ActionPermission |
SessionPermissions.getHomeActionPermissionForService(ServiceKey serviceKey,
AdaptationHome home)
Current user's action permission for executing the home service 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.orchestranetworks.service.comparison |
| Methods in com.orchestranetworks.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.orchestranetworks.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.orchestranetworks.service.directory |
| Methods in com.orchestranetworks.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.orchestranetworks.service.extensions |
| Methods in com.orchestranetworks.service.extensions with parameters of type AdaptationHome | |
void |
LockSpec.lock(AdaptationHome aBranch,
Session aSession)
Locks the branch specified. |
void |
LockSpec.unlock(AdaptationHome aBranch,
Session aSession)
Unlocks the branch specified. |
| Uses of AdaptationHome in com.orchestranetworks.ui |
| Methods in com.orchestranetworks.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)
EBX.Platform 4.5.3 [0607:0003]
Copyright Orchestra Networks 2000-2008. All rights reserved.