Uses of Class
com.onwbp.adaptation.AdaptationHome
- Packages that use AdaptationHome - Package - Description - com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.- com.orchestranetworks.d3 Provides classes for distributed data delivery (D3) functionalities.- com.orchestranetworks.instance Provides interfaces for accessing data sets.- com.orchestranetworks.rest.util - com.orchestranetworks.schema.dynamic A public API for defining a dynamic schema.- com.orchestranetworks.schema.trigger Provides classes and interfaces for trigger creation.- com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX®.- com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results.- com.orchestranetworks.service.directory Provides classes for Directory handling.- com.orchestranetworks.service.extensions Provides classes and interfaces for specific extensions such as batch and adaptation tree optimizer.- com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.- com.orchestranetworks.ui.selection This package provides interfaces with information about the selection.- com.orchestranetworks.userservice A public API for user services.- com.orchestranetworks.userservice.permission Allows the definition of activation rules and permission rules on user services.
- Uses of AdaptationHome in com.onwbp.adaptation- Methods in com.onwbp.adaptation that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- Adaptation. - getHome()Returns the dataspace which contains this dataset or record.- abstract AdaptationHome- AdaptationHome. - getParent()Returns the parent dataspace of this- AdaptationHome.- abstract AdaptationHome- AdaptationHome. - getParentBranch()Returns the parent dataspace or snapshot of this- AdaptationHome.- Methods in com.onwbp.adaptation that return types with arguments of type AdaptationHome - Modifier and Type - Method - Description - abstract List<AdaptationHome>- AdaptationHome. - getBranchChildren()Returns the dataspaces which have been created from this- AdaptationHome.- abstract List<AdaptationHome>- AdaptationHome. - getVersionChildren()Returns the snapshots which have been created from this- AdaptationHome.- Methods in com.onwbp.adaptation with parameters of type AdaptationHome - Modifier and Type - Method - Description - boolean- AdaptationHome. - isAncestorOf (AdaptationHome anotherHome)Returns- trueif this- AdaptationHomeis an ancestor of the specified- AdaptationHome(the- AdaptationHomeitself is excluded).
- Uses of AdaptationHome in com.orchestranetworks.d3- Methods in com.orchestranetworks.d3 that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- D3NodeAsSlaveOnStartup. - createDeliveryDataspace (BranchKey aDataspaceKey)Creates a delivery dataspace or gets the existing one.- Methods in com.orchestranetworks.d3 with parameters of type AdaptationHome - Modifier and Type - Method - Description - Class<? extends D3ReceiveBroadcastTrigger>- D3NodeAsSlaveOnStartup. - getRegisteredBroadcastTrigger (AdaptationHome aDataspace)Returns the 'D3 receive broadcast trigger' class registered according to a delivery dataspace.- boolean- D3Node. - isMasterHome (AdaptationHome aHome)Returns- trueif the parameter- aHomeis a D3 primary delivery dataspace or its snapshot, otherwise returns- false.- boolean- D3Node. - isSlaveHome (AdaptationHome aHome)Returns- trueif the parameter- aHomeis a D3 replica delivery dataspace or its snapshot, otherwise returns- false.- void- D3NodeAsSlaveOnStartup. - registerBroadcastTrigger (AdaptationHome aDataspace, Class<? extends D3ReceiveBroadcastTrigger> aTriggerOrNull)Registers or unregisters the 'D3 receive broadcast trigger'.- void- D3NodeAsSlaveOnStartup. - registerDeliveryDataspace (AdaptationHome aDataspace)Registers the delivery dataspace.
- Uses of AdaptationHome in com.orchestranetworks.instance- Methods in com.orchestranetworks.instance that return AdaptationHome - Modifier and Type - Method - Description - abstract AdaptationHome- Repository. - createHome (AdaptationHome parentDataSpace, HomeKey aKey, Profile owner, Session aSession, UserMessage aLabel, UserMessage aDescription)Creates the specified dataspace or snapshot.- abstract AdaptationHome- Repository. - createHome (HomeCreationSpec aSpec, Session aSession)Performs the dataspace or snapshot creation as specified.- AdaptationHome- ValueContextForValidation. - getFunctionalDataspace()Returns the dataspace that contains the adaptation for which the validation has been requested.- AdaptationHome- ValueContextForValidationOnTable. - getFunctionalDataspace()Returns the dataspace that contains the table for which the validation has been requested.- AdaptationHome- ValueContext. - getHome()Returns the current dataspace or snapshot.- AdaptationHome- HomeCreationSpec. - getHomeToCopyPermissionsFrom()- AdaptationHome- HomeCreationSpec. - getParent()- abstract AdaptationHome- Repository. - getReferenceBranch()Returns the reference dataspace.- abstract AdaptationHome- Repository. - lookupHome (boolean d3Lookup, HomeKey aKey)Returns the specified dataspace or snapshot.- abstract AdaptationHome- Repository. - lookupHome (HomeKey aKey)Returns the specified dataspace or snapshot.- Methods in com.orchestranetworks.instance with parameters of type AdaptationHome - Modifier and Type - Method - Description - abstract void- Repository. - closeHome (AdaptationHome aDataSpaceOrSnapshot, Session aSession)Closes the specified dataspace or snapshot.- abstract AdaptationHome- Repository. - createHome (AdaptationHome parentDataSpace, HomeKey aKey, Profile owner, Session aSession, UserMessage aLabel, UserMessage aDescription)Creates the specified dataspace or snapshot.- abstract void- Repository. - deleteHome (AdaptationHome aDataSpaceOrSnapshot, Session aSession)Permanently deletes the specified dataspace or snapshot and all its descendants (dataspaces and snapshots).- void- RepositoryPurge. - markHomeForHistoryPurge (AdaptationHome aDataSpaceOrSnapshot, Session aSession)Marks the specified dataspace or snapshot for history purge.- void- RepositoryPurge. - markHomeForHistoryPurge (AdaptationHome aHome, Date aStartDate, Date anEndDate, Session aSession)Marks the interval [aStartDate,anEndDate) for the specified dataspace or snapshot for history purge.- abstract void- Repository. - markHomeForPurge (AdaptationHome aDataSpaceOrSnapshot, Session aSession)Deprecated.Replaced by- Repository.deleteHome(AdaptationHome, Session).- void- RepositoryPurge. - markHomeForPurge (AdaptationHome aDataSpaceOrSnapshot, Session aSession)Deprecated.Replaced by- Repository.deleteHome(AdaptationHome, Session).- abstract void- Repository. - reopenHome (AdaptationHome aHome, Session aSession)Reopens the specified home.- abstract void- Repository. - setDocumentationDescription (AdaptationHome aDataSpaceOrSnapshot, String aDescription, Locale aLocale, Session aSession)Sets the documentation label for the specified dataspace or snapshot.- abstract void- Repository. - setDocumentationLabel (AdaptationHome aDataSpaceOrSnapshot, String aLabel, Locale aLocale, Session aSession)Sets the documentation label for the specified dataspace or snapshot.- void- HomeCreationSpec. - setHomeToCopyPermissionsFrom (AdaptationHome aDataSpace)Specifies that the permissions of the dataspace to be created will be a copy of those of the specified dataspace.- void- HomeCreationSpec. - setParent (AdaptationHome aDataSpace)Specifies the parent dataspace of the new dataspace or snapshot to be created.
- Uses of AdaptationHome in com.orchestranetworks.rest.util- Methods in com.orchestranetworks.rest.util with parameters of type AdaptationHome - Modifier and Type - Method - Description - URI- URIBuilderForBuiltin.ForDataspace. - buildForDataspace (AdaptationHome aDataspace)- UriBuilder- URIBuilderForBuiltin.ForDataspace. - dataspace (AdaptationHome aDataspace)- ProcedureResult- ProcedureUtility. - execute (Procedure aProcedure, AdaptationHome aDataspace)Executes the given- Procedureagainst the provided dataspace.
- Uses of AdaptationHome in com.orchestranetworks.schema.dynamic- Methods in com.orchestranetworks.schema.dynamic with parameters of type AdaptationHome - Modifier and Type - Method - Description - BeanFacetDatasetSet- BeanElement. - addFacetDatasetSet (AdaptationHome aDataspace)Adds a dataset constraint to this element.
- Uses of AdaptationHome in com.orchestranetworks.schema.trigger- Methods in com.orchestranetworks.schema.trigger that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- InstanceTriggerExecutionContext. - getAdaptationHome()Returns the current dataspace.- AdaptationHome- TableTriggerExecutionContext. - getAdaptationHome()Returns the current dataspace.
- Uses of AdaptationHome in com.orchestranetworks.service- Methods in com.orchestranetworks.service that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- ProcedureContext. - getAdaptationHome()Returns the current dataspace.- AdaptationHome- ProgrammaticService. - getCurrentHome()Returns the current dataspace or snapshot of this service.- abstract AdaptationHome- ServiceContext. - getCurrentHome()Deprecated.Returns the dataspace currently selected in the user interface.- AdaptationHome- MergeSpecForHome. - getHomeToMerge()Returns the dataspace to merge.- Methods in com.orchestranetworks.service with parameters of type AdaptationHome - Modifier and Type - Method - Description - static ProgrammaticService- ProgrammaticService. - createForSession (Session aSession, AdaptationHome aDataSpace)Instantiates a service that will execute within the specified session in the specified dataspace.- static ProgrammaticService- ProgrammaticService. - createForSession (Session aSession, AdaptationHome aDataSpace, Map<String, String> someInputParameters)Instantiates a service that will be executed in the specified dataspace, and within a session cloned from- aSessionwith specific input parameters.- void- ProcedureContext. - doMergeToParent (AdaptationHome aSource)Merges the specified dataspace to the current dataspace.- AccessPermission- SessionPermissions. - getHomeAccessPermission (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's access rights on the dataspace or snapshot specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionForService (ServiceKey serviceKey, AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permissions for executing the dataspace or snapshot service specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToChangeOwner (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permissions for changing the owner of the dataspace or snapshot specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToChangePermission (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permissions for changing permissions of the dataspace or snapshot specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToCloseHome (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permissions for closing the dataspace or snapshot specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToCreateChildBranch (AdaptationHome aDataSpace)Returns the current user's permissions for creating child dataspaces from the dataspace specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToCreateChildVersion (AdaptationHome aDataSpace)Returns the current user's permissions for creating child snapshots from the dataspace specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToCreateRootInstance (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permissions for creating a root dataset.- ActionPermission- SessionPermissions. - getHomeActionPermissionToExportArchive (AdaptationHome aDataSpaceOrSnapshot)Returns the current user's permission for performing an archive export of the dataspace or snapshot specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToImportArchive (AdaptationHome aDataSpace)Returns the current user's permissions for performing an archive import into the dataspace specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToInitializeMerge (AdaptationHome aDataSpace)Returns the current user's permissions for merging the dataspace specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToLockHome (LockSpec aSpec, AdaptationHome aDataSpace)Returns the current user's permissions for locking the dataspace specified.- ActionPermission- SessionPermissions. - getHomeActionPermissionToUnlockHome (LockSpec aSpec, AdaptationHome aDataSpace)Returns the current user's permissions for unlocking the dataspace specified.- abstract String- ServiceContext. - getURLForServiceSelection (AdaptationHome aHome, Adaptation aRecordOrInstance, SchemaNode aNode, ServiceKey aServiceKey)Deprecated.Returns a user interface URL that selects the specified node in the given record or dataset and starts the specified service on it, in the context of the given- AdaptationHome.- abstract String- ServiceContext. - getURLForServiceSelection (AdaptationHome aHome, Adaptation aRecordOrInstance, ServiceKey aServiceKey)Deprecated.Returns a user interface URL that selects the specified record or dataset and starts the specified service on it, in the context of the given- AdaptationHome.- abstract String- ServiceContext. - getURLForServiceSelection (AdaptationHome aHome, ServiceKey aServiceKey)Deprecated.Returns a user interface URL that selects the specified dataspace and starts the specified service on it.- boolean- SessionPermissions. - isHomeOwner (AdaptationHome aDataSpaceOrSnapshot)Returns whether the current user is the owner of the dataspace or snapshot specified.- boolean- Session. - isUserOwner (AdaptationHome aDataspace)Returns- trueif this user is an owner of the specified dataspace.- Constructors in com.orchestranetworks.service with parameters of type AdaptationHome - Constructor - Description - MergeSpecForHome (AdaptationHome homeToMerge)Specifies the dataspace to merge.
- Uses of AdaptationHome in com.orchestranetworks.service.comparison- Methods in com.orchestranetworks.service.comparison that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- DifferenceBetweenHomes. - getHomeOnLeft()The dataspace or snapshot on the left of the comparison.- AdaptationHome- DifferenceBetweenHomes. - getHomeOnRight()The dataspace or snapshot on the right of the comparison.- Methods in com.orchestranetworks.service.comparison with parameters of type AdaptationHome - Modifier and Type - Method - Description - static DifferenceBetweenHomes- DifferenceHelper. - compareDataspaceByDate (AdaptationHome aDataspace, Date aStartDate, Date aEndDate)Performs a comparison between two transaction dates for a dataspace and returns the result.- static DifferenceBetweenHomes- DifferenceHelper. - compareDataspaceByTransactionID (AdaptationHome aDataspace, long aStartTransactionId, long aEndTransactionId)Performs a comparison between two transactions for a dataspace or a snapshot and returns the result.- static DifferenceBetweenHomes- DifferenceHelper. - compareHomes (AdaptationHome leftHome, AdaptationHome rightHome, boolean isResolvedMode)Compares two dataspaces or snapshots and returns the result.
- Uses of AdaptationHome in com.orchestranetworks.service.directory- Methods in com.orchestranetworks.service.directory with parameters of type AdaptationHome - Modifier and Type - Method - Description - Directory- DirectoryDefaultFactory. - createDirectory (AdaptationHome aDataSpace)Creates the default directory.- abstract Directory- DirectoryFactory. - createDirectory (AdaptationHome aDataSpace)Creates the directory.
- Uses of AdaptationHome in com.orchestranetworks.service.extensions- Methods in com.orchestranetworks.service.extensions with parameters of type AdaptationHome - Modifier and Type - Method - Description - void- LockSpec. - lock (AdaptationHome aDataSpace, Session aSession)Locks the specified dataspace.- void- LockSpec. - unlock (AdaptationHome aDataSpace, Session aSession)Unlocks the specified dataspace.
- Uses of AdaptationHome in com.orchestranetworks.ui- Methods in com.orchestranetworks.ui that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- UIAjaxContext. - getCurrentHome()Returns the dataspace or snapshot currently selected in the session.- Methods in com.orchestranetworks.ui with parameters of type AdaptationHome - Modifier and Type - Method - Description - String- UIResourceLocator. - getURLForSelection (AdaptationHome aDataSpaceOrSnapshot)Returns a URL that, when used, changes the current navigation context to the specified dataspace or snapshot.- void- UIHttpManagerComponent. - selectHome (AdaptationHome aDataSpaceOrSnapshot)Selects the specified dataspace or snapshot.
- Uses of AdaptationHome in com.orchestranetworks.ui.selection- Methods in com.orchestranetworks.ui.selection that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- DataspaceEntitySelection. - getDataspace()Returns the currently selected dataspace.
- Uses of AdaptationHome in com.orchestranetworks.userservice- Methods in com.orchestranetworks.userservice with parameters of type AdaptationHome - Modifier and Type - Method - Description - ProcedureResult- UserServiceTransaction. - execute (AdaptationHome aDataSpace)In the same transaction, on a given dataspace, updates and creates objects and executes procedures in the same order as they were previously added.- ProcedureResult- UserServiceTransaction. - execute (AdaptationHome aDataSpace, boolean addErrorMessageIfException)In the same transaction, on a given dataspace, updates and creates objects and executes procedures in the same order as they were previously added.- String- UserServiceResourceLocator. - getURLForServiceSelection (ServiceKey aServiceKey, AdaptationHome aDataSpaceOrSnapshot)Returns a user interface URL that selects the specified dataspace or snapshot and starts the specified service on it.- String- UserServiceResourceLocator. - getURLForServiceSelection (ServiceKey aServiceKey, AdaptationHome aDataSpaceOrSnapshot, URLQuery aQuery)Returns a user interface URL that selects the specified dataspace or snapshot and starts the specified service on it.- static UserServiceEventOutcome- UserServiceNext. - nextService (ServiceKey aServiceKey, AdaptationHome aDataSpaceOrSnapshot)The current user service will close, the specified dataspace or snapshot will be selected and the specified service started.
- Uses of AdaptationHome in com.orchestranetworks.userservice.permission- Methods in com.orchestranetworks.userservice.permission that return AdaptationHome - Modifier and Type - Method - Description - AdaptationHome- ServiceActivationRuleForDataspaceContext. - getDataspace()Returns the current dataspace.