class FileWorkflowApplicable extends WorkflowApplicable (View source)

WorkflowApplicable extension specifically for File objects, which don't have the same CMS UI structure so need to be handled a little differently. Additionally, it doesn't really work without custom code to handle the triggering of workflow, and in general is not ready for production use just yet.

Properties

protected T $owner

The object this extension is applied to.

from  Extension
public bool $isPublishJobRunning

Used to flag to this extension if there's a WorkflowPublishTargetJob running.

from  WorkflowApplicable
public WorkflowService $workflowService from  WorkflowApplicable
protected WorkflowInstance $currentInstance

A cache var for the current workflow instance

from  WorkflowApplicable

Methods

public
__construct()

No description

public static 
add_to_class(string $class, string $extensionClass, mixed $args = null)

Called when this extension is added to a particular class

public
setOwner(object $owner)

Set the owner of this extension.

public
mixed
withOwner(mixed $owner, callable $callback, array $args = [])

Temporarily modify the owner. The original owner is ensured to be restored

public
clearOwner()

Clear the current owner, and restore extension to the state prior to the last setOwner()

public
T
getOwner()

Returns the owner of this extension.

public static 
string
get_classname_without_arguments(string $extensionStr)

Helper method to strip eval'ed arguments from a string that's passed to DataObject::$extensions or Object::add_extension().

public
mixed
invokeExtension(object $owner, string $method, array ...$arguments)

Invoke extension point. This will prefer explicit extend prefixed methods.

public
setIsPublishJobRunning(bool $truth)

No description

public
bool
getIsPublishJobRunning()

No description

public
bool
isPublishJobRunning()

No description

protected
updateSettingsFields(FieldList $fields)

No description

protected
updateCMSFields(FieldList $fields)

No description

public
updateFields(FieldList $fields)

No description

protected
updateCMSActions(FieldList $actions)

No description

protected
createActionMenu()

No description

public
string|null
AbsoluteEditLink()

Included in CMS-generated email templates for a NotifyUsersWorkflowAction.

public
string
LinkToPendingItems()

Included in CMS-generated email templates for a NotifyUsersWorkflowAction.

protected
onAfterWrite()

After a workflow item is written, we notify the workflow so that it can take action if needbe

public
WorkflowInstances()

No description

public
getWorkflowInstance()

Gets the current instance of workflow

public
WorkflowActionInstance>|void
getWorkflowHistory($limit = null)

Gets the history of a workflow instance

public
RecentWorkflowComment(int $limit = 10)

Check all recent WorkflowActionIntances and return the most recent one with a Comment

public
canPublish()

Content can never be directly publishable if there's a workflow applied.

public
bool
canEdit($member)

Can only edit content that's NOT in another person's content changeset

public
bool
canEditWorkflow()

Can a user edit the current workflow attached to this item?

public
$this
setWorkflowService(WorkflowService $workflowService)

No description

void
ManyManyList() $WorkflowDefinition> AdditionalWorkflowDefinitions()

No description

protected
updateSummaryFields($fields)

No description

Details

__construct()

No description

static add_to_class(string $class, string $extensionClass, mixed $args = null)

Called when this extension is added to a particular class

Parameters

string $class
string $extensionClass
mixed $args

setOwner(object $owner)

Set the owner of this extension.

Parameters

object $owner

The owner object

mixed withOwner(mixed $owner, callable $callback, array $args = [])

Temporarily modify the owner. The original owner is ensured to be restored

Parameters

mixed $owner

Owner to set

callable $callback

Callback to invoke

array $args

Args to pass to callback

Return Value

mixed

clearOwner()

Clear the current owner, and restore extension to the state prior to the last setOwner()

T getOwner()

Returns the owner of this extension.

Return Value

T

static string get_classname_without_arguments(string $extensionStr)

Helper method to strip eval'ed arguments from a string that's passed to DataObject::$extensions or Object::add_extension().

Parameters

string $extensionStr

E.g. "Versioned('Stage','Live')"

Return Value

string

Extension classname, e.g. "Versioned"

mixed invokeExtension(object $owner, string $method, array ...$arguments)

Invoke extension point. This will prefer explicit extend prefixed methods.

Parameters

object $owner
string $method
array ...$arguments

Return Value

mixed

setIsPublishJobRunning(bool $truth)

No description

Parameters

bool $truth

bool getIsPublishJobRunning()

No description

Return Value

bool

bool isPublishJobRunning()

No description

Return Value

bool

See also

{@link $this->isPublishJobRunning}

protected updateSettingsFields(FieldList $fields)

No description

Parameters

FieldList $fields

protected updateCMSFields(FieldList $fields)

No description

Parameters

FieldList $fields

updateFields(FieldList $fields)

No description

Parameters

FieldList $fields

protected updateCMSActions(FieldList $actions)

No description

Parameters

FieldList $actions

protected createActionMenu()

No description

Included in CMS-generated email templates for a NotifyUsersWorkflowAction.

Returns an absolute link to the CMS UI for a Page object

Return Value

string|null

string LinkToPendingItems()

Included in CMS-generated email templates for a NotifyUsersWorkflowAction.

Allows users to select a link in an email for direct access to the transition-selection dropdown in the CMS UI.

Return Value

string

protected onAfterWrite()

After a workflow item is written, we notify the workflow so that it can take action if needbe

WorkflowInstances()

No description

WorkflowInstance getWorkflowInstance()

Gets the current instance of workflow

Return Value

WorkflowInstance

WorkflowActionInstance>|void getWorkflowHistory($limit = null)

Gets the history of a workflow instance

Parameters

$limit

Return Value

WorkflowActionInstance>|void

WorkflowActionInstance|null RecentWorkflowComment(int $limit = 10)

Check all recent WorkflowActionIntances and return the most recent one with a Comment

Parameters

int $limit

Return Value

WorkflowActionInstance|null

canPublish()

Content can never be directly publishable if there's a workflow applied.

If there's an active instance, then it 'might' be publishable

bool canEdit($member)

Can only edit content that's NOT in another person's content changeset

Parameters

$member

Return Value

bool

bool canEditWorkflow()

Can a user edit the current workflow attached to this item?

Return Value

bool

$this setWorkflowService(WorkflowService $workflowService)

No description

Parameters

WorkflowService $workflowService

Return Value

$this

WorkflowService getWorkflowService()

No description

Return Value

WorkflowService

WorkflowDefinition WorkflowDefinition()

No description

Return Value

WorkflowDefinition

void ManyManyList() $WorkflowDefinition> AdditionalWorkflowDefinitions()

No description

Parameters

) $WorkflowDefinition> AdditionalWorkflowDefinitions(

Return Value

void

protected updateSummaryFields($fields)

No description

Parameters

$fields