CCorrectiveTask Class: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
=== Properties === | === Properties === | ||
*'''[[ | *'''[[cCorrectiveTask.Name]]''' {{APIComment|Sets or returns the name of the model (the one used in the repository)}} | ||
*'''[[ | *'''[[cCorrectiveTask.ID]]''' {{APIComment|Returns the ID of the resource (the one used in the repository).}} | ||
*'''[[ | *'''[[cCorrectiveTask.ProjectID]]''' {{APIComment|Returns the ID of the project the resource belongs to.}} | ||
*'''[[TaskFrequencyID]]''' {{APIComment|Returns the ID of the task frequency as a task frequency enumeration for which the resource belongs to.}} | *'''[[cCorrectiveTask.TaskFrequencyID]]''' {{APIComment|Returns the ID of the task frequency as a task frequency enumeration for which the resource belongs to.}} | ||
*'''[[ | *'''[[cCorrectiveTask.DurationModelID]]''' {{APIComment|Returns the ID of the task duration model the resource belongs to.}} | ||
*'''[[BringSystemDown]]''' {{APIComment|Whether or not this task will bring the system down for which this resource belongs to.}} | *'''[[cCorrectiveTask.BringSystemDown]]''' {{APIComment|Whether or not this task will bring the system down for which this resource belongs to.}} | ||
*'''[[BringItemDown]]''' {{APIComment|Whether or not this task will bring the item down for which this resource belongs to.}} | *'''[[cCorrectiveTask.BringItemDown]]''' {{APIComment|Whether or not this task will bring the item down for which this resource belongs to.}} | ||
*'''[[PerformTaskEvenIfItBringsSysDown]]''' {{APIComment|Whether or not you still perform the task if bringing the item down causes the system to go down. }} | *'''[[cCorrectiveTask.PerformTaskEvenIfItBringsSysDown]]''' {{APIComment|Whether or not you still perform the task if bringing the item down causes the system to go down. }} | ||
*'''[[ResFactorType]]''' {{APIComment|Sets or returns whether fixed probability should be used as a spare acquisition type for the resource.}} | *'''[[cCorrectiveTask.ResFactorType]]''' {{APIComment|Sets or returns whether fixed probability should be used as a spare acquisition type for the resource.}} | ||
*'''[[ResFactorValue]]''' {{APIComment|Sets or returns the type for the restoration enumeration the resource belongs to.}} | *'''[[cCorrectiveTask.ResFactorValue]]''' {{APIComment|Sets or returns the type for the restoration enumeration the resource belongs to.}} | ||
*'''[[CrewIDs]]''' {{APIComment|Returns the IDs of the crews assigned that the resource belongs to.}} | *'''[[cCorrectiveTask.CrewIDs]]''' {{APIComment|Returns the IDs of the crews assigned that the resource belongs to.}} | ||
*'''[[PoolID]]''' {{APIComment|Returns the ID of the pools assigned that the resource belongs to.}} | *'''[[cCorrectiveTask.PoolID]]''' {{APIComment|Returns the ID of the pools assigned that the resource belongs to.}} | ||
*'''[[MiscCostModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost model based on the cost per task and downtime rate the resource belongs to.}} | *'''[[cCorrectiveTask.MiscCostModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost model based on the cost per task and downtime rate the resource belongs to.}} | ||
*'''[[MiscCostPerTimeModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost per unit of time model that the resource belongs to.}} | *'''[[cCorrectiveTask.MiscCostPerTimeModelID]]''' {{APIComment|Returns the ID of the miscellaneous cost per unit of time model that the resource belongs to.}} |
Revision as of 00:26, 19 September 2013
Corrective Task allows you to choose or create a corrective task for the URD. Corrective maintenance consists of the action(s) taken to restore a failed component to operational status.
Constructors
- New cCorrectiveTask Creates a new instance of the resource.
Properties
- cCorrectiveTask.Name Sets or returns the name of the model (the one used in the repository)
- cCorrectiveTask.ID Returns the ID of the resource (the one used in the repository).
- cCorrectiveTask.ProjectID Returns the ID of the project the resource belongs to.
- cCorrectiveTask.TaskFrequencyID Returns the ID of the task frequency as a task frequency enumeration for which the resource belongs to.
- cCorrectiveTask.DurationModelID Returns the ID of the task duration model the resource belongs to.
- cCorrectiveTask.BringSystemDown Whether or not this task will bring the system down for which this resource belongs to.
- cCorrectiveTask.BringItemDown Whether or not this task will bring the item down for which this resource belongs to.
- cCorrectiveTask.PerformTaskEvenIfItBringsSysDown Whether or not you still perform the task if bringing the item down causes the system to go down.
- cCorrectiveTask.ResFactorType Sets or returns whether fixed probability should be used as a spare acquisition type for the resource.
- cCorrectiveTask.ResFactorValue Sets or returns the type for the restoration enumeration the resource belongs to.
- cCorrectiveTask.CrewIDs Returns the IDs of the crews assigned that the resource belongs to.
- cCorrectiveTask.PoolID Returns the ID of the pools assigned that the resource belongs to.
- cCorrectiveTask.MiscCostModelID Returns the ID of the miscellaneous cost model based on the cost per task and downtime rate the resource belongs to.
- cCorrectiveTask.MiscCostPerTimeModelID Returns the ID of the miscellaneous cost per unit of time model that the resource belongs to.