Modifier and Type | Method and Description |
---|---|
SemanticType |
HTTPRepositoryAccessor.getSemanticType(java.lang.String typeName) |
SemanticType |
HTTPClientAliasManagerWithAutoImport.lookupSemanticClass(java.lang.Class semanticClass) |
SemanticType |
HTTPClientAliasManagerWithAutoImport.lookupSemanticClass(java.lang.String className) |
SemanticType |
HTTPClientAliasManagerWithAutoImport.lookupSemanticType(java.lang.String typeName) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPClientAliasManagerWithAutoImport.alias(SemanticType type) |
void |
HTTPClientAliasManagerWithAutoImport.aliasImmutableType(SemanticType semanticType) |
void |
HTTPClientAliasManagerWithAutoImport.unalias(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
DataspaceStore.getSemanticType() |
Modifier and Type | Method and Description |
---|---|
void |
DataspaceStore.addSemanticType(SemanticType type) |
java.util.HashSet |
DataspaceStore.getSemanticTypeReferences(SemanticType semanticType) |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet |
SchemaManager.getSemanticTypeReferences(SemanticType semanticType) |
void |
SchemaManager.registerSemanticTypeAsType(SemanticType semanticType,
TSpace schema) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
JSerializerFactory.lookupSemanticType(java.lang.Class objectClass) |
SemanticType |
JSerializerFactory.lookupSemanticType(java.lang.String aliasName) |
Modifier and Type | Method and Description |
---|---|
void |
JSerializerFactory.alias(SemanticType type) |
void |
JSerializerFactory.aliasImmutableType(SemanticType type) |
void |
JSerializerFactory.unalias(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
JSONSerializerFactory.lookupSemanticType(java.lang.String aliasName) |
Modifier and Type | Method and Description |
---|---|
void |
JSONSerializerFactory.alias(SemanticType stype) |
void |
JSONSerializerFactory.aliasImmutableType(SemanticType stype) |
void |
JSONSerializerFactory.unalias(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
ObjectMediationAliasManager.lookupSemanticClass(java.lang.Class semanticClass) |
SemanticType |
ObjectMediationAliasManager.lookupSemanticClass(java.lang.String className) |
SemanticType |
ObjectMediationAliasManager.lookupSemanticType(java.lang.String typeName) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
SerializerFactory.lookupSemanticType(java.lang.String alias)
Returns a copy of the
SemanticType associated with the specified alias. |
Modifier and Type | Method and Description |
---|---|
void |
AliasManager.alias(SemanticType type)
Adds a
Semantic Type alias to the Alias Map. |
void |
SerializerFactory.alias(SemanticType type)
Adds an alias for this
Semantic Type to the global map. |
void |
AliasManager.aliasImmutableType(SemanticType type)
Adds an immutable class to the Alias Map.
|
void |
SerializerFactory.aliasImmutableType(SemanticType type)
Adds an immutable class to the Alias Map.
|
void |
AliasManager.unalias(SemanticType type)
Removes this
Semantic Type from the alias Alias Map. |
void |
SerializerFactory.unalias(SemanticType type)
Remove an alias for this
Semantic Type from the global map. |
Modifier and Type | Method and Description |
---|---|
SemanticType |
XSerializerRuntimeException.getSemanticType() |
SemanticType |
XSerializerFactory.lookupSemanticType(java.lang.String aliasName) |
Modifier and Type | Method and Description |
---|---|
void |
XSerializerFactory.alias(SemanticType type) |
void |
XSerializerFactory.aliasImmutableType(SemanticType type) |
void |
XSerializerRuntimeException.setSemanticType(SemanticType stype) |
void |
XSerializerFactory.unalias(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
RepositoryAccessor.getSemanticType(java.lang.String typeName)
Returns a
Semantic Type with the specified name. |
Modifier and Type | Method and Description |
---|---|
SemanticType |
SemanticType.clone() |
Modifier and Type | Method and Description |
---|---|
AdvisoryEventDatagram |
AdvisoryDatagramFactory.newEventInstance(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
EventDatagram |
EventDatagramFactory.newEventInstance(SemanticType type) |
OpaqueDatagram |
OpaqueDatagramFactory.newEventInstance(SemanticType type) |
void |
XMLEvent.setConstraint(SemanticType type)
Sets a semantic type constraint.
|
void |
XMLEvent.setXML(SemanticType type,
java.lang.Object data)
Sets the xml content of this event to the xml-string got as a serialization of the specified object.
|
Modifier and Type | Method and Description |
---|---|
ExceptionEventDatagram |
ExceptionDatagramFactory.newEventInstance(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
static SemanticType |
TypeFactory.createSemanticType(java.lang.Class typeClass)
Performs the
TypeFactory.createSemanticType(String, Class) with the first parameter typeClass.getSimpleName() |
SemanticType |
SemanticTypeFactory.createSemanticType(java.lang.Class typeClass)
Performs the
SemanticTypeFactory.createSemanticType(String, Class) with the first parameter typeClass.getSimpleName() |
static SemanticType |
TypeFactory.createSemanticType(java.lang.String typeName,
java.lang.Class typeClass)
Creates an instance of the Semantic Type with the specified name for the specified class.
|
SemanticType |
SemanticTypeFactory.createSemanticType(java.lang.String typeName,
java.lang.Class typeClass)
Creates an instance of the Semantic Type with the specified name for the specified class.
|
static SemanticType |
TypeFactory.createSemanticType(java.lang.String typeName,
java.lang.String className)
Creates an instance of the Semantic Type with the specified name for a class with the specified name.
|
SemanticType |
SemanticTypeFactory.createSemanticType(java.lang.String typeName,
java.lang.String className)
Creates an instance of the Semantic Type with the specified name for a class with the specified name.
|
static SemanticType |
TypeFactory.createSemanticType(java.lang.String typeName,
StructuredDataObject object)
Creates an instance of the Semantic Type with the specified name for the specified object's class.
|
SemanticType |
SemanticTypeFactory.createSemanticType(java.lang.String typeName,
StructuredDataObject object)
Creates an instance of the Semantic Type with the specified name for the specified object's class.
|
SemanticType |
DatagramFactory.getSemanticType()
Returns the
Semantic Type of the factory. |
SemanticType |
SemanticTypeCache.lookupSemanticClass(java.lang.Class semanticClass)
Returns a copy of semantic type associated with the specified class.
|
SemanticType |
SemanticTypeCache.lookupSemanticClass(java.lang.String className)
Returns a copy of semantic type associated with the specified class.
|
SemanticType |
SemanticTypeCache.lookupSemanticType(java.lang.String typeName)
Returns a copy of semantic type with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeFactory.addSemanticType(SemanticType semanticType)
Adds the specified Semantic Type to the environment.
|
void |
SemanticTypeFactory.addSemanticType(SemanticType semanticType)
Adds the specified Semantic Type to the environment.
|
java.util.List |
DatagramPrototypeCache.getPrototypesByDataType(SemanticType type)
Returns a list of
Prototype objects associated with the event prototypes
that have a payload object of the specified SemanticType. |
boolean |
TypeFactory.hasDependencies(SemanticType type)
Checks if the specified type has dependent entities (semantic types, event prototypes etc).
|
boolean |
SemanticTypeFactory.hasDependencies(SemanticType type)
Checks if the specified type has dependent entities (semantic types, event prototypes etc).
|
java.util.List |
DatagramPrototypeCache.listEventIdsByDataType(SemanticType type)
Returns a list of event ids associated with the event prototypes that have a payload object of the specified SemanticType.
|
ImmutableEventDatagram |
DatagramFactory.newEventInstance(SemanticType type)
Creates and returns an instance of an event datagram of this factory's type
based on the semantic type.
|
Modifier and Type | Method and Description |
---|---|
static SemanticType |
SQLQueryFactory.getSQLParameterType()
Returns an SQL Parameter semantic type.
|
static SemanticType |
SQLQueryFactory.getSQLQueryBatchType()
Returns an SQL Query Batch semantic type.
|
static SemanticType |
SQLQueryFactory.getSQLQueryType()
Returns an SQL Query semantic type.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
SDOUtils.createDataObject(SemanticType type)
Creates a new object which can be used as data object for
DataEvent or DeltaEvent or OpaqueEvent . |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidationFactory.existsValidatorForType(SemanticType semanticType)
Checks if exists
Validator for semantic type semanticType . |
Validator |
ValidationFactory.lookupValidatorForType(SemanticType semanticType)
Lookups
Validator for semantic semanticType . |
Modifier and Type | Method and Description |
---|---|
SemanticType |
Store.getSemanticType() |
Modifier and Type | Method and Description |
---|---|
void |
Store.addSemanticType(SemanticType type) |
void |
DataspaceManager.addSemanticType(SemanticType type) |
java.util.HashSet |
Store.getSemanticTypeReferences(SemanticType type) |
java.util.HashMap |
DataspaceManager.getSemanticTypeReferences(SemanticType type) |
Modifier and Type | Method and Description |
---|---|
SemanticType |
SemanticTypeLookupContext.lookupSemanticType(java.lang.String semanticTypeName) |
SemanticType |
TriggerFunctionParserContext.lookupSemanticType(java.lang.String semanticTypeName) |
SemanticType |
SemanticTypeLookupContext.lookupSemanticTypeByClass(java.lang.String className) |
SemanticType |
TriggerFunctionParserContext.lookupSemanticTypeByClass(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
SemanticTypeLookupContext.loadClass(SemanticType semanticType) |
java.lang.Class |
TriggerFunctionParserContext.loadClass(SemanticType semanticType) |
Modifier and Type | Method and Description |
---|---|
PackageDescriptor |
PackageManifestManager.getPackageBySemanticType(SemanticType type)
Finds and returns a copy of the package descriptor where the specified semantic type has been loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandler.bindRequestObject(java.lang.String eventId,
SemanticType type)
Binds the specified event id and semantic type as the request object of the event handler.
|
void |
EventHandler.bindResponseObject(java.lang.String eventId,
SemanticType type)
Binds the specified event id and semantic type as the response object of the event handler.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.