|
| | block (int $obj_id) |
| |
| | checkPermissionsForBlock (int $ref_id, string $type, int $obj_id) |
| |
| | unblock (int $obj_id) |
| |
| | checkPermissionsForUnblock (int $ref_id, string $type, int $obj_id) |
| |
| | publish (int $obj_id, string $type) |
| |
| | checkPermissionsForPublish (int $ref_id, string $type, int $obj_id) |
| |
| | withdraw (int $obj_id) |
| |
| | checkPermissionsForWithdraw (int $ref_id, string $type, int $obj_id) |
| |
| | submit (int $obj_id) |
| |
| | checkPermissionsForSubmit (int $ref_id, string $type, int $obj_id) |
| |
| | accept (int $obj_id, string $type) |
| |
| | checkPermissionsForAccept (int $ref_id, string $type, int $obj_id) |
| |
| | reject (int $obj_id) |
| |
| | checkPermissionsForReject (int $ref_id, string $type, int $obj_id) |
| |
Definition at line 23 of file PublisherInterface.php.
◆ accept()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::accept |
( |
int |
$obj_id, |
|
|
string |
$type |
|
) |
| |
◆ block()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::block |
( |
int |
$obj_id | ) |
|
◆ checkPermissionsForAccept()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForAccept |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForBlock()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForBlock |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForPublish()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForPublish |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForReject()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForReject |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForSubmit()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForSubmit |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForUnblock()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForUnblock |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ checkPermissionsForWithdraw()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::checkPermissionsForWithdraw |
( |
int |
$ref_id, |
|
|
string |
$type, |
|
|
int |
$obj_id |
|
) |
| |
◆ publish()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::publish |
( |
int |
$obj_id, |
|
|
string |
$type |
|
) |
| |
◆ reject()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::reject |
( |
int |
$obj_id | ) |
|
◆ submit()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::submit |
( |
int |
$obj_id | ) |
|
◆ unblock()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::unblock |
( |
int |
$obj_id | ) |
|
◆ withdraw()
| ILIAS\MetaData\OERHarvester\Publisher\PublisherInterface::withdraw |
( |
int |
$obj_id | ) |
|
The documentation for this interface was generated from the following file: