Modifier and Type | Class and Description |
---|---|
class |
ContentController
A ContentController is a SimpleObject that controls the state of a ContentObject.
|
class |
ContentVaultEntry
A ContentVaultEntry is a SimpleObject that describes a
content row in the Media's content table.
|
class |
DependentView
A DependentView is a
SimpleObject that tracks a custom view that depends upon
one or more ClassObjects.
|
class |
SimpleObject
A SimpleObject is the abstract class for light-weight application objects.
|
class |
SimpleProperty
A SimpleProperty is a name/value pair, used to store ad hoc information
using SimpleObjects instead of PropertyBundles.
|
class |
SimplePropertyTable
A SimplePropertyTable is a set of name/value pairs,
used to store ad hoc information.
|
class |
SimplePropertyTableList
A SimplePropertyTableList is a set of name/value pairs,
used to store ad hoc information.
|
class |
TieContentController
TieContentController allows the ECMSDK-defined behavior
of the ContentController classobject (and its subclasses)
to be extended or overridden.
|
class |
TieContentVaultEntry
TieContentVaultEntry allows the ECMSDK-defined behavior
of the ContentVaultEntry classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerAlert
TieControllerAlert allows the ECMSDK-defined behavior
of the ControllerAlert classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerJob
TieControllerJob allows the ECMSDK-defined behavior
of the ControllerJob classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerLoadRatio
TieControllerLoadRatio allows the ECMSDK-defined behavior
of the ControllerLoadRatio classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerPlan
TieControllerPlan allows the ECMSDK-defined behavior
of the ControllerPlan classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerPlanExecution
TieControllerPlanExecution allows the ECMSDK-defined behavior
of the ControllerPlanExecution classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerReply
TieControllerReply allows the ECMSDK-defined behavior
of the ControllerReply classobject (and its subclasses)
to be extended or overridden.
|
class |
TieControllerRequest
TieControllerRequest allows the ECMSDK-defined behavior
of the ControllerRequest classobject (and its subclasses)
to be extended or overridden.
|
class |
TieDependentView
TieDependentView allows the ECMSDK-defined behavior
of the DependentView classobject (and its subclasses)
to be extended or overridden.
|
class |
TieSimpleObject
TieSimpleObject allows the ECMSDK-defined behavior
of the SimpleObject classobject (and its subclasses)
to be extended or overridden.
|
class |
TieSimpleProperty
TieSimpleProperty allows the ECMSDK-defined behavior
of the SimpleProperty classobject (and its subclasses)
to be extended or overridden.
|
class |
TieSimplePropertyTable
TieSimplePropertyTable allows the ECMSDK-defined behavior
of the SimplePropertyTable classobject (and its subclasses)
to be extended or overridden.
|
class |
TieSimplePropertyTableList
TieSimplePropertyTableList allows the ECMSDK-defined behavior
of the SimplePropertyTableList classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
SimpleObjectInterface |
LibrarySession.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
LibrarySession.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
LibrarySession.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
Modifier and Type | Method and Description |
---|---|
Long |
LibrarySession.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleObjectInterface |
AttributeValue.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface |
AttributeValueLongArray.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface |
AttributeValueSimpleObjectArray.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface[] |
AttributeValue.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
protected SimpleObjectInterface[] |
AttributeValueLongArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
protected SimpleObjectInterface[] |
AttributeValueSimpleObjectArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
SimpleObjectInterface |
AttributeValue.getSimpleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SimpleObject.
|
SimpleObjectInterface[] |
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SimpleObjects.
|
SimpleObjectInterface |
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of SimpleObjects.
|
SimpleObjectInterface |
LibrarySessionInterface.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
LibrarySessionInterface.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
LibrarySessionInterface.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
Modifier and Type | Method and Description |
---|---|
Long |
LibrarySessionInterface.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface value)
Constructs a new SimpleObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface[] values)
Constructs a new array-type SimpleObject AttributeValue.
|
Constructor and Description |
---|
AttributeValueSimpleObjectArray(SimpleObjectInterface[] values)
Constructs an array-type SimpleObject AttributeValue.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerAlert
A ControllerAlert is
An object holding the details of a Controller alert.
|
class |
ControllerJob
A ControllerJob holds the details of a job the
Controller has been asked to do.
|
class |
ControllerLoadRatio
A ControllerLoadRatio represents a load balancing ratio the Controller uses
to assign Nodes when there are multiple options.
|
class |
ControllerPlan
A ControllerPlan holds the details of the plan the Controller
is asked to execute.
|
class |
ControllerPlanExecution
A ControllerPlanExecution is used by the Controller to manage the execution
of the ControllerPlan.
|
class |
ControllerReply
A ControllerReply is
An object holding the details of a Controller reply.
|
class |
ControllerRequest
A ControllerRequest is
An object holding the details of a Controller request.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreNlpRegexRule
A CoreNlpRegexRule is a type of
InformationExtractionRegexRule for CoreNLP TokensRegex.
|
class |
DependencyMatcherRegexRule
A DependencyMatcherRegexRule is a type of
InformationExtractionRegexRule for Spacy DependencyMatcher.
|
class |
EntityRulerRegexRule
A EntityRulerRegexRule is a type of
InformationExtractionRegexRule for Spacy Entity Ruler.
|
class |
InformationExtractionCorefChain
A InformationExtractionCorefChain is
an internal Information Extraction Coreference Chain.
|
class |
InformationExtractionDependencyGraphEdge
A InformationExtractionDependencyGraphEdge is
an internal Information Extraction Dependency Graph Edge..
|
class |
InformationExtractionEntityMention
A InformationExtractionEntityMention is
an internal Information Extraction Entity mention.
|
class |
InformationExtractionEntityPhrase
A InformationExtractionEntityPhrase is
defines an implicit entity relation for an Information Extraction domain.
|
class |
InformationExtractionEntityRelationType
A InformationExtractionEntityRelationType is
defines an entity relation type for an Information Extraction domain.
|
class |
InformationExtractionEntityType
A InformationExtractionEntityType is
defines an entity type for an Information Extraction domain.
|
class |
InformationExtractionImplicitEntityRelation
A InformationExtractionImplicitEntityRelation is
defines an implicit entity relation for an Information Extraction domain.
|
class |
InformationExtractionLegalEntityRelation
A InformationExtractionLegalEntityRelation is
defines a Legal entity relation for an Information Extraction domain.
|
class |
InformationExtractionOutcome
A InformationExtractionOutcome is
an internal Information Extraction Outcome.
|
class |
InformationExtractionOutcomeMarking
A InformationExtractionOutcomeMarking is
an internal Information Extraction outcome marking.
|
class |
InformationExtractionOutcomeMarkingRelation
A InformationExtractionOutcomeMarkingRelation is
Internal Information Extraction Outcome Marking relation.
|
class |
InformationExtractionRegexMapping
A InformationExtractionRegexMapping is
an internal Information Extraction object used to map
the NER result identified by REGEX to an entity type name.
|
class |
InformationExtractionRegexPattern
A InformationExtractionRegexPattern is an internal
Information Extraction Named Entity Recognition (NER) REGEX pattern.
|
class |
InformationExtractionRegexRule
A InformationExtractionRegexRule is
Internal Information Extraction TokensRegex Extraction Rule.
|
class |
InformationExtractionRelationMention
A InformationExtractionRelationMention is
an internal Information Extraction Relation mention.
|
class |
InformationExtractionRelationTriple
A InformationExtractionRelationTriple is
an internal Information Extraction relation triple (subject relation object).
|
class |
InformationExtractionSentence
A InformationExtractionSentence is
an internal Information Extraction sentence.
|
class |
InformationExtractionToken
A InformationExtractionToken is
an internal Information Extraction token.
|
class |
InformationExtractionTokenList
A InformationExtractionTokenList is
an internal Information Extraction token list.
|
class |
TieCoreNlpRegexRule
TieCoreNlpRegexRule allows the Oracle-defined behavior of the
CoreNlpRegexRule classobject (and its subclasses) to be extended
or overridden.
|
class |
TieDependencyMatcherRegexRule
TieDependencyMatcherRegexRule allows the Oracle-defined behavior of the
DependencyMatcherRegexRule classobject (and its subclasses) to be extended
or overridden.
|
class |
TieEntityRulerRegexRule
TieEntityRulerRegexRule allows the Oracle-defined behavior of the
EntityRulerRegexRule classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionCorefChain
TieInformationExtractionCorefChain allows the Oracle-defined behavior of the
InformationExtractionCorefChain classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionDependencyGraphEdge
TieInformationExtractionDependencyGraphEdge allows the Oracle-defined behavior of the
InformationExtractionDependencyGraphEdge classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionEntityMention
TieInformationExtractionEntityMention allows the Oracle-defined behavior of the
InformationExtractionEntityMention classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionEntityPhrase
TieInformationExtractionEntityPhrase allows the Oracle-defined behavior of the
InformationExtractionEntityPhrase classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionEntityRelationType
TieInformationExtractionEntityRelationType allows the Oracle-defined behavior of the
InformationExtractionEntityRelationType classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionEntityType
TieInformationExtractionEntityType allows the Oracle-defined behavior of the
InformationExtractionEntityType classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionImplicitEntityRelation
TieInformationExtractionImplicitEntityRelation allows the Oracle-defined behavior of the
InformationExtractionImplicitEntityRelation classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionLegalEntityRelation
TieInformationExtractionLegalEntityRelation allows the Oracle-defined behavior of the
InformationExtractionLegalEntityRelation classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionOutcome
TieInformationExtractionOutcome allows the Oracle-defined behavior of the
InformationExtractionOutcome classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionOutcomeMarking
TieInformationExtractionOutcomeMarking allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarking classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionOutcomeMarkingRelation
TieInformationExtractionOutcomeMarkingRelation allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarkingRelation classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionRegexMapping
TieInformationExtractionRegexMapping allows the Oracle-defined behavior of the
InformationExtractionRegexMapping classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionRegexPattern
TieInformationExtractionRegexPattern allows the Oracle-defined behavior of the
InformationExtractionRegexPattern classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionRegexRule
TieInformationExtractionRegexRule allows the Oracle-defined behavior of the
InformationExtractionRegexRule classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionRelationMention
TieInformationExtractionRelationMention allows the Oracle-defined behavior of the
InformationExtractionRelationMention classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionRelationTriple
TieInformationExtractionRelationTriple allows the Oracle-defined behavior of the
InformationExtractionRelationTriple classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionSentence
TieInformationExtractionSentence allows the Oracle-defined behavior of the
InformationExtractionSentence classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionToken
TieInformationExtractionToken allows the Oracle-defined behavior of the
InformationExtractionToken classobject (and its subclasses) to be extended
or overridden.
|
class |
TieInformationExtractionTokenList
TieInformationExtractionTokenList allows the Oracle-defined behavior of the
InformationExtractionTokenList classobject (and its subclasses) to be extended
or overridden.
|
class |
TieTokenMatcherRegexRule
TieTokenMatcherRegexRule allows the Oracle-defined behavior of the
TokenMatcherRegexRule classobject (and its subclasses) to be extended
or overridden.
|
class |
TokenMatcherRegexRule
A TokenMatcherRegexRule is a type of
InformationExtractionRegexRule for Spacy TokenMatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
S_CoreNlpRegexRule
A S_CoreNlpRegexRule is the server-side representation
of a CoreNlpRegexRule.
|
class |
S_DependencyMatcherRegexRule
A S_DependencyMatcherRegexRule is the server-side representation
of a DependencyMatcherRegexRule.
|
class |
S_EntityRulerRegexRule
A S_EntityRulerRegexRule is the server-side representation
of a EntityRulerRegexRule.
|
class |
S_InformationExtractionCorefChain
A S_InformationExtractionCorefChain is the server-side representation
of a InformationExtractionCorefChain.
|
class |
S_InformationExtractionDependencyGraphEdge
A S_InformationExtractionDependencyGraphEdge is the server-side representation
of a InformationExtractionDependencyGraphEdge.
|
class |
S_InformationExtractionEntityMention
A S_InformationExtractionEntityMention is the server-side representation
of a InformationExtractionEntityMention.
|
class |
S_InformationExtractionEntityPhrase
A S_InformationExtractionEntityPhrase is the server-side
representation of a InformationExtractionEntityPhrase.
|
class |
S_InformationExtractionEntityRelationType
A S_InformationExtractionEntityRelationType is the server-side
representation of a InformationExtractionEntityRelationType.
|
class |
S_InformationExtractionEntityType
A S_InformationExtractionEntityType is the server-side representation of a InformationExtractionEntityType.
|
class |
S_InformationExtractionImplicitEntityRelation
A S_InformationExtractionImplicitEntityRelation is the server-side
representation of a InformationExtractionImplicitEntityRelation.
|
class |
S_InformationExtractionLegalEntityRelation
A S_InformationExtractionLegalEntityRelation is the server-side
representation of a InformationExtractionLegalEntityRelation.
|
class |
S_InformationExtractionOutcome
A S_InformationExtractionOutcome is the server-side representation
of a InformationExtractionOutcome.
|
class |
S_InformationExtractionOutcomeMarking
A S_InformationExtractionOutcomeMarking is the server-side representation
of a InformationExtractionOutcomeMarking.
|
class |
S_InformationExtractionOutcomeMarkingRelation
A S_InformationExtractionOutcomeMarkingRelation is the server-side
representation of a InformationExtractionOutcomeMarkingRelation.
|
class |
S_InformationExtractionRegexMapping
A S_InformationExtractionRegexMapping is the server-side representation
of a InformationExtractionRegexMapping.
|
class |
S_InformationExtractionRegexPattern
A S_InformationExtractionRegexPattern is the server-side representation
of a InformationExtractionRegexPattern.
|
class |
S_InformationExtractionRegexRule
A S_InformationExtractionRegexRule is the server-side representation
of a InformationExtractionRegexRule.
|
class |
S_InformationExtractionRelationMention
A S_InformationExtractionRelationMention is the server-side representation
of a InformationExtractionRelationMention.
|
class |
S_InformationExtractionRelationTriple
A S_InformationExtractionRelationTriple is the server-side representation
of a InformationExtractionRelationTriple.
|
class |
S_InformationExtractionSentence
A S_InformationExtractionSentence is the server-side representation
of a InformationExtractionSentence.
|
class |
S_InformationExtractionToken
A S_InformationExtractionToken is the server-side representation
of a InformationExtractionToken.
|
class |
S_InformationExtractionTokenList
A S_InformationExtractionTokenList is the server-side representation of a InformationExtractionTokenList.
|
class |
S_TieCoreNlpRegexRule
An S_TieCoreNlpRegexRule allows the Oracle-defined behavior of the
CoreNlpRegexRule classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieDependencyMatcherRegexRule
An S_TieDependencyMatcherRegexRule allows the Oracle-defined behavior of the
DependencyMatcherRegexRule classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieEntityRulerRegexRule
An S_TieEntityRulerRegexRule allows the Oracle-defined behavior of the
EntityRulerRegexRule classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionCorefChain
An S_TieInformationExtractionCorefChain allows the Oracle-defined behavior of the
InformationExtractionCorefChain classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionDependencyGraphEdge
An S_TieInformationExtractionDependencyGraphEdge allows the Oracle-defined behavior of the
InformationExtractionDependencyGraphEdge classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionEntityMention
An S_TieInformationExtractionEntityMention allows the Oracle-defined behavior of the
InformationExtractionEntityMention classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionEntityPhrase
An S_TieInformationExtractionEntityPhrase allows the Oracle-defined behavior of the
InformationExtractionEntityPhrase classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionEntityRelationType
An S_TieInformationExtractionEntityRelationType allows the Oracle-defined behavior of the
InformationExtractionEntityRelationType classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionEntityType
An S_TieInformationExtractionEntityType allows the Oracle-defined behavior of the
InformationExtractionEntityType classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionImplicitEntityRelation
An S_TieInformationExtractionImplicitEntityRelation allows the Oracle-defined behavior of the
InformationExtractionImplicitEntityRelation classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionLegalEntityRelation
An S_TieInformationExtractionLegalEntityRelation allows the Oracle-defined behavior of the
InformationExtractionLegalEntityRelation classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionOutcome
An S_TieInformationExtractionOutcome allows the Oracle-defined behavior of the
InformationExtractionOutcome classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionOutcomeMarking
An S_TieInformationExtractionOutcomeMarking allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarking classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionOutcomeMarkingRelation
An S_TieInformationExtractionOutcomeMarkingRelation allows the Oracle-defined behavior of the
InformationExtractionOutcomeMarkingRelation classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionRegexMapping
An S_TieInformationExtractionRegexMapping allows the Oracle-defined behavior of the
InformationExtractionRegexMapping classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionRegexPattern
An S_TieInformationExtractionRegexPattern allows the Oracle-defined behavior of the
InformationExtractionRegexPattern classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionRegexRule
An S_TieInformationExtractionRegexRule allows the Oracle-defined behavior of the
InformationExtractionRegexRule classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionRelationMention
An S_TieInformationExtractionRelationMention allows the Oracle-defined behavior of the
InformationExtractionRelationMention classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionRelationTriple
An S_TieInformationExtractionRelationTriple allows the Oracle-defined behavior of the
InformationExtractionRelationTriple classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionSentence
An S_TieInformationExtractionSentence allows the Oracle-defined behavior of the
InformationExtractionSentence classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionToken
An S_TieInformationExtractionToken allows the Oracle-defined behavior of the
InformationExtractionToken classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieInformationExtractionTokenList
An S_TieInformationExtractionTokenList allows the Oracle-defined behavior of the
InformationExtractionTokenList classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieTokenMatcherRegexRule
An S_TieTokenMatcherRegexRule allows the Oracle-defined behavior of the
TokenMatcherRegexRule classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TokenMatcherRegexRule
A S_TokenMatcherRegexRule is the server-side representation
of a TokenMatcherRegexRule.
|
Modifier and Type | Class and Description |
---|---|
class |
S_ControllerAlert
A S_ControllerAlert is the server-side representation of a ControllerAlert.
|
class |
S_ControllerJob
A S_ControllerJob is the server-side representation of a ControllerJob.
|
class |
S_ControllerLoadRatio
A S_ControllerLoadRatio is the server-side representation of a ControllerLoadRatio.
|
class |
S_ControllerPlan
A S_ControllerPlan is the server-side representation of a ControllerPlan.
|
class |
S_ControllerPlanExecution
A S_ControllerPlanExecution is the server-side representation of a ControllerPlanExecution.
|
class |
S_ControllerReply
A S_ControllerReply is the server-side representation of a ControllerReply.
|
class |
S_ControllerRequest
A S_ControllerRequest is the server-side representation of a ControllerRequest.
|
Modifier and Type | Class and Description |
---|---|
class |
BatterMilestone
A BatterMilestone is used to model a Milestone referenced by
BatterStatistics.
|
class |
BriefWeatherSummary
A BriefWeatherSummary is used to model a brief weather summary referenced by
BaseballStatistics.
|
class |
DetailedWeatherSummary
A DetailedWeatherSummary is used to model a detailed weather summary referenced by
BaseballStatistics.
|
class |
S_BatterMilestone
A S_BatterMilestone is the server-side representation of a BatterMilestone.
|
class |
WeatherSummary
A WeatherSummary is used to model a weather summary referenced by
BaseballStatistics.
|
class |
WeatherSummarySource
A WeatherSummarySource represents one of the sources used for a WeatherSummary.
|
Modifier and Type | Class and Description |
---|---|
class |
S_ContentController
A S_ContentController is the server-side representation of a ContentController.
|
class |
S_ContentVaultEntry
A S_ContentVaultEntry is the server-side representation of a ContentVaultEntry.
|
class |
S_DependentView
A S_DependentView is the server-side representation of a DependentView.
|
class |
S_SimpleObject
A S_SimpleObject is the server-side representation of a SimpleObject.
|
class |
S_SimpleProperty
A S_SimpleProperty is the server-side representation of a SimpleProperty.
|
class |
S_SimplePropertyTable
A S_SimplePropertyTable is the server-side representation of a SimplePropertyTable.
|
class |
S_SimplePropertyTableList
A S_SimplePropertyTableList is the server-side representation of a SimplePropertyTableList.
|
class |
S_TieContentController
An S_TieContentController allows the ECMSDK-defined behavior
of the CONTENTCONTROLLER ClassObject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieContentVaultEntry
An S_TieContentVaultEntry allows the ECMSDK-defined behavior
of the CONTENTVAULTENTRY classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerAlert
An S_TieControllerAlert allows the ECMSDK-defined behavior
of the ControllerAlert classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerJob
An S_TieControllerJob allows the ECMSDK-defined behavior
of the ControllerJob classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerLoadRatio
An S_TieControllerLoadRatio allows the ECMSDK-defined behavior
of the ControllerLoadRatio classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerPlan
An S_TieControllerPlan allows the ECMSDK-defined behavior
of the ControllerPlan classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerPlanExecution
An S_TieControllerPlanExecution allows the ECMSDK-defined behavior
of the ControllerPlanExecution classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerReply
An S_TieControllerReply allows the ECMSDK-defined behavior
of the ControllerReply classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieControllerRequest
An S_TieControllerRequest allows the ECMSDK-defined behavior
of the ControllerRequest classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieDependentView
An S_TieDependentView allows the ECMSDK-defined behavior
of the DEPENDENTVIEW classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieSimpleObject
An S_TieSimpleObject allows the ECMSDK-defined behavior
of the SIMPLEOBJECT classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieSimpleProperty
An S_TieSimpleProperty allows the ECMSDK-defined behavior
of the SIMPLEPROPERTY classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieSimplePropertyTable
An S_TieSimplePropertyTable allows the ECMSDK-defined behavior
of the SIMPLEPROPERTYTABLE classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
class |
S_TieSimplePropertyTableList
An S_TieSimplePropertyTableList allows the ECMSDK-defined behavior
of the SIMPLEPROPERTYTABLELIST classobject (and its subclasses)
to be extended or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
SimpleObjectInterface |
S_LibrarySession.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
S_LibrarySession.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
S_LibrarySession.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
Modifier and Type | Method and Description |
---|---|
Long |
S_LibrarySession.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common S_ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
Copyright © 2023. All rights reserved.