kernel/classes/ezworkfloweventtype.php
File containing the eZWorkflowEventType class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZWorkflowEventType
Package: kernel
File containing the eZWorkflowEventType class.
- Parent(s)
- \eZWorkflowType
- Children
- \eZFinishUserRegisterType
- \eZMultiplexerType
- \eZPaymentGatewayType
- \eZSimpleShippingType
- \eZWaitUntilDateType
- \eZApproveType
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Constants

STATUS_NONE
= 0
inheritedInherited from:
\eZWorkflowType::STATUS_NONE
- Inherited_from
- \eZWorkflowType::STATUS_NONE

STATUS_ACCEPTED
= 1
inheritedInherited from:
\eZWorkflowType::STATUS_ACCEPTED
- Inherited_from
- \eZWorkflowType::STATUS_ACCEPTED

STATUS_REJECTED
= 2
inheritedInherited from:
\eZWorkflowType::STATUS_REJECTED
- Inherited_from
- \eZWorkflowType::STATUS_REJECTED

STATUS_DEFERRED_TO_CRON
= 3
inheritedInherited from:
\eZWorkflowType::STATUS_DEFERRED_TO_CRON
- Inherited_from
- \eZWorkflowType::STATUS_DEFERRED_TO_CRON

STATUS_DEFERRED_TO_CRON_REPEAT
= 4
inheritedInherited from:
\eZWorkflowType::STATUS_DEFERRED_TO_CRON_REPEAT
- Inherited_from
- \eZWorkflowType::STATUS_DEFERRED_TO_CRON_REPEAT

STATUS_RUN_SUB_EVENT
= 5
inheritedInherited from:
\eZWorkflowType::STATUS_RUN_SUB_EVENT
- Inherited_from
- \eZWorkflowType::STATUS_RUN_SUB_EVENT

STATUS_WORKFLOW_CANCELLED
= 6
inheritedInherited from:
\eZWorkflowType::STATUS_WORKFLOW_CANCELLED
- Inherited_from
- \eZWorkflowType::STATUS_WORKFLOW_CANCELLED

STATUS_FETCH_TEMPLATE
= 7
inheritedInherited from:
\eZWorkflowType::STATUS_FETCH_TEMPLATE
- Inherited_from
- \eZWorkflowType::STATUS_FETCH_TEMPLATE

STATUS_FETCH_TEMPLATE_REPEAT
= 8
inheritedInherited from:
\eZWorkflowType::STATUS_FETCH_TEMPLATE_REPEAT
- Inherited_from
- \eZWorkflowType::STATUS_FETCH_TEMPLATE_REPEAT

STATUS_REDIRECT
= 10
inheritedInherited from:
\eZWorkflowType::STATUS_REDIRECT
- Inherited_from
- \eZWorkflowType::STATUS_REDIRECT

STATUS_WORKFLOW_DONE
= 9
inheritedInherited from:
\eZWorkflowType::STATUS_WORKFLOW_DONE
- Inherited_from
- \eZWorkflowType::STATUS_WORKFLOW_DONE

STATUS_REDIRECT_REPEAT
= 11
inheritedInherited from:
\eZWorkflowType::STATUS_REDIRECT_REPEAT
- Inherited_from
- \eZWorkflowType::STATUS_REDIRECT_REPEAT

STATUS_WORKFLOW_RESET
= 12
inheritedInherited from:
\eZWorkflowType::STATUS_WORKFLOW_RESET
- Inherited_from
- \eZWorkflowType::STATUS_WORKFLOW_RESET
Properties


$ActivationDate= ''
inheritedInherited from:
\eZWorkflowType::$$ActivationDate
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$ActivationDate


$Group= ''
inheritedInherited from:
\eZWorkflowType::$$Group
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$Group


$GroupName= ''
inheritedInherited from:
\eZWorkflowType::$$GroupName
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$GroupName


$Information= ''
inheritedInherited from:
\eZWorkflowType::$$Information
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$Information


$Name= ''
inheritedInherited from:
\eZWorkflowType::$$Name
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$Name


$TriggerTypes= 'array( '*' => true )'
inheritedInherited from:
\eZWorkflowType::$$TriggerTypes
Default value
array( '*' => true )
Details- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$TriggerTypes


$Type= ''
inheritedInherited from:
\eZWorkflowType::$$Type
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$Type


$TypeString= ''
inheritedInherited from:
\eZWorkflowType::$$TypeString
Details
- Type
- n/a
- Inherited_from
- \eZWorkflowType::$$TypeString
Methods


attribute(
$attr
)
:
void
inherited
Inherited from:
\eZWorkflowType::attribute()
Parameters
Name | Type | Description |
---|---|---|
$attr |


attributeDecoder(
$event, $attr
)
:
void
inherited
Inherited from:
\eZWorkflowType::attributeDecoder()
Parameters
Name | Type | Description |
---|---|---|
$event | ||
$attr |


cleanup(
$process, $event
)
:
void
inherited
Inherited from:
\eZWorkflowType::cleanup()
Parameters
Name | Type | Description |
---|---|---|
$process | ||
$event |


cleanupAfterRemoving(
$attr
=
array()
)
:
void
inherited
Inherited from:
\eZWorkflowType::cleanupAfterRemoving()
Parameters
Name | Type | Description |
---|---|---|
$attr |


customWorkflowEventHTTPAction(
$http, $action, $workflowEvent
)
:
void
inherited
Inherited from:
\eZWorkflowType::customWorkflowEventHTTPAction()
Parameters
Name | Type | Description |
---|---|---|
$http | ||
$action | ||
$workflowEvent |


eZWorkflowType(
$group, $type, $groupName, $name
)
:
void
inherited
Inherited from:
\eZWorkflowType::eZWorkflowType()
Parameters
Name | Type | Description |
---|---|---|
$group | ||
$type | ||
$groupName | ||
$name |


execute(
$process, $event
)
:
void
inherited
Inherited from:
\eZWorkflowType::execute()
Parameters
Name | Type | Description |
---|---|---|
$process | ||
$event |


fetchHTTPInput(
$http, $base, $event
)
:
void
inherited
Inherited from:
\eZWorkflowType::fetchHTTPInput()
Parameters
Name | Type | Description |
---|---|---|
$http | ||
$base | ||
$event |


fixupHTTPInput(
$http, $base, $event
)
:
void
inherited
Inherited from:
\eZWorkflowType::fixupHTTPInput()
Parameters
Name | Type | Description |
---|---|---|
$http | ||
$base | ||
$event |


hasAttribute(
$attr
)
:
void
inherited
Inherited from:
\eZWorkflowType::hasAttribute()
Parameters
Name | Type | Description |
---|---|---|
$attr |


initializeEvent(
$event
)
:
void
inherited
Inherited from:
\eZWorkflowType::initializeEvent()
Parameters
Name | Type | Description |
---|---|---|
$event |


isAllowed(
$moduleName, $functionName, $connectType
)
:
void
inherited
Inherited from:
\eZWorkflowType::isAllowed()
Parameters
Name | Type | Description |
---|---|---|
$moduleName | ||
$functionName | ||
$connectType |


registerEventType(
$typeString, $class_name
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$typeString | ||
$class_name |


registerType(
$group, $type, $class_name
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$group | ||
$type | ||
$class_name |


setActivationDate(
$date
)
:
void
inherited
Inherited from:
\eZWorkflowType::setActivationDate()
Parameters
Name | Type | Description |
---|---|---|
$date |


setAttribute(
$attr, $value
)
:
void
inherited
Inherited from:
\eZWorkflowType::setAttribute()
Parameters
Name | Type | Description |
---|---|---|
$attr | ||
$value |


setInformation(
$inf
)
:
void
inherited
Inherited from:
\eZWorkflowType::setInformation()
Parameters
Name | Type | Description |
---|---|---|
$inf |


setTriggerTypes(
$allowedTypes
)
:
void
inherited
Inherited from:
\eZWorkflowType::setTriggerTypes()
Parameters
Name | Type | Description |
---|---|---|
$allowedTypes |


storeDefinedEventData(
$event
)
:
void
inherited
Inherited from:
\eZWorkflowType::storeDefinedEventData()
Parameters
Name | Type | Description |
---|---|---|
$event |


storeEventData(
$event, $version
)
:
void
inherited
Inherited from:
\eZWorkflowType::storeEventData()
Parameters
Name | Type | Description |
---|---|---|
$event | ||
$version |


typeFunctionalAttributes(
)
:
void
inherited
Inherited from:
\eZWorkflowType::typeFunctionalAttributes()


validateHTTPInput(
$http, $base, $event, $validation
)
:
void
inherited
Inherited from:
\eZWorkflowType::validateHTTPInput()
Parameters
Name | Type | Description |
---|---|---|
$http | ||
$base | ||
$event | ||
$validation |


workflowEventContent(
$event
)
:
void
inherited
Inherited from:
\eZWorkflowType::workflowEventContent()
Parameters
Name | Type | Description |
---|---|---|
$event |