Uses of Class
org.hackystat.telemetry.analyzer.configuration.ShareScope

Packages that use ShareScope
org.hackystat.telemetry.analyzer.configuration Provides the implementation of the Telemetry Language Report, Chart and Streams constructs. 
 

Uses of ShareScope in org.hackystat.telemetry.analyzer.configuration
 

Methods in org.hackystat.telemetry.analyzer.configuration that return ShareScope
static ShareScope ShareScope.getGlobalShareScope()
          Gets the global share scope.
static ShareScope ShareScope.getPrivateShareScope()
          Gets the private share scope.
static ShareScope ShareScope.getProjectShareScope(org.hackystat.sensorbase.resource.projects.jaxb.Project project)
          Gets the project share scope.
 ShareScope TelemetryDefinitionInfo.getShareScope()
          Gets the share scope of this definition.
 

Constructors in org.hackystat.telemetry.analyzer.configuration with parameters of type ShareScope
TelemetryChartDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartDefinitionInfo(TelemetryChartDefinition chartDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartYAxisDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryChartYAxisDefinitionInfo(TelemetryChartYAxisDefinition chartYAxisDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryReportDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryReportDefinitionInfo(TelemetryReportDefinition reportDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryStreamsDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.
TelemetryStreamsDefinitionInfo(TelemetryStreamsDefinition streamsDef, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope)
          Constructs this instance.