Modifier and Type | Method and Description |
---|---|
ReferenceContext |
HTTPRepositoryAccessor.createReferenceContext(ReferenceContext parentContext,
java.lang.String namespace) |
ReferenceContext |
HTTPRepositoryAccessor.createReferenceContext(java.lang.String namespace) |
ReferenceContext |
HTTPRepositoryAccessor.getReferenceContext() |
ReferenceContext |
HTTPRepositoryAccessor.getRootContext() |
ReferenceContext |
HTTPRepositoryAccessor.lookupReferenceContext(java.lang.String namespace) |
Modifier and Type | Method and Description |
---|---|
ReferenceContext |
HTTPRepositoryAccessor.createReferenceContext(ReferenceContext parentContext,
java.lang.String namespace) |
void |
HTTPRepositoryAccessor.destroyReferenceContext(ReferenceContext context) |
java.util.List |
HTTPRepositoryAccessor.listBindings(ReferenceContext context) |
java.util.List |
HTTPRepositoryAccessor.listObjectNames(ReferenceContext context,
java.lang.String objectType) |
java.util.List |
HTTPRepositoryAccessor.listQualifiedObjectNames(ReferenceContext context) |
java.lang.Object |
HTTPRepositoryAccessor.lookupObject(ReferenceContext context,
java.lang.String objectName) |
void |
HTTPRepositoryAccessor.setReferenceContext(ReferenceContext context) |
Modifier and Type | Method and Description |
---|---|
ReferenceContext |
RepositoryAccessor.createReferenceContext(ReferenceContext parentContext,
java.lang.String namespace)
Creates a new Reference Context with the specified name under the specified parent context.
|
ReferenceContext |
RepositoryAccessor.createReferenceContext(java.lang.String namespace)
Creates a new Reference Context with the specified fully qualified name.
|
ReferenceContext |
RepositoryAccessor.getReferenceContext()
Returns the current active Reference Context.
|
ReferenceContext |
RepositoryAccessor.getRootContext()
Returns the root Reference Context of the Repository.
|
ReferenceContext |
RepositoryAccessor.lookupReferenceContext(java.lang.String namespace)
Looks up the Reference Context corresponding to the specified namespace.
|
Modifier and Type | Method and Description |
---|---|
ReferenceContext |
RepositoryAccessor.createReferenceContext(ReferenceContext parentContext,
java.lang.String namespace)
Creates a new Reference Context with the specified name under the specified parent context.
|
void |
RepositoryAccessor.destroyReferenceContext(ReferenceContext context)
Destroys the Reference Context with the specified name.
|
java.util.List |
RepositoryAccessor.listBindings(ReferenceContext context)
Returns a list of all Binding instances in the specified Reference Context.
|
java.util.List |
RepositoryAccessor.listObjectNames(ReferenceContext context,
java.lang.String objectType)
Returns a list of the qualified names of the objects in the specified Reference Context.
|
java.util.List |
RepositoryAccessor.listQualifiedObjectNames(ReferenceContext context)
Returns a list of the qualified names of the objects in the specified Reference Context.
|
java.lang.Object |
RepositoryAccessor.lookupObject(ReferenceContext context,
java.lang.String objectName)
Looks up the named object with the specified name in the specified Reference Context.
|
void |
RepositoryAccessor.setReferenceContext(ReferenceContext context)
Sets the current active Reference Context, switching to the specified context for all
subsequent object operations such as bind, unbind, rebind, rename
and lookup.
|
Modifier and Type | Field and Description |
---|---|
static ReferenceContext |
ReferenceContext.NULL |
static ReferenceContext |
ReferenceContext.ROOT |
Modifier and Type | Method and Description |
---|---|
ReferenceContext |
ReferenceContext.getParentContext() |
Constructor and Description |
---|
ReferenceContext(ReferenceContext parentContext,
java.lang.String ctxNamespace) |
Modifier and Type | Method and Description |
---|---|
static ReferenceContext |
SemanticObjectReferenceStore.createSubcontext(ReferenceContext parentContext,
java.lang.String subName)
Creates a reference context under an existing sub-context.
|
static ReferenceContext |
SemanticObjectReferenceStore.createSubcontextFromNamespace(java.lang.String ctxNamespace)
Creates a reference context from a Namespace string.
|
static ReferenceContext |
SemanticObjectReferenceStore.getReferenceContext()
Returns the current reference context.
|
static ReferenceContext |
SemanticObjectReferenceStore.getRootContext()
Returns the root context (the top of the tree).
|
static ReferenceContext |
SemanticObjectReferenceStore.lookupReferenceContext(java.lang.String ctxNamespace)
Returns an instance of a
ReferenceContext based on the specified namespace if
it exists. |
Modifier and Type | Method and Description |
---|---|
static ReferenceContext |
SemanticObjectReferenceStore.createSubcontext(ReferenceContext parentContext,
java.lang.String subName)
Creates a reference context under an existing sub-context.
|
static void |
SemanticObjectReferenceStore.destroySubcontext(ReferenceContext refCtx)
Destroys a sub-context.
|
static void |
SemanticObjectReferenceStore.setReferenceContext(ReferenceContext refCtx)
Sets the current reference context.
|
Modifier and Type | Method and Description |
---|---|
ReferenceContext |
ObjectPropertyValue.getReferenceContext() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectPropertyValue.setReferenceContext(ReferenceContext ctx) |
Constructor and Description |
---|
ObjectPropertyValue(java.lang.String objName,
java.lang.String semanticType,
ReferenceContext ctx) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.