Ens.ServiceRegistry.External.Service
hidden persistent class Ens.ServiceRegistry.External.Service extends %Library.Persistent, %XML.Adaptor
SQL Table Name: Ens_ServiceRegistry_External.Service
Property Inventory
- Actions
 - Attributes
 - Contacts
 - Description
 - Domain
 - Endpoint
 - Files
 - LastModified
 - Name
 - Protocol
 - ResponseStyle
 - Schema
 - Stage
 - Topics
 - Version
 
Properties
relationship Actions as array of Action [ InitialExpression = $listbuild("Ens.ServiceRegistry.External.Action","Service",+$this,"children",1,1) , Transient , Inverse = Service , Cardinality = children ];
Actions / Web Methods
Property methods: ActionsGet(), ActionsGetObject(), ActionsGetObjectId(), ActionsGetSwizzled(), ActionsIsEmpty(), ActionsIsValid(), ActionsNewObject(), ActionsRClose(), ActionsRExec(), ActionsRFetch(), ActionsRelate(), ActionsSQLCompute(), ActionsSet(), ActionsUnRelate()
relationship Attributes as array of Attribute [ InitialExpression = $listbuild("Ens.ServiceRegistry.External.Attribute","Service",+$this,"children",1,1) , Transient , Inverse = Service , Cardinality = children ];
Any attribute values not already accounted for in the properties of Ens.Registry.Service
Property methods: AttributesGet(), AttributesGetObject(), AttributesGetObjectId(), AttributesGetSwizzled(), AttributesIsEmpty(), AttributesIsValid(), AttributesNewObject(), AttributesRClose(), AttributesRExec(), AttributesRFetch(), AttributesRelate(), AttributesSQLCompute(), AttributesSet(), AttributesUnRelate()
relationship Contacts as array of Contact [ InitialExpression = $listbuild("Ens.ServiceRegistry.External.Contact","Service",+$this,"children",1,1) , Transient , Inverse = Service , Cardinality = children ];
A collection of references to individuals and organizations related to this object
Property methods: ContactsGet(), ContactsGetObject(), ContactsGetObjectId(), ContactsGetSwizzled(), ContactsIsEmpty(), ContactsIsValid(), ContactsNewObject(), ContactsRClose(), ContactsRExec(), ContactsRFetch(), ContactsRelate(), ContactsSQLCompute(), ContactsSet(), ContactsUnRelate()
property Description as %String);
Human-readable description of the service
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Domain as %String (MAXLEN = 64) [ Required ];
Further identification used to describe the group a service belongs to
Property methods: DomainDisplayToLogical(), DomainGet(), DomainGetStored(), DomainIsValid(), DomainLogicalToDisplay(), DomainLogicalToOdbc(), DomainNormalize(), DomainSet()
property Endpoint as %String);
Endpoint that the end-user will call.
 For pass-through services this is the URL on the ESB and not the endpoint of the service provider
Property methods: EndpointDisplayToLogical(), EndpointGet(), EndpointGetStored(), EndpointIsValid(), EndpointLogicalToDisplay(), EndpointLogicalToOdbc(), EndpointNormalize(), EndpointSet()
relationship Files as array of FileStore [ InitialExpression = $listbuild("Ens.ServiceRegistry.External.FileStore","Service",+$this,"children",1,1) , Transient , Inverse = Service , Cardinality = children ];
Files relating to the service (eg. SLA)
Property methods: FilesGet(), FilesGetObject(), FilesGetObjectId(), FilesGetSwizzled(), FilesIsEmpty(), FilesIsValid(), FilesNewObject(), FilesRClose(), FilesRExec(), FilesRFetch(), FilesRelate(), FilesSQLCompute(), FilesSet(), FilesUnRelate()
property LastModified as Ens.DataType.UTC;
Property methods: LastModifiedDisplayToLogical(), LastModifiedGet(), LastModifiedGetStored(), LastModifiedIsValid(), LastModifiedLogicalToDisplay(), LastModifiedLogicalToOdbc(), LastModifiedNormalize(), LastModifiedOdbcToLogical(), LastModifiedSet(), LastModifiedStorageToLogical(), LastModifiedtimeCmp(), LastModifiedtimeDiff(), LastModifiedtimeLocal(), LastModifiedtimeLocaltoUTC(), LastModifiedtimeUTC(), LastModifiedtimeUTCH(), LastModifiedtimeUTCHtoUTC(), LastModifiedtimeUTCtoLocal(), LastModifiedtimeUTCtoUTCH()
property Name as %String (MAXLEN = 128) [ Required ];
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Protocol as %String (MAXLEN = 128);
Protocol type of service (eg. SOAP, REST, HTTP, etc.)
Property methods: ProtocolDisplayToLogical(), ProtocolGet(), ProtocolGetStored(), ProtocolIsValid(), ProtocolLogicalToDisplay(), ProtocolLogicalToOdbc(), ProtocolNormalize(), ProtocolSet()
property ResponseStyle as %String (VALUELIST = ",Sync,Callback,RemoteDeposit,None") [ InitialExpression = "Sync" ];
What type of response should the user expect from this service?
Property methods: ResponseStyleDisplayToLogical(), ResponseStyleGet(), ResponseStyleGetStored(), ResponseStyleIsValid(), ResponseStyleLogicalToDisplay(), ResponseStyleLogicalToOdbc(), ResponseStyleNormalize(), ResponseStyleSet()
property Schema as Ens.ServiceRegistry.Schema;
References to definitions of the request and response type structures
Property methods: SchemaGet(), SchemaGetObject(), SchemaGetObjectId(), SchemaGetStored(), SchemaGetSwizzled(), SchemaIsEmpty(), SchemaIsValid(), SchemaNewObject(), SchemaSet(), SchemaSetObject(), SchemaSetObjectId(), SchemaUnSwizzle()
property Stage as %String (VALUELIST = ",Concept,Development,Test,Staging,Live,Deprecated,Defunct") [ InitialExpression = "Concept" , Required ];
Lifecycle stage of this item
Property methods: StageDisplayToLogical(), StageGet(), StageGetStored(), StageIsValid(), StageLogicalToDisplay(), StageLogicalToOdbc(), StageNormalize(), StageSet()
property Topics as list of %String (MAXLEN = 1024);
Used for searches
Property methods: TopicsBuildValueArray(), TopicsCollectionToDisplay(), TopicsCollectionToOdbc(), TopicsDisplayToCollection(), TopicsDisplayToLogical(), TopicsGet(), TopicsGetObject(), TopicsGetObjectId(), TopicsGetStored(), TopicsGetSwizzled(), TopicsIsValid(), TopicsLogicalToDisplay(), TopicsLogicalToOdbc(), TopicsNormalize(), TopicsOdbcToCollection(), TopicsSet(), TopicsSetObject(), TopicsSetObjectId()
property Version as %String (MAXLEN = 64) [ Required ];
Version label for this service
Property methods: VersionDisplayToLogical(), VersionGet(), VersionGetStored(), VersionIsValid(), VersionLogicalToDisplay(), VersionLogicalToOdbc(), VersionNormalize(), VersionSet()
Indexes
index (ID on Name,Domain,Version) [IdKey, Type = key];
Index methods: IDCheck(), IDDelete(), IDExists(), IDOpen(), IDSQLCheckUnique(), IDSQLExists(), IDSQLFindPKeyByConstraint(), IDSQLFindRowIDByConstraint()
Triggers
trigger OnChange (AFTER event INSERT/UPDATE/DELETE);
Ensure we track changes to the production configuration.
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
 - %%CLASSNAMEStorageToLogical()
 - %AddToSaveSet()
 - %AddToSyncSet()
 - %BMEBuilt()
 - %BuildIndicesAsync()
 - %BuildIndicesAsyncResponse()
 - %CheckConstraints()
 - %CheckConstraintsForExtent()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ComposeOid()
 - %ConstructClone()
 - %Delete()
 - %DeleteExtent()
 - %DeleteId()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Exists()
 - %ExistsId()
 - %Extends()
 - %GUID()
 - %GUIDSet()
 - %GetLock()
 - %GetParameter()
 - %GetSwizzleObject()
 - %Id()
 - %InitExtentData()
 - %InsertBatch()
 - %IsA()
 - %IsModified()
 - %IsNull()
 - %KillExtent()
 - %KillExtentData()
 - %LoadFromMemory()
 - %LockExtent()
 - %LockId()
 - %New()
 - %NormalizeObject()
 - %ObjectIsNull()
 - %ObjectModified()
 - %Oid()
 - %OnBeforeAddToSync()
 - %OnDeleteFinally()
 - %OnDetermineClass()
 - %OnOpenFinally()
 - %OnSaveFinally()
 - %Open()
 - %OpenId()
 - %OriginalNamespace()
 - %PackageName()
 - %PhysicalAddress()
 - %PurgeIndices()
 - %Reload()
 - %RemoveFromSaveSet()
 - %ResolveConcurrencyConflict()
 - %RollBack()
 - %Save()
 - %SaveDirect()
 - %SaveIndices()
 - %SerializeObject()
 - %SetModified()
 - %SortBegin()
 - %SortEnd()
 - %SyncObjectIn()
 - %SyncTransport()
 - %UnlockExtent()
 - %UnlockId()
 - %ValidateIndices()
 - %ValidateObject()
 - %ValidateTable()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()
 
Storage
Storage Model: Storage (Ens.ServiceRegistry.External.Service)
^Ens.ServiceRegistr36E9.ServiceD(ID)  | 
= | %%CLASSNAME 
Stage 
Protocol 
Description 
Endpoint 
ResponseStyle 
LastModified 
Topics 
Schema 
 |