Uses of Class
com.orchestranetworks.instance.HomeKey
Packages that use HomeKey
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides interfaces for accessing data sets.
Represents XML Schema concepts and provides schema extensions capabilities.
Provides interfaces for accessing schema node facet.
Provides interfaces for accessing relationships defined in a data model.
Interfaces to define sets of data space keys.
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of HomeKey in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return HomeKey -
Uses of HomeKey in com.orchestranetworks.instance
Subclasses of HomeKey in com.orchestranetworks.instanceModifier and TypeClassDescriptionfinal classIdentifies a dataspace in a repository.final classIdentifies a snapshot in a repository.Methods in com.orchestranetworks.instance that return HomeKeyModifier and TypeMethodDescriptionHomeCreationSpec.getKey()static final HomeKeyParses the specified string, so as to return either a dataspace or snapshot key.Methods in com.orchestranetworks.instance with parameters of type HomeKeyModifier and TypeMethodDescriptionabstract AdaptationHomeRepository.createHome(AdaptationHome parentDataSpace, HomeKey aKey, Profile owner, Session aSession, UserMessage aLabel, UserMessage aDescription) Creates the specified dataspace or snapshot.abstract AdaptationHomeRepository.lookupHome(boolean d3Lookup, HomeKey aKey) Returns the specified dataspace or snapshot.abstract AdaptationHomeRepository.lookupHome(HomeKey aKey) Returns the specified dataspace or snapshot.voidSpecifies the unique identifier of the dataspace or snapshot to be created. -
Uses of HomeKey in com.orchestranetworks.rest.util
Methods in com.orchestranetworks.rest.util with parameters of type HomeKeyModifier and TypeMethodDescriptionURIBuilderForBuiltin.ForDataset.buildForDataset(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns an absoluteURIto a specified dataset in a specified dataspace.URIBuilderForBuiltin.ForDataspace.buildForDataspace(HomeKey aDataspaceKey) Beta feature: Returns an absoluteURIto the specified dataspace key.URIBuilderForBuiltin.ForNode.buildForNode(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns an absoluteURIto a specified dataset node, in a specified dataspace.URIBuilderForBuiltin.ForDataset.dataset(HomeKey aDataspaceKey, AdaptationName aDatasetName) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset in a specified dataspace.Beta feature: Returns a configuredURIbuilder which can generate built-in REST servicesURIto a dataspace.URIBuilderForBuiltin.ForNode.node(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath) Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset node, in a specified dataspace. -
Uses of HomeKey in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type HomeKeyModifier and TypeMethodDescriptionvoidDependenciesDefinitionContext.addDependencyToInsertAndDeleteInOtherInstance(Path tablePathInContainer, AdaptationReference containerReference, HomeKey homeReference) Specifies that the validation result of the current constraint depends on the insertions and deletions of the specified table node of a given dataset in a specific dataspace.voidDependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance(Path nodePath, AdaptationReference containerReference, HomeKey homeReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset in a specific dataspace.voidDependenciesDefinitionContext.addDependencyToInsertDeleteAndModifyInOtherInstance(SchemaNode sourceNode, AdaptationReference containerDataSetReference, HomeKey dataSpaceReference) Specifies that the validation result of the current constraint depends on the insertions, modifications and deletions on the specified node in a given dataset in a specific dataspace. -
Uses of HomeKey in com.orchestranetworks.schema.info
Methods in com.orchestranetworks.schema.info that return HomeKeyModifier and TypeMethodDescriptionSchemaFacetTableRef.getContainerHome()Returns the container dataspace of this foreign key constraint, if an external container in a dataspace or snapshot is defined (propertybranch), otherwise returnsnull.AssociationLink.getDataSpaceReference()Returns the reference of the dataspace of this association, if an external dataset in another dataspace is defined by the data model (propertydataSpace); otherwise returnsnull. -
Uses of HomeKey in com.orchestranetworks.schema.relationships
Methods in com.orchestranetworks.schema.relationships that return HomeKeyModifier and TypeMethodDescriptionSchemaNodeExplicitRelationship.getContainerHome()Returns the reference of the dataspace of this link, if an external dataset in another dataspace is defined by the data model, otherwise returnsnull.ReverseRelationshipResultInDataspace.getDataspaceKey()Returns the reference of the dataspace containing the result of a reverse relationship.Methods in com.orchestranetworks.schema.relationships with parameters of type HomeKeyModifier and TypeMethodDescriptionReverseRelationshipResultsInterDataset.getResultInDataspace(HomeKey aDataspaceKey) Returns the result of this reverse relationship in the specified dataspace. -
Uses of HomeKey in com.orchestranetworks.schema.types.dataspace
Methods in com.orchestranetworks.schema.types.dataspace with parameters of type HomeKeyModifier and TypeMethodDescriptionbooleanDataspaceSetFilter.accept(HomeKey aHomeKey, DataspaceSetFilterContext aContext) Returns whether the specified dataspace is included in the filter result.voidDataspaceSet.excludeDataspacesMatching(HomeKey aHomeKey, DataspaceSet.DataspaceChildrenPolicy aChildrenPolicy) From the set of dataspaces created thanks to the include methods, excludes the dataspace matching the given key and its descendants according to the provided children policy.voidDataspaceSet.includeDataspacesMatching(HomeKey aHomeKey, DataspaceSet.DataspaceChildrenPolicy aChildrenPolicy) Includes the dataspace matching the given key and its descendants according to the provided children policy. -
Uses of HomeKey in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return HomeKeyModifier and TypeMethodDescriptionUIHttpManagerComponent.getHomeKey()UIHttpManagerComponent.getHomeKeyToCompareWith()Methods in com.orchestranetworks.ui with parameters of type HomeKeyModifier and TypeMethodDescriptionvoidUIHttpManagerComponent.compareSelectionWithEntity(HomeKey homeOnRightKey, AdaptationName instanceOnRight, String tableOrOccurrenceOnRight) Specifies the activation of thecomparison service.voidUIHttpManagerComponent.select(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, Path aPath) Selects the node in the specified dataset.voidUIHttpManagerComponent.select(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference, String aXPathExpression) Specifies an entity selection in the EBX® repository.voidUIHttpManagerComponent.selectHome(HomeKey aDataSpaceOrSnapshotKey) Selects the specified dataspace or snapshot.voidUIHttpManagerComponent.selectInstance(HomeKey aDataSpaceOrSnapshotKey, AdaptationName aDataSetReference) Selects the specified dataset.