|
eZ Publish
[4.2]
|
! eZKernel The class eZWorkflowEvent does More...
Inheritance diagram for eZWorkflowEvent:
Collaboration diagram for eZWorkflowEvent:Public Member Functions | |
| attribute ($attr, $noFunction=false) | |
| attributes () | |
| content () | |
| customHTTPAction ($http, $action) | |
| eventType () | |
| eZWorkflowEvent ($row) | |
| hasAttribute ($attr) | |
| move ($down, $params=null) | |
| setContent ($content) | |
| store ($fieldFilters=null) | |
| storeDefined ($fieldFilters=null) | |
Static Public Member Functions | |
| static | create ($workflowID, $typeString) |
| Creates a new workflow event. | |
| static | definition () |
| static | fetch ($id, $asObject=true, $version=0, $field_filters=null) |
| static | fetchFilteredList ($cond, $asObject=true) |
| static | fetchList ($asObject=true) |
Public Attributes | |
| $Content | |
| $DataInt1 | |
| $DataInt2 | |
| $DataInt3 | |
| $DataInt4 | |
| $DataText1 | |
| $DataText2 | |
| $DataText3 | |
| $DataText4 | |
| $Description | |
| $ID | |
| $Placement | |
| $TypeString | |
| $Version | |
| $WorkflowID | |
! eZKernel The class eZWorkflowEvent does
Definition at line 37 of file ezworkflowevent.php.
| eZWorkflowEvent::attribute | ( | $ | attr, |
| $ | noFunction = false |
||
| ) |
Reimplemented from eZPersistentObject.
Definition at line 208 of file ezworkflowevent.php.
Referenced by store().
| eZWorkflowEvent::attributes | ( | ) |
Reimplemented from eZPersistentObject.
Definition at line 196 of file ezworkflowevent.php.
| eZWorkflowEvent::content | ( | ) |
Returns the content for this event.
Definition at line 231 of file ezworkflowevent.php.
| static eZWorkflowEvent::create | ( | $ | workflowID, |
| $ | typeString | ||
| ) | [static] |
Creates a new workflow event.
| int | $workflowID | |
| string | $typeString |
Definition at line 133 of file ezworkflowevent.php.
| eZWorkflowEvent::customHTTPAction | ( | $ | http, |
| $ | action | ||
| ) |
Executes the custom HTTP action
Definition at line 254 of file ezworkflowevent.php.
| static eZWorkflowEvent::definition | ( | ) | [static] |
The definition array is an associative array consists of these keys:
asc or desc.Example:
static function definition() { return array( "fields" => array( "id" => "ID", "version" => "Version", "name" => "Name" ), "keys" => array( "id", "version" ), "function_attributes" => array( "current" => "currentVersion", "class_name" => "className" ), "increment_key" => "id", "class_name" => "eZContentClass", "sort" => array( "id" => "asc" ), "name" => "ezcontentclass" ); }
Reimplemented from eZPersistentObject.
Definition at line 45 of file ezworkflowevent.php.
Referenced by create(), fetch(), eZWorkflow\fetchEventCount(), eZWorkflow\fetchEventCountByWorkflowID(), eZWorkflow\fetchEventIndexed(), fetchFilteredList(), fetchList(), move(), eZWorkflow\removeEvents(), eZWorkflow\removeTemporary(), and eZWorkflow\removeThis().
| eZWorkflowEvent::eventType | ( | ) |
Definition at line 219 of file ezworkflowevent.php.
Referenced by attribute(), attributes(), content(), customHTTPAction(), hasAttribute(), store(), and storeDefined().
| eZWorkflowEvent::eZWorkflowEvent | ( | $ | row | ) |
Definition at line 39 of file ezworkflowevent.php.
Referenced by create().
| static eZWorkflowEvent::fetch | ( | $ | id, |
| $ | asObject = true, |
||
| $ | version = 0, |
||
| $ | field_filters = null |
||
| ) | [static] |
Definition at line 148 of file ezworkflowevent.php.
Referenced by eZMultiplexerType\execute(), and eZWorkflowProcess\removeThis().
| static eZWorkflowEvent::fetchFilteredList | ( | $ | cond, |
| $ | asObject = true |
||
| ) | [static] |
Definition at line 164 of file ezworkflowevent.php.
Referenced by eZWorkflow\fetchEvents(), and eZWorkflow\fetchEventsByWorkflowID().
| static eZWorkflowEvent::fetchList | ( | $ | asObject = true | ) | [static] |
Definition at line 157 of file ezworkflowevent.php.
| eZWorkflowEvent::hasAttribute | ( | $ | attr | ) |
Reimplemented from eZPersistentObject.
Definition at line 201 of file ezworkflowevent.php.
| eZWorkflowEvent::move | ( | $ | down, |
| $ | params = null |
||
| ) |
Moves the object down if $down is true, otherwise up. If object is at either top or bottom it is wrapped around.
Definition at line 175 of file ezworkflowevent.php.
| eZWorkflowEvent::setContent | ( | $ | content | ) |
Sets the content for the current event
Definition at line 245 of file ezworkflowevent.php.
| eZWorkflowEvent::store | ( | $ | fieldFilters = null | ) |
Reimplemented from eZPersistentObject.
Definition at line 264 of file ezworkflowevent.php.
Referenced by storeDefined().
| eZWorkflowEvent::storeDefined | ( | $ | fieldFilters = null | ) |
Definition at line 281 of file ezworkflowevent.php.
| eZWorkflowEvent::$Content |
Definition at line 309 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataInt1 |
Definition at line 301 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataInt2 |
Definition at line 302 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataInt3 |
Definition at line 303 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataInt4 |
Definition at line 304 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataText1 |
Definition at line 305 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataText2 |
Definition at line 306 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataText3 |
Definition at line 307 of file ezworkflowevent.php.
| eZWorkflowEvent::$DataText4 |
Definition at line 308 of file ezworkflowevent.php.
| eZWorkflowEvent::$Description |
Definition at line 299 of file ezworkflowevent.php.
| eZWorkflowEvent::$ID |
Definition at line 295 of file ezworkflowevent.php.
| eZWorkflowEvent::$Placement |
Definition at line 300 of file ezworkflowevent.php.
| eZWorkflowEvent::$TypeString |
Definition at line 298 of file ezworkflowevent.php.
| eZWorkflowEvent::$Version |
Definition at line 296 of file ezworkflowevent.php.
| eZWorkflowEvent::$WorkflowID |
Definition at line 297 of file ezworkflowevent.php.