Uses of Class
com.orchestranetworks.instance.HomeKey
-
Packages that use HomeKey Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.instance Provides interfaces for accessing data sets.com.orchestranetworks.rest.util com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.schema.info Provides interfaces for accessing schema node facet.com.orchestranetworks.schema.relationships Provides interfaces for accessing relationships defined in a data model.com.orchestranetworks.schema.types.dataspace Interfaces to define sets of data space keys.com.orchestranetworks.ui 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 Modifier and Type Method Description HomeKeyAdaptationHome. getKey()Returns the key that identifies this dataspace or snapshot in the current repository. -
Uses of HomeKey in com.orchestranetworks.instance
Subclasses of HomeKey in com.orchestranetworks.instance Modifier and Type Class Description classBranchKeyIdentifies a dataspace in a repository.classVersionKeyIdentifies a snapshot in a repository.Methods in com.orchestranetworks.instance that return HomeKey Modifier and Type Method Description HomeKeyHomeCreationSpec. getKey()static HomeKeyHomeKey. parse(String aString)Parses the specified string, so as to return either a dataspace or snapshot key.Methods in com.orchestranetworks.instance with parameters of type HomeKey Modifier and Type Method Description abstract 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.voidHomeCreationSpec. setKey(HomeKey aDataSpaceOrSnapshotKey)Specifies 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 HomeKey Modifier and Type Method Description URIURIBuilderForBuiltin.ForDataset. buildForDataset(HomeKey aDataspaceKey, AdaptationName aDatasetName)Returns an absoluteURIto a specified dataset in a specified dataspace.URIURIBuilderForBuiltin.ForDataspace. buildForDataspace(HomeKey aDataspaceKey)Beta feature: Returns an absoluteURIto the specified dataspace key.URIURIBuilderForBuiltin.ForNode. buildForNode(HomeKey aDataspaceKey, AdaptationName aDatasetName, Path aNodePath)Returns an absoluteURIto a specified dataset node, in a specified dataspace.UriBuilderURIBuilderForBuiltin.ForDataset. dataset(HomeKey aDataspaceKey, AdaptationName aDatasetName)Returns a configuredURIbuilder which can generate built-in REST servicesURIto a specified dataset in a specified dataspace.UriBuilderURIBuilderForBuiltin.ForDataspace. dataspace(HomeKey aDataspaceKey)Beta feature: Returns a configuredURIbuilder which can generate built-in REST servicesURIto a dataspace.UriBuilderURIBuilderForBuiltin.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 HomeKey Modifier and Type Method Description voidDependenciesDefinitionContext. 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(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 HomeKey Modifier and Type Method Description HomeKeySchemaFacetTableRef. getContainerHome()Returns the container dataspace of this foreign key constraint, if an external container in a dataspace or snapshot is defined (propertybranch), otherwise returnsnull.HomeKeyAssociationLink. 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 HomeKey Modifier and Type Method Description HomeKeySchemaNodeExplicitRelationship. 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.HomeKeyReverseRelationshipResultInDataspace. getDataspaceKey()Returns the reference of the dataspace containing the result of a reverse relationship.Methods in com.orchestranetworks.schema.relationships with parameters of type HomeKey Modifier and Type Method Description ReverseRelationshipResultInDataspaceReverseRelationshipResultsInterDataset. 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 HomeKey Modifier and Type Method Description booleanDataspaceSetFilter. 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 HomeKey Modifier and Type Method Description HomeKeyUIHttpManagerComponent. getHomeKey()HomeKeyUIHttpManagerComponent. getHomeKeyToCompareWith()Methods in com.orchestranetworks.ui with parameters of type HomeKey Modifier and Type Method Description voidUIHttpManagerComponent. 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.
-