Options
Menu

Module Osgi

module

Osgi

Index

Functions

bundleLinks

  • bundleLinks(workspace: any, values: any): string

createConfigPidLink

  • createConfigPidLink($scope: any, workspace: any, pid: any, isFactory?: booleanfalse): string
  • Creates a link to the given configuration pid and/or factoryPid

    Parameters

    • $scope: any
    • workspace: any
    • pid: any
    • isFactory?: boolean optional

    Returns string

createConfigPidPath

  • createConfigPidPath($scope: any, pid: any, isFactory?: booleanfalse): string
  • Creates a path to the given configuration pid and/or factoryPid

    Parameters

    • $scope: any
    • pid: any
    • isFactory?: boolean optional

    Returns string

defaultBundleValues

  • defaultBundleValues(workspace: Workspace, $scope: any, values: any): any

defaultConfigurationValues

  • defaultConfigurationValues(workspace: Workspace, $scope: any, values: any): Array<any>

defaultPackageValues

  • defaultPackageValues(workspace: Workspace, $scope: any, values: any): Array<any>

defaultServiceValues

  • defaultServiceValues(workspace: Workspace, $scope: any, values: any): any

findBundle

  • findBundle(bundleId: any, values: any): string

findFirstObjectName

  • findFirstObjectName(node: any): any
  • Walks the tree looking in the first child all the way down until we find an objectName

    method

    findFirstObjectName

    for

    Osgi

    Parameters

    • node: any

    Returns any

formatAttributesAndDirectivesForPopover

  • formatAttributesAndDirectivesForPopover(data: {}, skipVersion: boolean): string

formatServiceName

  • formatServiceName(objClass: any): string

formatServiceNameArray

  • formatServiceNameArray(objClass: Array<string>): string

getConfigurationProperties

  • getConfigurationProperties(workspace: any, jolokia: any, pid: any, onDataFn: any): any

getHawtioConfigAdminMBean

  • getHawtioConfigAdminMBean(workspace: Workspace): string

getHawtioOSGiToolsMBean

  • getHawtioOSGiToolsMBean(workspace: Workspace): string

getMetaTypeMBean

  • getMetaTypeMBean(workspace: Workspace): string

getProfileMetadataMBean

  • getProfileMetadataMBean(workspace: Workspace): string

getSelectionBundleMBean

  • getSelectionBundleMBean(workspace: Workspace): string

getSelectionConfigAdminMBean

  • getSelectionConfigAdminMBean(workspace: Workspace): string

getSelectionFrameworkMBean

  • getSelectionFrameworkMBean(workspace: Workspace): string

getSelectionPackageMBean

  • getSelectionPackageMBean(workspace: Workspace): string

getSelectionServiceMBean

  • getSelectionServiceMBean(workspace: Workspace): string

getStateStyle

  • getStateStyle(prefix: string, state: string): string

handleDADecl

  • handleDADecl(data: {}, daDecl: string)

initProfileScope

  • initProfileScope($scope: any, $routeParams: any, $location: any, localStorage: any, jolokia: any, workspace: any, initFn?: anynull)
  • A helper method which initialises a scope's jolokia to refer to a profile's jolokia if used in a Fabric or use a local jolokia

    Parameters

    • $scope: any
    • $routeParams: any
    • $location: any
    • localStorage: any
    • jolokia: any
    • workspace: any
    • initFn?: any optional

labelBundleLinks

  • labelBundleLinks(workspace: any, values: any, allValues: any): string

parseActualPackages

  • parseActualPackages(packages: Array<string>): {}

parseManifestHeader

  • parseManifestHeader(headers: {}, name: string): {}

pidLinks

  • pidLinks(workspace: any, values: any): string

readBSNHeaderData

  • readBSNHeaderData(header: string): string

removeFactoryPidPrefix

  • removeFactoryPidPrefix(pid: any, factoryPid: any): any
  • For a pid of the form "foo.generatedId" for a pid "foo" or "foo.bar" remove the "foo." prefix

    Parameters

    • pid: any
    • factoryPid: any

    Returns any

toCollection

  • toCollection(values: any): any

Variables

PackagesController

PackagesController: ng.IModule

ServiceController

ServiceController: ng.IModule

TopLevelController

TopLevelController: ng.IModule

_module

_module: ng.IModule

log

log: Logging.Logger

pluginName

pluginName: string

Generated using TypeDoc