abstract class workflow_base

Constants

STATUS_OPEN

STATUS_ANSWERED

STATUS_WAITING

STATUS_INREVIEW

STATUS_APPROVED

STATUS_REFUSED

STATUS_COMPLETED

REQUEST_STATUS

Methods

static 
get_name()

No description

array
get_status()

Return request status.

string
get_open_status()

Return request status open.

string
get_answered_status()

Return request status answered.

string
get_waiting_status()

Return request status waiting.

string
get_inreview_status()

Return request status in review.

string
get_approved_status()

Return request status approved.

string
get_refused_status()

Return request status refused.

string
get_completed_status()

Return request status completed.

bool
can_priority()

Returns whether priority is enabled.

bool
can_sla()

Returns whether SLA is enabled.

bool
can_feedback()

Returns whether feedback is enabled.

bool
can_link_another_user()

Returns whether link another user is enabled.

bool
can_escalation()

Returns whether escalation is enabled.

bool
can_authorization()

Returns whether authorization is enabled.

bool
required_user_field()

Returns whether required user field is enabled.

bool
can_document_template()

Returns whether document template is enabled.

bool
can_category()

Returns whether category is enabled.

bool
can_attached_by()

Returns whether can attached by is enabled.

bool
can_select_course()

Returns whether can course selection is enabled.

bool
can_select_user_fields()

Returns whether can select user fields is enabled.

bool
can_additional_fields()

Returns whether can additional fields is enabled.

bool
can_view_responded_internal()

Can view responded_internal.

bool
can_add_responded_internal()

Can add responded_internal.

bool
can_reply_after_request_completion()

Can reply request after completion.

Details

at line 42
abstract static get_name()

No description

at line 49
array get_status()

Return request status.

Return Value

array

at line 68
string get_open_status()

Return request status open.

Return Value

string

at line 78
string get_answered_status()

Return request status answered.

Return Value

string

at line 88
string get_waiting_status()

Return request status waiting.

Return Value

string

at line 98
string get_inreview_status()

Return request status in review.

Return Value

string

at line 108
string get_approved_status()

Return request status approved.

Return Value

string

at line 118
string get_refused_status()

Return request status refused.

Return Value

string

at line 128
string get_completed_status()

Return request status completed.

Return Value

string

at line 138
bool can_priority()

Returns whether priority is enabled.

Return Value

bool

at line 148
bool can_sla()

Returns whether SLA is enabled.

Return Value

bool

at line 158
bool can_feedback()

Returns whether feedback is enabled.

Return Value

bool

Returns whether link another user is enabled.

Return Value

bool

at line 178
bool can_escalation()

Returns whether escalation is enabled.

Return Value

bool

at line 188
bool can_authorization()

Returns whether authorization is enabled.

Return Value

bool

at line 198
bool required_user_field()

Returns whether required user field is enabled.

Return Value

bool

at line 208
bool can_document_template()

Returns whether document template is enabled.

Return Value

bool

at line 218
bool can_category()

Returns whether category is enabled.

Return Value

bool

at line 228
bool can_attached_by()

Returns whether can attached by is enabled.

Return Value

bool

at line 238
bool can_select_course()

Returns whether can course selection is enabled.

Return Value

bool

at line 248
bool can_select_user_fields()

Returns whether can select user fields is enabled.

Return Value

bool

at line 258
bool can_additional_fields()

Returns whether can additional fields is enabled.

Return Value

bool

at line 268
bool can_view_responded_internal()

Can view responded_internal.

Return Value

bool

at line 278
bool can_add_responded_internal()

Can add responded_internal.

Return Value

bool

at line 288
bool can_reply_after_request_completion()

Can reply request after completion.

Return Value

bool