projects/m2-core/src/lib/model/replication/ExternalSystem.ts
Properties |
|
Methods |
|
Accessors |
constructor(id?: number, systemId?: string, displayName?: string, isFake?: boolean)
|
| Public applicabilityUrl |
Type : string
|
| Public Optional blockItemDeletion |
Type : boolean
|
| Public Optional checked |
Type : boolean
|
| Public Optional children |
Type : TreeNodeData[]
|
| Public Optional company |
Type : string
|
| Public computedStatusIndicator |
Type : string
|
| Public displayName |
Type : string
|
| Public Optional hasChildren |
Type : boolean
|
| Public Optional hasExpiredMessages |
Type : boolean
|
| Public id |
Type : number
|
| Public imageStr |
Type : string
|
| Public Optional incompliant |
Type : boolean
|
| Public Optional isExpanded |
Type : boolean
|
| Public Optional isFake |
Type : boolean
|
| Public isMapped |
Type : boolean
|
| Public Optional isSelectionDisabled |
Type : boolean
|
| Public lastActivity |
Type : number
|
| Public lastActivityFormatted |
Type : string
|
| Public Optional listenMqAddress |
Type : string
|
| Public Optional listenMqLogin |
Type : string
|
| Public Optional listenMqPassword |
Type : string
|
| Public messagePerKey |
Type : boolean
|
| Public Optional pingInterval |
Type : number
|
| Public preview |
Type : string
|
| Public proxyAdapterUrl |
Type : string
|
| Public queryParams |
Type : Params
|
| Public Optional rabbitMqState |
Type : RabbitMqState
|
| Public routerLink |
Type : string
|
| Public Optional runAsPrincipal |
Type : string
|
| Public Optional showImage |
Type : boolean
|
| Public Optional status |
Type : ReplicaStatus
|
| Public statusFormatted |
Type : string
|
| Public systemId |
Type : string
|
| Public transport |
Type : MqTransport
|
| Public transportFormatted |
Type : string
|
| Public Optional treeNodeId |
Type : string
|
| Public format |
format()
|
|
Returns :
void
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(system: ExternalSystem, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Navigation
Parameters :
Returns :
NavigationParams
|
| fullName | ||||||
getfullName()
|
||||||
setfullName(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| logoBgImage | ||||||
getlogoBgImage()
|
||||||
setlogoBgImage(value: string)
|
||||||
|
Parameters :
Returns :
void
|