Method | Description | |
---|---|---|
createAction ( ) : Scalr\Api\DataType\ResultEnvelope | Creates new event in current scope | |
deleteAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | Deletes the event from the curent scope | |
describeAction ( ) | Gets Events list | |
fetchAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | Fetches detailed info about the Event | |
getEvent ( string $eventId, boolean $restrictToCurrentScope = false ) : |
Gets event from database using User's Account | |
getScope ( ) : string | Gets current scope | |
modifyAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | Modifies event from current scope |
Method | Description | |
---|---|---|
getDefaultCriteria ( ) : array | Gets Default search criteria for the Account scope |
public createAction ( ) : Scalr\Api\DataType\ResultEnvelope | ||
return | Scalr\Api\DataType\ResultEnvelope |
public deleteAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | ||
$eventId | string | Unique identifier of the Event |
return | Scalr\Api\DataType\ResultEnvelope |
public fetchAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | ||
$eventId | string | Unique identifier of the Event |
return | Scalr\Api\DataType\ResultEnvelope |
public getEvent ( string $eventId, boolean $restrictToCurrentScope = false ) : |
||
$eventId | string | The identifier of the Event |
$restrictToCurrentScope | boolean | optional Whether it should additionally check that event corresponds to current scope |
return | Returns Event Definition entity on success or NULL otherwise |
public modifyAction ( string $eventId ) : Scalr\Api\DataType\ResultEnvelope | ||
$eventId | string | Unique identifier of the Event |
return | Scalr\Api\DataType\ResultEnvelope |