|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent:
Collaboration diagram for ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent:Public Member Functions | |
| hasConfig () | |
| Does this agent require a configuration? More... | |
| getArrayToConfigTransformation () | |
| Agents must be able to tell how to create a configuration from a nested array. More... | |
| getInstallObjective (Config $config=null) | |
| Get the goals the agent wants to achieve on setup. More... | |
| getBuildArtifactObjective () | |
| Get the goal the agent wants to achieve to build artifacts. More... | |
| getStatusObjective (Metrics\Storage $storage) | |
| getMigrations () | |
| Get a named map of migrations available for this Agent. More... | |
| getNamedObjectives (?Config $config=null) | |
| Gets all named objectives The keys of the returned array are the commands. More... | |
| getUpdateObjective (Setup\Config $config=null) | |
Public Member Functions inherited from ILIAS\Setup\Agent | |
| hasConfig () | |
| Does this agent require a configuration? More... | |
| getArrayToConfigTransformation () | |
| Agents must be able to tell how to create a configuration from a nested array. More... | |
| getInstallObjective (Config $config=null) | |
| Get the goals the agent wants to achieve on setup. More... | |
| getUpdateObjective (Config $config=null) | |
| Get the goal the agent wants to achieve on update. More... | |
| getBuildArtifactObjective () | |
| Get the goal the agent wants to achieve to build artifacts. More... | |
| getStatusObjective (Metrics\Storage $storage) | |
| Get the objective to be achieved when status is requested. More... | |
| getMigrations () | |
| Get a named map of migrations available for this Agent. More... | |
| getNamedObjectives (?Config $config=null) | |
| Gets all named objectives The keys of the returned array are the commands. More... | |
Protected Member Functions | |
| getOrgUnitObjectives () | |
Definition at line 35 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getArrayToConfigTransformation | ( | ) |
Agents must be able to tell how to create a configuration from a nested array.
| LogicException | if Agent has no Config |
Implements ILIAS\Setup\Agent.
Definition at line 42 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getBuildArtifactObjective | ( | ) |
Get the goal the agent wants to achieve to build artifacts.
| InvalidArgumentException | if Config does not match the Agent. |
Implements ILIAS\Setup\Agent.
Definition at line 54 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getInstallObjective | ( | Config | $config = null | ) |
Get the goals the agent wants to achieve on setup.
The provided configuration is to be used to set according configuration values in the installation.
| InvalidArgumentException | if Config does not match the Agent.. |
Implements ILIAS\Setup\Agent.
Definition at line 49 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getMigrations | ( | ) |
Get a named map of migrations available for this Agent.
Should also return Migrations that have run completely.
Implements ILIAS\Setup\Agent.
Definition at line 64 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getNamedObjectives | ( | ?Config | $config = null | ) |
Gets all named objectives The keys of the returned array are the commands.
Only the AgentCollection should return an array where the cmd of the named objective is the array key.
| Config | null | $config |
Implements ILIAS\Setup\Agent.
Definition at line 69 of file class.ilEmployeeTalkSetupAgent.php.
|
protected |
Definition at line 86 of file class.ilEmployeeTalkSetupAgent.php.
References $objectives, ilOrgUnitOperationContext\CONTEXT_ETAL, ilOrgUnitOperationContext\CONTEXT_OBJECT, ilOrgUnitOperation\OP_CREATE_EMPLOYEE_TALK, ilOrgUnitOperation\OP_EDIT_EMPLOYEE_TALK, and ilOrgUnitOperation\OP_READ_EMPLOYEE_TALK.
Referenced by ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent\getUpdateObjective().
Here is the caller graph for this function:| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getStatusObjective | ( | Metrics\Storage | $storage | ) |
Definition at line 59 of file class.ilEmployeeTalkSetupAgent.php.
| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::getUpdateObjective | ( | Setup\Config | $config = null | ) |
Definition at line 75 of file class.ilEmployeeTalkSetupAgent.php.
References ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent\getOrgUnitObjectives().
Here is the call graph for this function:| ILIAS\EmployeeTalk\Setup\ilEmployeeTalkSetupAgent::hasConfig | ( | ) |
Does this agent require a configuration?
Implements ILIAS\Setup\Agent.
Definition at line 37 of file class.ilEmployeeTalkSetupAgent.php.