workflow_base
Table of Contents
Constants
- REQUEST_STATUS = [self::STATUS_OPEN => self::STATUS_OPEN, self::STATUS_ANSWERED => self::STATUS_ANSWERED, self::STATUS_WAITING => self::STATUS_WAITING, self::STATUS_INREVIEW => self::STATUS_INREVIEW, self::STATUS_APPROVED => self::STATUS_APPROVED, self::STATUS_REFUSED => self::STATUS_REFUSED, self::STATUS_COMPLETED => self::STATUS_COMPLETED]
- STATUS_ANSWERED = 'answered'
- STATUS_APPROVED = 'approved'
- STATUS_COMPLETED = 'completed'
- STATUS_INREVIEW = 'inreview'
- STATUS_OPEN = 'open'
- STATUS_REFUSED = 'refused'
- STATUS_WAITING = 'waiting'
Methods
- can_add_responded_internal() : bool
- Can add responded_internal.
- can_additional_fields() : bool
- Returns whether can additional fields is enabled.
- can_attached_by() : bool
- Returns whether can attached by is enabled.
- can_authorization() : bool
- Returns whether authorization is enabled.
- can_category() : bool
- Returns whether category is enabled.
- can_document_template() : bool
- Returns whether document template is enabled.
- can_escalation() : bool
- Returns whether escalation is enabled.
- can_feedback() : bool
- Returns whether feedback is enabled.
- can_link_another_user() : bool
- Returns whether link another user is enabled.
- can_priority() : bool
- Returns whether priority is enabled.
- can_reply_after_request_completion() : bool
- Can reply request after completion.
- can_select_course() : bool
- Returns whether can course selection is enabled.
- can_select_user_fields() : bool
- Returns whether can select user fields is enabled.
- can_sla() : bool
- Returns whether SLA is enabled.
- can_view_responded_internal() : bool
- Can view responded_internal.
- get_answered_status() : string
- Return request status answered.
- get_approved_status() : string
- Return request status approved.
- get_completed_status() : string
- Return request status completed.
- get_inreview_status() : string
- Return request status in review.
- get_name() : mixed
- get_open_status() : string
- Return request status open.
- get_refused_status() : string
- Return request status refused.
- get_status() : array<string|int, mixed>
- Return request status.
- get_waiting_status() : string
- Return request status waiting.
- required_user_field() : bool
- Returns whether required user field is enabled.
Constants
REQUEST_STATUS
public
mixed
REQUEST_STATUS
= [self::STATUS_OPEN => self::STATUS_OPEN, self::STATUS_ANSWERED => self::STATUS_ANSWERED, self::STATUS_WAITING => self::STATUS_WAITING, self::STATUS_INREVIEW => self::STATUS_INREVIEW, self::STATUS_APPROVED => self::STATUS_APPROVED, self::STATUS_REFUSED => self::STATUS_REFUSED, self::STATUS_COMPLETED => self::STATUS_COMPLETED]
STATUS_ANSWERED
public
mixed
STATUS_ANSWERED
= 'answered'
STATUS_APPROVED
public
mixed
STATUS_APPROVED
= 'approved'
STATUS_COMPLETED
public
mixed
STATUS_COMPLETED
= 'completed'
STATUS_INREVIEW
public
mixed
STATUS_INREVIEW
= 'inreview'
STATUS_OPEN
public
mixed
STATUS_OPEN
= 'open'
STATUS_REFUSED
public
mixed
STATUS_REFUSED
= 'refused'
STATUS_WAITING
public
mixed
STATUS_WAITING
= 'waiting'
Methods
can_add_responded_internal()
Can add responded_internal.
public
can_add_responded_internal() : bool
Return values
boolcan_additional_fields()
Returns whether can additional fields is enabled.
public
can_additional_fields() : bool
Return values
boolcan_attached_by()
Returns whether can attached by is enabled.
public
can_attached_by() : bool
Return values
boolcan_authorization()
Returns whether authorization is enabled.
public
can_authorization() : bool
Return values
boolcan_category()
Returns whether category is enabled.
public
can_category() : bool
Return values
boolcan_document_template()
Returns whether document template is enabled.
public
can_document_template() : bool
Return values
boolcan_escalation()
Returns whether escalation is enabled.
public
can_escalation() : bool
Return values
boolcan_feedback()
Returns whether feedback is enabled.
public
can_feedback() : bool
Return values
boolcan_link_another_user()
Returns whether link another user is enabled.
public
can_link_another_user() : bool
Return values
boolcan_priority()
Returns whether priority is enabled.
public
can_priority() : bool
Return values
boolcan_reply_after_request_completion()
Can reply request after completion.
public
can_reply_after_request_completion() : bool
Return values
boolcan_select_course()
Returns whether can course selection is enabled.
public
can_select_course() : bool
Return values
boolcan_select_user_fields()
Returns whether can select user fields is enabled.
public
can_select_user_fields() : bool
Return values
boolcan_sla()
Returns whether SLA is enabled.
public
can_sla() : bool
Return values
boolcan_view_responded_internal()
Can view responded_internal.
public
can_view_responded_internal() : bool
Return values
boolget_answered_status()
Return request status answered.
public
get_answered_status() : string
Return values
stringget_approved_status()
Return request status approved.
public
get_approved_status() : string
Return values
stringget_completed_status()
Return request status completed.
public
get_completed_status() : string
Return values
stringget_inreview_status()
Return request status in review.
public
get_inreview_status() : string
Return values
stringget_name()
public
abstract static get_name() : mixed
get_open_status()
Return request status open.
public
get_open_status() : string
Return values
stringget_refused_status()
Return request status refused.
public
get_refused_status() : string
Return values
stringget_status()
Return request status.
public
get_status() : array<string|int, mixed>
Return values
array<string|int, mixed>get_waiting_status()
Return request status waiting.
public
get_waiting_status() : string
Return values
stringrequired_user_field()
Returns whether required user field is enabled.
public
required_user_field() : bool