kernel/classes/ezworkfloweventtype.php

Show: inherited
Table of Contents

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

Constant  STATUS_NONE = 0
inheritedInherited from: \eZWorkflowType::STATUS_NONE
Inherited_from
\eZWorkflowType::STATUS_NONE  
Constant  STATUS_ACCEPTED = 1
inheritedInherited from: \eZWorkflowType::STATUS_ACCEPTED
Constant  STATUS_REJECTED = 2
inheritedInherited from: \eZWorkflowType::STATUS_REJECTED
Constant  STATUS_DEFERRED_TO_CRON = 3
inheritedInherited from: \eZWorkflowType::STATUS_DEFERRED_TO_CRON
Constant  STATUS_DEFERRED_TO_CRON_REPEAT = 4
Constant  STATUS_RUN_SUB_EVENT = 5
inheritedInherited from: \eZWorkflowType::STATUS_RUN_SUB_EVENT
Constant  STATUS_WORKFLOW_CANCELLED = 6
Constant  STATUS_FETCH_TEMPLATE = 7
inheritedInherited from: \eZWorkflowType::STATUS_FETCH_TEMPLATE
Constant  STATUS_FETCH_TEMPLATE_REPEAT = 8
Constant  STATUS_REDIRECT = 10
inheritedInherited from: \eZWorkflowType::STATUS_REDIRECT
Constant  STATUS_WORKFLOW_DONE = 9
inheritedInherited from: \eZWorkflowType::STATUS_WORKFLOW_DONE
Constant  STATUS_REDIRECT_REPEAT = 11
inheritedInherited from: \eZWorkflowType::STATUS_REDIRECT_REPEAT
Constant  STATUS_WORKFLOW_RESET = 12
inheritedInherited from: \eZWorkflowType::STATUS_WORKFLOW_RESET

Properties

Propertypublic  $ActivationDate= ''
inheritedInherited from: \eZWorkflowType::$$ActivationDate
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$ActivationDate  
Propertypublic  $Group= ''
inheritedInherited from: \eZWorkflowType::$$Group
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$Group  
Propertypublic  $GroupName= ''
inheritedInherited from: \eZWorkflowType::$$GroupName
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$GroupName  
Propertypublic  $Information= ''
inheritedInherited from: \eZWorkflowType::$$Information
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$Information  
Propertypublic  $Name= ''
inheritedInherited from: \eZWorkflowType::$$Name
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$Name  
Propertypublic  $TriggerTypes= 'array( '*' => true )'
inheritedInherited from: \eZWorkflowType::$$TriggerTypes
Default valuearray( '*' => true )Details
Type
n/a
Inherited_from
\eZWorkflowType::$$TriggerTypes  
Propertypublic  $Type= ''
inheritedInherited from: \eZWorkflowType::$$Type
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$Type  
Propertypublic  $TypeString= ''
inheritedInherited from: \eZWorkflowType::$$TypeString
Details
Type
n/a
Inherited_from
\eZWorkflowType::$$TypeString  

Methods

methodpublicallowedTypes( ) : void
staticinherited

Inherited from: \eZWorkflowType::allowedTypes()
methodpublicattribute(  $attr ) : void
inherited

Inherited from: \eZWorkflowType::attribute()
Parameters
Name Type Description
$attr
methodpublicattributeDecoder(  $event,  $attr ) : void
inherited

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

Inherited from: \eZWorkflowType::attributes()
methodpubliccleanup(  $process,  $event ) : void
inherited

Inherited from: \eZWorkflowType::cleanup()
Parameters
Name Type Description
$process
$event
methodpubliccleanupAfterRemoving(  $attr = array() ) : void
inherited

Inherited from: \eZWorkflowType::cleanupAfterRemoving()
Parameters
Name Type Description
$attr
methodpubliccreateType(  $typeString ) : void
staticinherited

Inherited from: \eZWorkflowType::createType()
Parameters
Name Type Description
$typeString
methodpubliccustomWorkflowEventHTTPAction(  $http,  $action,  $workflowEvent ) : void
Parameters
Name Type Description
$http
$action
$workflowEvent
methodpubliceZWorkflowEventType(  $typeString,  $name ) : void

Parameters
Name Type Description
$typeString
$name
methodpubliceZWorkflowType(  $group,  $type,  $groupName,  $name ) : void
inherited

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

Inherited from: \eZWorkflowType::eventDescription()
methodpublicexecute(  $process,  $event ) : void
inherited

Inherited from: \eZWorkflowType::execute()
Parameters
Name Type Description
$process
$event
methodpublicfetchHTTPInput(  $http,  $base,  $event ) : void
inherited

Inherited from: \eZWorkflowType::fetchHTTPInput()
Parameters
Name Type Description
$http
$base
$event
methodpublicfetchRegisteredTypes( ) : void
staticinherited

Inherited from: \eZWorkflowType::fetchRegisteredTypes()
methodpublicfixupHTTPInput(  $http,  $base,  $event ) : void
inherited

Inherited from: \eZWorkflowType::fixupHTTPInput()
Parameters
Name Type Description
$http
$base
$event
methodpublichasAttribute(  $attr ) : void
inherited

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

Inherited from: \eZWorkflowType::initializeEvent()
Parameters
Name Type Description
$event
methodpublicisAllowed(  $moduleName,  $functionName,  $connectType ) : void
inherited

Inherited from: \eZWorkflowType::isAllowed()
Parameters
Name Type Description
$moduleName
$functionName
$connectType
methodpublicloadAndRegisterAllTypes( ) : void
staticinherited

Inherited from: \eZWorkflowType::loadAndRegisterAllTypes()
methodpublicloadAndRegisterType(  $typeString ) : void
staticinherited

Inherited from: \eZWorkflowType::loadAndRegisterType()
Parameters
Name Type Description
$typeString
methodpublicneedCleanup( ) : void
inherited

Inherited from: \eZWorkflowType::needCleanup()
methodpublicregisterEventType(  $typeString,  $class_name ) : void
static

Parameters
Name Type Description
$typeString
$class_name
methodpublicregisterType(  $group,  $type,  $class_name ) : void
staticinherited

Inherited from: \eZWorkflowType::registerType()
Parameters
Name Type Description
$group
$type
$class_name
methodpublicsetActivationDate(  $date ) : void
inherited

Inherited from: \eZWorkflowType::setActivationDate()
Parameters
Name Type Description
$date
methodpublicsetAttribute(  $attr,  $value ) : void
inherited

Inherited from: \eZWorkflowType::setAttribute()
Parameters
Name Type Description
$attr
$value
methodpublicsetInformation(  $inf ) : void
inherited

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

Inherited from: \eZWorkflowType::setTriggerTypes()
Parameters
Name Type Description
$allowedTypes
methodpublicstatusName(  $status ) : void
staticinherited

Inherited from: \eZWorkflowType::statusName()
Parameters
Name Type Description
$status
methodpublicstatusNameMap( ) : array
staticinherited

Get status name map.

Inherited from: \eZWorkflowType::statusNameMap()
Returns
Type Description
array Status name map
methodpublicstoreDefinedEventData(  $event ) : void
inherited

Inherited from: \eZWorkflowType::storeDefinedEventData()
Parameters
Name Type Description
$event
methodpublicstoreEventData(  $event,  $version ) : void
inherited

Inherited from: \eZWorkflowType::storeEventData()
Parameters
Name Type Description
$event
$version
methodpublictypeFunctionalAttributes( ) : void
methodpublicvalidateHTTPInput(  $http,  $base,  $event,  $validation ) : void
inherited

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

Inherited from: \eZWorkflowType::workflowEventContent()
Parameters
Name Type Description
$event
Documentation was generated by DocBlox 0.18.1.