Name | TermResolverDefinition | |
---|---|---|
Usage | TermRepositoryService TermBoService | |
findTermResolversByNamespace getTermResolverById findTermResolversByOutputId findTermResolversByNamespace createTermResolver | ||
Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
name | Name | String | Gets the name for the defined term resolver. The namespace and name should uniquely identify a term resolver definition. Will not be null or empty. |
Required | One | No | ||
namespace | Namespace | String | Gets the namespace for the defined term resolver. Will not be null or empty. | Required | One | No | ||
typeId | Type Id | String | Gets the type id for the defined term resolver. This id refers to a type which configures how the term resolver may be obtained. May be null, but never empty. |
Required | One | No | ||
active | Active | boolean | The active indicator for an object. | One | No | |||
output | Output | TermSpecificationDefinition | Gets the term specification for the output of the defined term resolver. Will never be null. | One | No | |||
prerequisites | Prerequisites | TermSpecificationDefinitionList | Gets the term specifications for any prerequisite terms of the defined term resolver. May be empty, but will never be null. |
Many | No | |||
attributes | Attributes | Map |
Gets any attributes specified on the term resolver definition. May be empty, but never null. | One | No | |||
parameterNames | Parameter Names | StringList | Gets the names of any parameters that the defined term resolver requires. May be empty, but never null. | Many | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No |