Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • MonitoringDefinition
  • MonitoringJob
  • SchedulerProfile
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class SchedulerProfile

Definition of Scheduler

Namespace: Mapbender\MonitoringBundle\Entity
Author: Paul Schmidt
ORM\Entity
Located at Mapbender/MonitoringBundle/Entity/SchedulerProfile.php
Methods summary
public
# __construct( )
public
# getId( )
public
# setId( mixed $id )
public
# getTitle( )
public
# setTitle( mixed $title )
public
# getStarttime( )
public
# setStarttime( mixed $starttime )
public
# getStarttimeStr( )
public
# getStarttimeinterval( )
public
# setStarttimeinterval( mixed $starttimeinterval )
public
# getStarttimeintervalOpts( )
public
# getJobcontinuity( )
public
# setJobcontinuity( mixed $jobcontinuity )
public
# getJobinterval( )
public
# getJobintervalOpts( )
public
# setJobinterval( mixed $jobinterval )
public
# getLaststarttime( )
public
# setLaststarttime( mixed $laststarttime )
public
# getNextstarttime( )
public
# setNextstarttime( mixed $nextstarttime )
public
# getLastendtime( )
public
# setLastendtime( mixed $lastendtime )
public
# getCurrent( )
public
# setCurrent( mixed $current )
public
# getStatus( )
public
# setStatus( mixed $status )
public
# getTimeinterval( mixed $timeinterval )
public
# canStart( )
public
# isStatusCannotstart( )
public
# isStatusEnded( )
public
# isStatusError( )
public
# isStatusNojob( )
public
# isStatusRunning( )
public
# isStatusWaitjobstart( )
public
# isStatusWaitstart( )
public
# setStatusCannotstart( )
public
# setStatusEnded( )
public
# setStatusError( )
public
# setStatusNojob( )
public
# setStatusRunning( )
public
# setStatusWaitjobstart( )
public
# setStatusWaitstart( )
Properties summary
public static integer $HOUR_MS 3600
#
public static string $STATUS_ABORTED "aborted"
#
public static string $TIMEINTERVAL_1_4HOURLY "quarter of a hour"
#
public static string $TIMEINTERVAL_1_2HOURLY "half-hourly"
#
public static string $TIMEINTERVAL_HOURLY "hourly"
#
public static string $TIMEINTERVAL_DAILY "daily"
#
public static string $TIMEINTERVAL_WEEKLY "weekly"
#
public static string $TIMEINTERVAL_0MIN "no"
#
public static string $TIMEINTERVAL_1_4MIN "1/4 min"
#
public static string $TIMEINTERVAL_1_2MIN "1/2 min"
#
public static string $TIMEINTERVAL_3_4MIN "3/4 min"
#
public static string $TIMEINTERVAL_1MIN "1 min"
#
public static string $TIMEINTERVAL_2MIN "2 min"
#
public static string $TIMEINTERVAL_3MIN "3 min"
#
public static string $TIMEINTERVAL_4MIN "4 min"
#
public static string $TIMEINTERVAL_5MIN "5 min"
#
public static string $TIMEINTERVAL_10MIN "10 min"
#
protected mixed $id
#

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected mixed $title
#

ORM\Column(type="string",

nullable=false)
protected mixed $starttime
#

ORM\Column(type="time",

nullable=false)
protected mixed $starttimeStr
#
protected mixed $starttimeinterval
#

ORM\Column(type="integer",

nullable=false)
protected mixed $jobcontinuity
#

ORM\Column(type="integer",

nullable=false)
protected integer $jobinterval 0
#

ORM\Column(type="integer",

nullable=false)
protected mixed $laststarttime
#

ORM\Column(type="datetime",

nullable=true)
protected mixed $nextstarttime
#

ORM\Column(type="datetime",

nullable=true)
protected mixed $lastendtime
#

ORM\Column(type="datetime",

nullable=true)
protected boolean $current false
#

ORM\Column(type="boolean",

nullable=false)
protected mixed $status
#

ORM\Column(type="string",

nullable=true)
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0